| Summary: | qdvdauthor builds partly against qt4 instead of qt3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Donnie Berkholz (RETIRED) <dberkholz> |
| Component: | Current packages | Assignee: | Daniel Black (RETIRED) <dragonheart> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | qt |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Donnie Berkholz (RETIRED)
2005-12-14 20:35:53 UTC
The ebuild needs to explicity call /usr/qt/3/bin/uic and not the one that's in PATH. The ebuild needs to explicity call /usr/qt/3/bin/uic and not the one that's in PATH. It looks to me like it's calling the correct qmake, so I don't know why it wouldn't use the right uic. But I just had a cursory glance. I've just committed a fix, please try and see if it works now. g++ -c -pipe -Wall -W -O2 -march=athlon-mp -fomit-frame-pointer -pipe -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/qt/3/mkspecs/linux-g++ -I. -I/usr/qt/3/include -I.ui/ -Iqplayer/engines -I. -Iqslideshow -Iqplayer -I.moc/ -o .obj/dvdmenu.o dvdmenu.cpp /usr/qt/3/include/qnetworkprotocol.h:58: warning: 'class QNetworkProtocolFactoryBase' has virtual functions but non-virtual destructor /usr/qt/3/include/qfiledialog.h:78: warning: 'class QFilePreview' has virtual functions but non-virtual destructor animationattribute.h:22: warning: 'class CallbackClass' has virtual functions but non-virtual destructor dvdmenu.cpp: In member function 'void DVDMenu::createMask(QString&, int, bool)':dvdmenu.cpp:1344: error: invalid cast of an rvalue expression of type 'QImage' to type 'const QImageHelper&' make: *** [.obj/dvdmenu.o] Error 1 But that didn't kill the build for some reason. Then later on it tried to recompile it in the install, and finally the build died. looks more like a gcc issue than a qt4 issue now. closing this issue as fixed. |