> From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Sent: Fri, 8 Sep 2006 4:06 PM > Subject: Re: [CMake] Adding cross-compiler support to CMake ... > > lol, I actually intended to try cross-compiling KDE as a demostration > of CMake's cross-compiling abilities once it was perfected.
Once it is possible to do this, the cross-compiling abilities are really perfect. In KDE we do about one million configure checks, checking the availability of various functions, types and headers. And we use many extra libraries, which are found using FIND_PACKAGE(). How should all that work when cross-compiling ? The FindFoo.cmake files as far as I can see cannot and are not written to find libraries in strange directories for cross-compiling. All the values could be set manually by hand, but this is not really doable for a project with so many checks. Bye Alex -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
