On 20.01.2011 12:19, Kurt Van Dijck wrote: > On Thu, Jan 20, 2011 at 02:10:44AM -0800, Domingo Alvarez Duarte wrote: >> Would be nice if we can have this too with fltk, example: >> >> /home/user/dev/fltk-1.3-source> mkdir build-win32 >> /home/user/dev/fltk-1.3-source> cd build-win32 >> /home/user/dev/fltk-1.3-source/build-win32> ../configure --mingw32 > according to autotools, this would be: > ../configure --host=i586-mingw32msvc > or whatever compiler you'd use. > > BTW, I'm interested in the out of tree build ...
Yes, we should have that as well as better cross-compiling support. It's on my personal to-do-list... That said, out-of-source builds work well with CMake, and I believe that it also works (maybe in a limited way) for cross-compiling, because that's what a specific STR was for (enable CMake for cross- compiling). I didn't use it myself this way, but the author of the CMake files confirmed that it worked for him. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
