2011/11/19 Alexander Neundorf <[email protected]> > On Saturday 19 November 2011, Aleix Pol wrote: > > Hi, > > At the KDE Mobile sprint I have been trying to get madde to compile KDE > > Applications on harmattan using cmake. > > > > I have got it to work but there are some problems coming from the way we > > find KDE and I'm not sure how to fix them correctly. The problem is > mainly > > the two files that specify where things are installed: > > KDELibsDependencies.cmake and KDELibs4LibraryTargets-debian.cmake. Both > > have the same problem: they are using paths that are relative to the > > system's root and I need them to be relative to the system targetted by > > cmake $ENV{SYSROOT_DIR}. > > Is the RPATH the problem or where causes it problems exactly ? > > Alex >
No, the problem is hardcoded compile-time locations. My ugly-hack-workaround is this: http://proli.net/meu/kde/kde_cmake_madde.patch Aleix
_______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
