Advertisement
dalvorsn

Untitled

Feb 7th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. root@dalvo-VirtualBox:/home/dalvo/otclient# make clean && make
  2. [ 1%] Building CXX object CMakeFiles/otclient.dir/src/framework/platform/x11window.cpp.o
  3. [ 2%] Building CXX object CMakeFiles/otclient.dir/src/framework/platform/unixcrashhandler.cpp.o
  4. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:57:2: error: invalid preprocessing directive #elifdef
  5. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp: In function ‘void crashHandler(int, siginfo_t*, void*)’:
  6. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:58:54: error: ‘REG_RIP’ was not declared in this scope
  7. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:59:54: error: ‘REG_RAX’ was not declared in this scope
  8. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:60:54: error: ‘REG_RBX’ was not declared in this scope
  9. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:61:54: error: ‘REG_RCX’ was not declared in this scope
  10. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:62:54: error: ‘REG_RDX’ was not declared in this scope
  11. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:63:54: error: ‘REG_RSI’ was not declared in this scope
  12. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:64:54: error: ‘REG_RDI’ was not declared in this scope
  13. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:65:54: error: ‘REG_RBP’ was not declared in this scope
  14. /home/dalvo/otclient/src/framework/platform/unixcrashhandler.cpp:66:54: error: ‘REG_RSP’ was not declared in this scope
  15. make[2]: *** [CMakeFiles/otclient.dir/src/framework/platform/unixcrashhandler.cpp.o] Error 1
  16. make[1]: *** [CMakeFiles/otclient.dir/all] Error 2
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement