On Tuesday 29 August 2006 20:11, Stephan Kulow wrote: > Am Dienstag, 29. August 2006 19:48 schrieb Alexander Neundorf: > > Hi, > > > > On Tuesday 29 August 2006 19:37, you wrote: > > > Am Dienstag, 29. August 2006 18:48 schrieb Alexander Neundorf: > > > > ... > > > > > The same happens if you start from toplevel with -j5 - so your > > > suggestion fixes _nothing_ ;( > > > > Does it help to add a dependency from the plugin to kmailprivate ? > > > > add_dependencies(kontact_kmailplugin kmailprivate) > > This seems to be a pretty straightforward proces ;( > > CMake Error: Cannot find source > file "/suse/coolo/prod/KDE4/build/kdepim/kmail/globalsettings_base.h" for > target "kontact_kmailplugin" > > Tried > extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .h++ .hm .hpp .hxx .in > .txx -- Configuring done
Now that you have the dep to kmailprivate added explicitely, you can remove the header again from the list of sources. 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
