On 04/07/2013 11:15 PM, Niels Terp wrote: > Hi, > > During compilation of kde-baseapps, all needed and all optional packages are > found, and the compilation starts. But then: > > [ 6%] Building CXX object > dolphin/src/CMakeFiles/dolphinprivate.dir/kitemviews/kfileitemmodelrolesupda > ter.o > /home/niels/kde/kde-baseapps-4.10.2/dolphin/src/kitemviews/kfileitemmodelrol > esupdater.cpp: In member function 'bool > KFileItemModelRolesUpdater::applyResolvedRoles(const KFileItem&, > KFileItemModelRolesUpdater::ResolveHint)': > /home/niels/kde/kde-baseapps-4.10.2/dolphin/src/kitemviews/kfileitemmodelrol > esupdater.cpp:999:42: fejl: 'const class KFileItem' has no member named > 'isFinalIconKnown' > make[2]: *** > [dolphin/src/CMakeFiles/dolphinprivate.dir/kitemviews/kfileitemmodelrolesupd > ater.o] Fejl 1 > make[1]: *** [dolphin/src/CMakeFiles/dolphinprivate.dir/all] Fejl 2 > make: *** [all] Fejl 2 > > Any sugestions ?
If you have installed any libraries or modules in nonstandard location, I suggest that you set these 3 path environment variables with their locations. You might want to try it even if they are standard locations due to where you have your source files: CMAKE_INCLUDE_PATH CMAKE_LIBRARY_PATH CMAKE_PREFIX_PATH You will then need to go to the build directory and: rm CMakeCache.txt and run cmake again to reconfigure. -- James Tyrer Linux (mostly) From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
