Re: Re: frameworks build issues

2011-11-28 Thread Stephen Kelly
Mario Bensi (Nef) wrote: > Le mercredi 23 novembre 2011 11:44:50 Stephen Kelly a écrit : >> Stephen Kelly wrote: >> >> > 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_subdirec

Re: Re: frameworks build issues

2011-11-28 Thread Mario Bensi (Nef)
Le mercredi 23 novembre 2011 11:44:50 Stephen Kelly a écrit : > Stephen Kelly wrote: > > > 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/CMakeList

Re: frameworks build issues

2011-11-24 Thread Stephen Kelly
Kevin Ottens wrote: > What about moving all the tier* folders near the top as you proposed > previously and did for tier1, and anything in there which isn't ready goes > into a "staging" folder? Done. ___ Kde-frameworks-devel mailing list Kde-framewor

Re: frameworks build issues

2011-11-24 Thread Kevin Ottens
On Wednesday 23 November 2011 11:44:50 Stephen Kelly wrote: > Stephen Kelly wrote: > > 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 e

Re: frameworks build issues

2011-11-23 Thread Stephen Kelly
PERIER Romain wrote: > 2011/11/23 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 >>

Re: frameworks build issues

2011-11-23 Thread Stephen Kelly
Stephen Kelly wrote: > 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(KDE

Re: frameworks build issues

2011-11-23 Thread Aaron J. Seigo
On Wednesday, November 23, 2011 01:26:02 Stephen Kelly wrote: > KAuth builds for me, but Aaron said he was affected by the same problem. Can > you isolate the problem? the solution to remove that replacement of "pedantic" fixed it for me as well. so i'm back to being able to build frameworks (af

Re: frameworks build issues

2011-11-23 Thread PERIER Romain
2011/11/23 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:

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

frameworks build issues

2011-11-20 Thread Jeremy Whiting
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: -- Configuring done CMake Error: Attempt to add a custom rule to output "/home/jer