Re: [CMake] CMake and Cross Compiling

2007-06-18 Thread Alexander Neundorf
On Monday 18 June 2007 04:33, vincent ROULLIER wrote: > Hi  > > I've got this error when I'm trying to compile ITK for windows from OSX > > CMake Error: Neither the __isnand nor the __inline_isnand functions are > available ! > > Another question, > Can i compile an application for windows usi

Re: [CMake] CMake and Cross Compiling

2007-06-18 Thread vincent ROULLIER
Alexander Neundorf a écrit : On Monday 18 June 2007 04:33, vincent ROULLIER wrote: Hi  I've got this error when I'm trying to compile ITK for windows from OSX CMake Error: Neither the __isnand nor the __inline_isnand functions are available ! Another question, Can i compile

[CMake] CMake and Cross Compiling

2007-06-18 Thread vincent ROULLIER
Hi  I've got this error when I'm trying to compile ITK for windows from OSX CMake Error: Neither the __isnand nor the __inline_isnand functions are available ! Another question, Can i compile an application for windows using ITK libraries of OSX ? I know, it's a stupid question ... Any i

Re: [CMake] Cmake and cross compiling

2007-06-15 Thread Bill Hoffman
Brandon Van Every wrote: On 6/15/07, vincent ROULLIER <[EMAIL PROTECTED]> wrote: Hi, I would like to compile ITK on OS X for windows. I'm using cmake with mingw to compile ITK. But I have some problem to configure CMAKE parameters to compile itk. Is there any CMAKE parameters like prefix or

Re: [CMake] Cmake and cross compiling

2007-06-15 Thread Brandon Van Every
On 6/15/07, vincent ROULLIER <[EMAIL PROTECTED]> wrote: Hi, I would like to compile ITK on OS X for windows. I'm using cmake with mingw to compile ITK. But I have some problem to configure CMAKE parameters to compile itk. Is there any CMAKE parameters like prefix or target in configure ?? Can

[CMake] Cmake and cross compiling

2007-06-15 Thread vincent ROULLIER
Hi, I would like to compile ITK on OS X for windows. I'm using cmake with mingw to compile ITK. But I have some problem to configure CMAKE parameters to compile itk. Is there any CMAKE parameters like prefix or target in configure ?? Can somebody help me ? Vincent _