Advertisement
Guest User

Untitled

a guest
Sep 14th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. g++ -Wl,--no-undefined -Wl,-O1 -Wl,-rpath,/usr/local/Qt-5.1.1/lib -shared -o libqoffscreen.so .obj/release-shared/main.o .obj/release-shared/qoffscreenintegration.o .obj/release-shared/qoffscreenwindow.o .obj/release-shared/qoffscreencommon.o .obj/release-shared/qoffscreenintegration_x11.o -L/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase/lib -lQt5PlatformSupport -lz -lQt5Gui -lQt5Core -lGL -lpthread
  2. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11GLXContext::~QOffscreenX11GLXContext()':
  3. qoffscreenintegration_x11.cpp:(.text+0x7b): undefined reference to `XDestroyWindow'
  4. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11GLXContext::makeCurrent(QPlatformSurface*)':
  5. qoffscreenintegration_x11.cpp:(.text+0x129): undefined reference to `XResizeWindow'
  6. qoffscreenintegration_x11.cpp:(.text+0x140): undefined reference to `XSync'
  7. .obj/release-shared/qoffscreenintegration_x11.o: In function `createDummyWindow(QOffscreenX11Info*, XVisualInfo*) [clone .isra.7]':
  8. qoffscreenintegration_x11.cpp:(.text+0x1e9): undefined reference to `XCreateColormap'
  9. qoffscreenintegration_x11.cpp:(.text+0x276): undefined reference to `XCreateWindow'
  10. qoffscreenintegration_x11.cpp:(.text+0x287): undefined reference to `XFreeColormap'
  11. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11Connection::QOffscreenX11Connection()':
  12. qoffscreenintegration_x11.cpp:(.text+0x2e1): undefined reference to `XInitThreads'
  13. qoffscreenintegration_x11.cpp:(.text+0x2fd): undefined reference to `XOpenDisplay'
  14. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11Connection::~QOffscreenX11Connection()':
  15. qoffscreenintegration_x11.cpp:(.text+0x358): undefined reference to `XCloseDisplay'
  16. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11GLXContext::QOffscreenX11GLXContext(QOffscreenX11Info*, QOpenGLContext*)':
  17. qoffscreenintegration_x11.cpp:(.text+0x462): undefined reference to `qglx_findConfig(_XDisplay*, int, QSurfaceFormat const&, int)'
  18. qoffscreenintegration_x11.cpp:(.text+0x4b8): undefined reference to `qglx_surfaceFormatFromGLXFBConfig(QSurfaceFormat*, _XDisplay*, __GLXFBConfigRec*, __GLXcontextRec*)'
  19. qoffscreenintegration_x11.cpp:(.text+0x4f1): undefined reference to `XFree'
  20. qoffscreenintegration_x11.cpp:(.text+0x522): undefined reference to `qglx_findVisualInfo(_XDisplay*, int, QSurfaceFormat*)'
  21. qoffscreenintegration_x11.cpp:(.text+0x579): undefined reference to `XFree'
  22. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11Integration::createPlatformOpenGLContext(QOpenGLContext*) const':
  23. qoffscreenintegration_x11.cpp:(.text+0x6fd): undefined reference to `XCloseDisplay'
  24. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11Integration::~QOffscreenX11Integration()':
  25. qoffscreenintegration_x11.cpp:(.text._ZN24QOffscreenX11IntegrationD2Ev[_ZN24QOffscreenX11IntegrationD5Ev]+0x20): undefined reference to `XCloseDisplay'
  26. .obj/release-shared/qoffscreenintegration_x11.o: In function `QOffscreenX11Integration::~QOffscreenX11Integration()':
  27. qoffscreenintegration_x11.cpp:(.text._ZN24QOffscreenX11IntegrationD0Ev[_ZN24QOffscreenX11IntegrationD0Ev]+0x21): undefined reference to `XCloseDisplay'
  28. collect2: error: ld returned 1 exit status
  29. make[5]: *** [../../../../plugins/platforms/libqoffscreen.so] Error 1
  30. make[5]: Leaving directory `/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src/plugins/platforms/offscreen'
  31. make[4]: *** [sub-offscreen-make_first] Error 2
  32. make[4]: Leaving directory `/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src/plugins/platforms'
  33. make[3]: *** [sub-platforms-make_first] Error 2
  34. make[3]: Leaving directory `/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src/plugins'
  35. make[2]: *** [sub-plugins-make_first] Error 2
  36. make[2]: Leaving directory `/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase/src'
  37. make[1]: *** [sub-src-make_first] Error 2
  38. make[1]: Leaving directory `/home/gour/prj/qt/qt-everywhere-opensource-src-5.1.1/qtbase'
  39. make: *** [module-qtbase-make_first] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement