Re: [CMake] FindSWIG and cross compiling

2009-10-26 Thread Giampiero Salvi
Hendrik Sattler wrote: Zitat von Giampiero Salvi : I have a project that builds fine both on Linux and on mingw32 using cmake version 2.6-patch 2. Now, I am trying to cross compile my project on a Linux (Ubuntu 9.04) machine for the target Windows platform using the mingw32 cross compiler. I ha

Re: [CMake] FindSWIG and cross compiling

2009-10-26 Thread Hendrik Sattler
Zitat von Giampiero Salvi : I have a project that builds fine both on Linux and on mingw32 using cmake version 2.6-patch 2. Now, I am trying to cross compile my project on a Linux (Ubuntu 9.04) machine for the target Windows platform using the mingw32 cross compiler. I have a toolchain more or l

[CMake] FindSWIG and cross compiling

2009-10-26 Thread Giampiero Salvi
Hi, I have a project that builds fine both on Linux and on mingw32 using cmake version 2.6-patch 2. Now, I am trying to cross compile my project on a Linux (Ubuntu 9.04) machine for the target Windows platform using the mingw32 cross compiler. I have a toolchain more or less copied from http