On 05/25/2014 11:06 PM, Marcos Pansani wrote: > After "make", the following error appears at 11%. > > [ 11%] Building CXX object > src/lib/core/CMakeFiles/kactivities.dir/manager_p.o > /source/BLFS_7.5/kactivities-4.12.2/src/lib/core/manager_p.cpp:26:33: > fatal error: kdbusconnectionpool.h: Arquivo ou diretório não encontrado > #include <kdbusconnectionpool.h> > ^ > compilation terminated. > src/lib/core/CMakeFiles/kactivities.dir/build.make:220: recipe for > target 'src/lib/core/CMakeFiles/kactivities.dir/manager_p.o' failed > make[2]: *** [src/lib/core/CMakeFiles/kactivities.dir/manager_p.o] Error 1 > CMakeFiles/Makefile2:152: recipe for target > 'src/lib/core/CMakeFiles/kactivities.dir/all' failed > make[1]: *** [src/lib/core/CMakeFiles/kactivities.dir/all] Error 2 > Makefile:126: recipe for target 'all' failed > make: *** [all] Error 2 > > > I know the problem is related to "kdbusconnectionpool.h" but do not know > how to solve. > > Any tips? > > thank you > >
File is part of nepomuk-core. Either install nepomuk-core or use -DWITH_NepomukCore=OFF cmake parameter. -- Note: My last name is not Krejzi. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
