Has anyone succeeded to compile current git snapshot with Ubuntu oneiric ? Least, using ./configure -prefix $PWD/qtbase -opensource -confirm-license it does not work.
I noticed that i get errors First try fails with error from wekbit that "nullpointer" will be reserved word g++0x ( -Werror causes this ) That could be fixed turning -Werror off on Linux Then there is linking error because it links -lpthread -ljscore when it should be -ljscore -lpthread I have tried ./configure -prefix /home/kate/qt5/qt5/qtbase -opensource -confirm-license -nomake tests -no-webkit but that does not help, it still compiles jscore. Kate _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
