On Thu, Jan 8, 2009 at 9:38 AM, Frank Wilson <fr...@thefixedpoint.me.uk> wrote:
> Hi. I've been mucking about with the kde 4.2 betas and I've got a
> with problems how cmake recipes interact with kde 4.2 beta 2.

Hi!

> Basically whenever I compile kdepimlibs, Compile seems
> significantly change KdepimLibsConfig.cmake (which gets installed in
> /System/Links/Libraries/KdepimLibs/cmake/). The final installed
> file isnt even syntactically correct! The installed file is very different
> from the file which you will find in the KdepimLibs
> _build directory. The attached KdepimLibsConfig.cmake.diff shows you
> the difference between these two files.

IIRC those changes were required, exactly because of KDE 4. I remember
having prepared a few recipes. KDE packages which did not use a
modified cmake script had a few errors showing up at run time, as
those packages were always looking for other KDE files under
/Programs/KDE-Foo/Version and not under
/System/Links/{Executables,Libraries,Shared}. The changes to the cmake
script were made so that /usr was used instead, as that directory
mimics the directory structure of /Programs/Foo/Version better.

I've just provided a fix for the FixDirReferences script, which is the
one who replaces paths on cmake, libtool and and pkgconfig files.

Would you mind checking out an updated snapshot of Scripts and
verifying if it works better now?

Thanks,

-- 
If you're looking for a reason I've a reason to give
Pleasure, little treasure
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to