We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cybermon-lua.C:242:14: error: call of overloaded 'push(int64_t&)' is ambiguous push(posn); ^ cybermon-lua.C:242:14: note: candidates are: In file included from cybermon-lua.C:4:0: ../include/cybermon/cybermon-lua.h:199:7: note: void cybermon::lua_state::push(double) void push(double num) { ^ ../include/cybermon/cybermon-lua.h:194:7: note: void cybermon::lua_state::push(long unsigned int) void push(unsigned long num) { ^ ../include/cybermon/cybermon-lua.h:189:7: note: void cybermon::lua_state::push(unsigned int) void push(unsigned int num) { ^ ../include/cybermon/cybermon-lua.h:184:7: note: void cybermon::lua_state::push(long int) void push(long num) { ^ ../include/cybermon/cybermon-lua.h:179:7: note: void cybermon::lua_state::push(int) void push(int num) { ^ ../include/cybermon/cybermon-lua.h:170:7: note: void cybermon::lua_state::push(const string&) <near match> void push(const std::string& s) { ^ ../include/cybermon/cybermon-lua.h:170:7: note: no known conversion for argument 1 from 'int64_t {aka long long int}' to 'const string& {aka const std::basic_string<char>&}' Makefile:719: recipe for target 'cybermon-lua.lo' failed make[2]: *** [cybermon-lua.lo] Error 1 make[2]: Leaving directory '/home/pi/dev/cyberprobe/src' Makefile:488: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/pi/dev/cyberprobe' Makefile:394: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: