Hey all,
I’m doing a build from qt-everywhere-opensource-src-5.4.1 on RedHat 5.9. I ran configure like so:
./configure —prefix=/home/me/qt/5.4.1 —no-c++11 —opensource
I ran ‘make’, and it built for quite a while before running into a ton of these:
.obj/qnetworkmanagerservice.o: In function `QNetworkManagerConnectionActive::QNetworkManagerConnectionActive(QString const&, QObject*)’:
qnetworkmanagerservice.cpp:(.text+0×7036): undefined reference to `vtable for PropertiesDBusInterface’
qnetworkmanagerservice.cpp:(.text+0×740f): undefined reference to `PropertiesDBusInterface::~PropertiesDBusInterface()’
Nothing on google or this forum search turned up this message, so I thought I’d start a new post and see if anyone knew what the issue is here.
↧