Re: [CMake] cmake segfaults with ASM compiler

2007-01-21 Thread Prakash Punnoor
Am Donnerstag 19 Oktober 2006 20:54 schrieb Prakash Punnoor: Am Donnerstag 19 Oktober 2006 20:12 schrieb Brad King: Prakash Punnoor wrote: Hi, if I use Windows cmake 2.4.x (x in 0 to 3) in MSYS/MinGW with MSYS (in Windows XP SP2 Ger) it segfaults with my custom Module for ASM

Re: [CMake] cmake segfaults with ASM compiler

2007-01-21 Thread Prakash Punnoor
Am Sonntag 21 Januar 2007 10:38 schrieb Prakash Punnoor: Am Donnerstag 19 Oktober 2006 20:54 schrieb Prakash Punnoor: Am Donnerstag 19 Oktober 2006 20:12 schrieb Brad King: Prakash Punnoor wrote: Hi, if I use Windows cmake 2.4.x (x in 0 to 3) in MSYS/MinGW with MSYS (in

Re: [CMake] cmake segfaults with ASM compiler

2007-01-21 Thread Bill Hoffman
Prakash Punnoor wrote: ome soon to be released 2.4.4. version has the fix. :-) 2.4.6 segfaults as well. Wasn't the fix from cvs incorporated? Well, current cvs segfaults as well. Smells like regression... Problem is, I don't think the cause was ever identified for this. It

[CMake] building Xcode project on OS X

2007-01-21 Thread Blair Cruz
Hello All, I've been using CMake recently in conjunction with the Insight Toolkit. I've successfully built ITK on a Windows/Visual Studio 8 and OSX/XCode. I'm running into a problem when I build CableSwig on OS X. I can build CableSwig on windows no problem. I can generate the Xcode project

[CMake] ./bootstrap problem

2007-01-21 Thread Nasser Kashou
Hello, I'm moving from using CMake in XP to FC4 and have a basic installation question. When I try to install I get this error bash: ./bootstrap: No such file or directory any ideas how to fix this? Thanks ___ CMake mailing list CMake@cmake.org

Re: [CMake] ./bootstrap problem

2007-01-21 Thread Werner Smekal
Hi, the bootstrap script doesn't have execute permission (at least I think so). Either set the appropriate flags, chmod a+x bootstrap.sh or run the script with sh sh bootstrap.sh both in the cmake source directory. HTH, Werner Nasser Kashou wrote: Hello, I'm moving from using CMake in

Re: [CMake] Fortran-C mixed code (possible solution)

2007-01-21 Thread Arjen Markus
Radu Serban wrote: Hi Arjen, That's not what I want for several reasons: 1) I really think this is something that the build system should take care of. I intend to provide cmake only as an alternative to autotools and determining the Fortran name mangling scheme with the later is no