Home » Developing U++ » UppHub » SysExec
SysExec [message #56521] |
Sun, 21 March 2021 06:26  |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Linux, Clang:
----- SysExecTest ( GUI MAIN CLANG DEBUG SHARED DEBUG_FULL BLITZ POSIX LINUX ) (12 / 12)
main.cpp
SysExec: 5 file(s) built in (0:00.47), 94 msecs / file
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:26:10: error: no matching function for call to 'SysExecAdmin'
res = SysExecAdmin(pass, term, "");
^~~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:51:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysExecAdmin(String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:35:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysExecAdmin(String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:36:6: note: candidate function not viable: requires 2 arguments, but 3 were provided
bool SysExecAdmin(String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:50:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysExecAdmin(String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:30:10: error: no matching function for call to 'SysStartAdmin'
res = SysStartAdmin(pass, term, "");
^~~~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:34:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysStartAdmin(String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:18:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysStartAdmin(String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:19:6: note: candidate function not viable: requires 2 arguments, but 3 were provided
bool SysStartAdmin(String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:33:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysStartAdmin(String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:34:10: error: no matching function for call to 'SysExecUser'
res = SysExecUser(user, pass, term, "");
^~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:60:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysExecUser(String const &user, String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:44:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysExecUser(String const &user, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:45:6: note: candidate function not viable: requires 3 arguments, but 4 were provided
bool SysExecUser(String const &user, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:59:6: note: candidate function not viable: requires 5 arguments, but 4 were provided
bool SysExecUser(String const &user, String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:38:10: error: no matching function for call to 'SysStartUser'
res = SysStartUser(user, pass, term, "");
^~~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:43:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysStartUser(String const &user, String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:27:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysStartUser(String const &user, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:28:6: note: candidate function not viable: requires 3 arguments, but 4 were provided
bool SysStartUser(String const &user, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:42:6: note: candidate function not viable: requires 5 arguments, but 4 were provided
bool SysStartUser(String const &user, String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:51:10: error: no matching function for call to 'SysExecUser'
res = SysExecUser(user, term, "");
^~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:45:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysExecUser(String const &user, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:60:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysExecUser(String const &user, String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:44:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysExecUser(String const &user, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:59:6: note: candidate function not viable: requires 5 arguments, but 3 were provided
bool SysExecUser(String const &user, String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/examples/SysExecTest/main.cpp:55:10: error: no matching function for call to 'SysStartUser'
res = SysStartUser(user, term, "");
^~~~~~~~~~~~
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:28:6: note: candidate function not viable: no known conversion from 'Upp::EditString' to 'const Upp::String' for 1st argument
bool SysStartUser(String const &user, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:43:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysStartUser(String const &user, String const &password, String const &command, String const &args);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExecGui/SysExecGui.h:27:6: note: candidate function not viable: requires 4 arguments, but 3 were provided
bool SysStartUser(String const &user, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
/home/buildbot/worker/l-upphub-SysExec/build/SysExec/SysExec/SysExec.h:42:6: note: candidate function not viable: requires 5 arguments, but 3 were provided
bool SysStartUser(String const &user, String const &password, String const &command, String const &args, const VectorMap<String, String> &Environ);
^
6 errors generated.
SysExecTest: 1 file(s) built in (0:00.93), 938 msecs / file
Regards,
Novo
|
|
|
|
|
|
|
Goto Forum:
Current Time: Wed May 14 17:06:52 CEST 2025
Total time taken to generate the page: 0.00821 seconds
|