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
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
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
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
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
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
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