Re: frameworks build issues

2011-11-22 Thread Stephen Kelly
Jeremy Whiting wrote: > Besides the cmake > issues I also get link errors in tier1/kauth like this: > > Linking CXX shared library ../../lib/libkauth.so > /usr/bin/ld: warning: cannot find entry symbol rrors; defaulting to > 67e0 > collect2: ld returned 1 exit status > make[2]: *** [l

Re: frameworks build issues

2011-11-22 Thread Stephen Kelly
David Faure wrote: > On Tuesday 22 November 2011 15:29:25 Stephen Kelly wrote: >> We can enforce this by creating a 'done' folder, and calling >> add_subdirectory(done) in kdelibs.git/CMakeLists.txt as early as >> possible. At least before the call to find_package(KDE4Internal >> REQUIRED). > > M

Re: frameworks build issues

2011-11-22 Thread David Faure
On Tuesday 22 November 2011 15:29:25 Stephen Kelly wrote: > We can enforce this by creating a 'done' folder, and calling > add_subdirectory(done) in kdelibs.git/CMakeLists.txt as early as possible. > At least before the call to find_package(KDE4Internal REQUIRED). Moving stuff means adjusting 10

Re: frameworks build issues

2011-11-22 Thread Stephen Kelly
Alexander Neundorf wrote: >> macro_bool_to_01 and macro_optional_find_package. This is what 'done' >> looks like and is what we need to aim for for each framework. >> >> We can enforce this by creating a 'done' folder, and calling >> add_subdirectory(done) in kdelibs.git/CMakeLists.txt as early as

Re: frameworks build issues

2011-11-22 Thread Alexander Neundorf
On Tuesday 22 November 2011, Stephen Kelly wrote: > Jeremy Whiting wrote: > > Hello all, > > > > I took another crack at the kcolorscheme migration in frameworks > > branch yesterday, and got it to not depend on KGlobalSettings any > > longer. Unfortunately I still get warnings when I run cmake l

Re: frameworks build issues

2011-11-22 Thread Jeremy Whiting
On Tue, Nov 22, 2011 at 7:29 AM, Stephen Kelly wrote: > Jeremy Whiting wrote: > >> Hello all, >> >> I took another crack at the kcolorscheme migration in frameworks >> branch yesterday, and got it to not depend on KGlobalSettings any >> longer.  Unfortunately I still get warnings when I run cmake

Re: frameworks build issues

2011-11-22 Thread Stephen Kelly
Jeremy Whiting wrote: > Hello all, > > I took another crack at the kcolorscheme migration in frameworks > branch yesterday, and got it to not depend on KGlobalSettings any > longer. Unfortunately I still get warnings when I run cmake like > this: There are two issues. For one of them I filed a