Skip to content
New issue

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

Problem compiling ARM on Pi #39

Open
cybermaggedon opened this issue May 7, 2019 · 0 comments
Open

Problem compiling ARM on Pi #39

cybermaggedon opened this issue May 7, 2019 · 0 comments

Comments

@cybermaggedon
Copy link
Owner

cybermaggedon commented May 7, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant