On Tuesday 23 May 2006 01:39, Leonardo Cassarani wrote: > [EMAIL PROTECTED]:/home/kde4/kde4/kdelibs4_snapshot/build$ make > CMake Error: Parse error in cache > file /home/kde4/kde4/kdelibs4_snapshot/build/CMakeCache.txt. Offending > entry: Error processing project > file; > /home/kde4/kde4/kdelibs4_snapshot/build/CMakeFiles/CMakeTmpQmake/tmp.pro > CMake Error: Parse error in cache > file /home/kde4/kde4/kdelibs4_snapshot/build/CMakeCache.txt. Offending > entry: Error processing project > file; > /home/kde4/kde4/kdelibs4_snapshot/build/CMakeFiles/CMakeTmpQmake/tmp.pro -- > Found Qt-Version 4.1.1
Seems like a qmake-related problem. Can you please send the CMakeCache.txt ? Can you please also try to create a file named test.pro with the following contents: -------8<-------------8<--------------8<-------- message(MOC<$$QMAKE_MOC>) message(UIC<$$QMAKE_UIC>) ---------8<-------------8<------------------8<-------------- and run qmake on it and post here what it says ? Bye Alex -- Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de Home: neundorf AT kde.org - http://www.kde.org alex AT neundorf.net - http://www.neundorf.net _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
