Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. user@home:~/Pulpit/rme-master$ mkdir build && cd build
  2. user@home:~/Pulpit/rme-master/build$ cmake ..
  3. -- The C compiler identification is GNU 4.8.2
  4. -- The CXX compiler identification is GNU 4.8.2
  5. -- Check for working C compiler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
  14. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
  15. -- Looking for gethostbyname
  16. -- Looking for gethostbyname - found
  17. -- Looking for connect
  18. -- Looking for connect - found
  19. -- Looking for remove
  20. -- Looking for remove - found
  21. -- Looking for shmat
  22. -- Looking for shmat - found
  23. -- Looking for IceConnectionNumber in ICE
  24. -- Looking for IceConnectionNumber in ICE - found
  25. -- Found X11: /usr/lib/i386-linux-gnu/libX11.so
  26. -- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so
  27. -- Found LibArchive: /usr/lib/i386-linux-gnu/libarchive.so (found version "3.1.2")
  28. -- Boost version: 1.54.0
  29. -- Found the following Boost libraries:
  30. -- thread
  31. -- system
  32. -- Found wxWidgets: TRUE
  33. -- Configuring done
  34. -- Generating done
  35. -- Build files have been written to: /home/user/Pulpit/rme-master/build
  36. user@home:~/Pulpit/rme-master/build$ make -j4
  37. Scanning dependencies of target rme
  38. [ 1%] [ 2%] [ 3%] [ 4%] Building CXX object CMakeFiles/rme.dir/source/application.cpp.o
  39. Building CXX object CMakeFiles/rme.dir/source/about_window.cpp.o
  40. Building CXX object CMakeFiles/rme.dir/source/action.cpp.o
  41. Building CXX object CMakeFiles/rme.dir/source/basemap.cpp.o
  42. [ 5%] Building CXX object CMakeFiles/rme.dir/source/brush.cpp.o
  43. [ 6%] Building CXX object CMakeFiles/rme.dir/source/brush_tables.cpp.o
  44. [ 7%] Building CXX object CMakeFiles/rme.dir/source/carpet_brush.cpp.o
  45. [ 9%] Building CXX object CMakeFiles/rme.dir/source/client_version.cpp.o
  46. In file included from /home/user/Pulpit/rme-master/source/client_version.cpp:8:0:
  47. /home/user/Pulpit/rme-master/source/filehandle.h: In member function ‘bool FileReadHandle::getType(T&) [with T = unsigned int]’:
  48. /home/user/Pulpit/rme-master/source/filehandle.h:96:3: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  49. fread(&ref, sizeof(ref), 1, file);
  50. ^
  51. [ 10%] Building CXX object CMakeFiles/rme.dir/source/common.cpp.o
  52. [ 11%] Building CXX object CMakeFiles/rme.dir/source/common_windows.cpp.o
  53. [ 12%] Building CXX object CMakeFiles/rme.dir/source/complexitem.cpp.o
  54. [ 13%] Building CXX object CMakeFiles/rme.dir/source/container_properties_window.cpp.o
  55. [ 14%] Building CXX object CMakeFiles/rme.dir/source/copybuffer.cpp.o
  56. [ 15%] Building CXX object CMakeFiles/rme.dir/source/creature_brush.cpp.o
  57. /home/user/Pulpit/rme-master/source/container_properties_window.cpp: In member function ‘void ContainerItemButton::OnMouseDoubleLeftClick(wxMouseEvent&)’:
  58. /home/user/Pulpit/rme-master/source/container_properties_window.cpp:49:30: error: no matching function for call to ‘ContainerItemButton::OnEditItem(wxCommandEvent)’
  59. OnEditItem(wxCommandEvent());
  60. ^
  61. /home/user/Pulpit/rme-master/source/container_properties_window.cpp:49:30: note: candidate is:
  62. In file included from /home/user/Pulpit/rme-master/source/container_properties_window.cpp:7:0:
  63. /home/user/Pulpit/rme-master/source/container_properties_window.h:34:8: note: void ContainerItemButton::OnEditItem(wxCommandEvent&)
  64. void OnEditItem(wxCommandEvent& event);
  65. ^
  66. /home/user/Pulpit/rme-master/source/container_properties_window.h:34:8: note: no known conversion for argument 1 from ‘wxCommandEvent’ to ‘wxCommandEvent&’
  67. /home/user/Pulpit/rme-master/source/container_properties_window.cpp:55:29: error: no matching function for call to ‘ContainerItemButton::OnAddItem(wxCommandEvent)’
  68. OnAddItem(wxCommandEvent());
  69. ^
  70. /home/user/Pulpit/rme-master/source/container_properties_window.cpp:55:29: note: candidate is:
  71. In file included from /home/user/Pulpit/rme-master/source/container_properties_window.cpp:7:0:
  72. /home/user/Pulpit/rme-master/source/container_properties_window.h:33:8: note: void ContainerItemButton::OnAddItem(wxCommandEvent&)
  73. void OnAddItem(wxCommandEvent& event);
  74. ^
  75. /home/user/Pulpit/rme-master/source/container_properties_window.h:33:8: note: no known conversion for argument 1 from ‘wxCommandEvent’ to ‘wxCommandEvent&’
  76. /home/user/Pulpit/rme-master/source/container_properties_window.cpp: In member function ‘void ContainerItemPopupMenu::Update(ContainerItemButton*)’:
  77. /home/user/Pulpit/rme-master/source/container_properties_window.cpp:230:76: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  78. if(parentContainer->getVolume() <= (int)parentContainer->getVector().size())
  79. ^
  80. make[2]: *** [CMakeFiles/rme.dir/source/container_properties_window.cpp.o] Błąd 1
  81. make[2]: *** Oczekiwanie na niezakończone zadania....
  82. make[1]: *** [CMakeFiles/rme.dir/all] Błąd 2
  83. make: *** [all] Błąd 2
  84. user@home:~/Pulpit/rme-master/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement