Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Building Qt for Odroid: undefined reference to `vtable for QOpenGLContext'

Building Qt for Odroid: undefined reference to `vtable for QOpenGLContext'

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 984 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    helthans
    wrote on last edited by
    #1

    I previously did a successfull build of Qt5 for Odroid using Xubuntu 13.10. After releasing Lubuntu 14.04 I have tried to compile Qt5 again, but now I get the followig error messages (followed by many more):
    @
    .obj/debug-shared/qopenglcontext.o: In function QOpenGLContext::QOpenGLContext(QObject*)': /home/odroid/dev/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:423: undefined reference to vtable for QOpenGLContext'
    .obj/debug-shared/qopenglcontext.o: In function QOpenGLContextGroup::QOpenGLContextGroup()': /home/odroid/dev/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:995: undefined reference to vtable for QOpenGLContextGroup'
    .obj/debug-shared/qopenglcontext.o: In function QOpenGLContextGroup::~QOpenGLContextGroup()': /home/odroid/dev/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:1004: undefined reference to vtable for QOpenGLContextGroup'
    .obj/debug-shared/qopenglcontext.o: In function QOpenGLContext::destroy()': /home/odroid/dev/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:512: undefined reference to QOpenGLContext::aboutToBeDestroyed()'
    .obj/debug-shared/qopenglcontext.o: In function QOpenGLContext::~QOpenGLContext()': /home/odroid/dev/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp:554: undefined reference to vtable for QOpenGLContext'
    .obj/debug-shared/qimagereader.o: In function createReadHandlerHelper': /home/odroid/dev/qt5/qtbase/src/gui/image/qimagereader.cpp:305: undefined reference to QImageIOPlugin::staticMetaObject'
    @
    I follow the proceeding as described here: "how to compile Qt5":http://napan.ca/ghpsdr3/index.php/Odroid
    and the configuration is as follows:
    @./configure -developer-build -opensource -confirm-license -nomake examples -nomake tests -no-pch -qt-xcb -opengl es2 -DMESA_EGL_NO_X11_HEADERS -skip qtconnectivity@

    Anyone has a clue what is wrong?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved