Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.47 KB | None | 0 0
  1. ----------Build Started--------
  2. /bin/sh -c '"make"  -j 1 -f "wxTriangulate_wsp.mk"'
  3. ----------Building project:[ wxTriangulate - Release ]----------
  4. make[1]: Entering directory `/home/ramdac/Desktop/wxTriangulate/wxTriangulate'
  5. make[1]: Leaving directory `/home/ramdac/Desktop/wxTriangulate/wxTriangulate'
  6. make[1]: Entering directory `/home/ramdac/Desktop/wxTriangulate/wxTriangulate'
  7. g++ -c  "/home/ramdac/Desktop/wxTriangulate/wxTriangulate/glcanvas.cpp" -O2 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -D__WX__  -o ./Release/glcanvas.o "-I."
  8. g++ -o ./Release/wxTriangulate ./Release/gui.o ./Release/main.o ./Release/glcanvas.o  "-L."   -mwindows -s -pthread -Wl,--hash-style=gnu -Wl,--as-needed  -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
  9. ./Release/glcanvas.o: In function `wxGLCanvasSubClass::wxGLCanvasSubClass(wxFrame*)':
  10. glcanvas.cpp:(.text+0xa0): undefined reference to `wxGLCanvas::wxGLCanvas(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&, int*, wxPalette const&)'
  11. glcanvas.cpp:(.text+0x187): undefined reference to `wxGLCanvas::~wxGLCanvas()'
  12. ./Release/glcanvas.o: In function `wxGLCanvasSubClass::~wxGLCanvasSubClass()':
  13. glcanvas.cpp:(.text._ZN18wxGLCanvasSubClassD2Ev[_ZN18wxGLCanvasSubClassD5Ev]+0x11): undefined reference to `wxGLCanvas::~wxGLCanvas()'
  14. ./Release/glcanvas.o: In function `wxGLCanvasSubClass::~wxGLCanvasSubClass()':
  15. glcanvas.cpp:(.text._ZN18wxGLCanvasSubClassD0Ev[_ZN18wxGLCanvasSubClassD5Ev]+0x14): undefined reference to `wxGLCanvas::~wxGLCanvas()'
  16. ./Release/glcanvas.o:(.rodata+0x0): undefined reference to `wxGLCanvas::sm_eventTable'
  17. ./Release/glcanvas.o:(.rodata._ZTV18wxGLCanvasSubClass[vtable for wxGLCanvasSubClass]+0x8): undefined reference to `wxGLCanvas::GetClassInfo() const'
  18. ./Release/glcanvas.o:(.rodata._ZTV18wxGLCanvasSubClass[vtable for wxGLCanvasSubClass]+0x1d8): undefined reference to `wxGLCanvas::OnInternalIdle()'
  19. ./Release/glcanvas.o:(.rodata._ZTI18wxGLCanvasSubClass[typeinfo for wxGLCanvasSubClass]+0x8): undefined reference to `typeinfo for wxGLCanvas'
  20. collect2: ld returned 1 exit status
  21. make[1]: *** [Release/wxTriangulate] Error 1
  22. make[1]: Leaving directory `/home/ramdac/Desktop/wxTriangulate/wxTriangulate'
  23. make: *** [All] Error 2
  24. ----------Build Ended----------
  25. 0 errors, 0 warnings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement