[CMake] cmake 32/64 bit

2012-04-23 Thread Jörg F . Unger
Hi everyone, I'm using windows 7 (64). I'm trying to determine the python installation using cmake. The problem is that cmake only exists as a 32 bit application. As a consequence, it has only access to the 32 bit registry entries (WOW64). I have installed python as a 64 bit application, which is

Re: [CMake] cmake 32/64 bit

2012-04-23 Thread Rolf Eike Beer
Hi everyone, I'm using windows 7 (64). I'm trying to determine the python installation using cmake. The problem is that cmake only exists as a 32 bit application. As a consequence, it has only access to the 32 bit registry entries (WOW64). I have installed python as a 64 bit application,

Re: [CMake] cmake 32/64 bit

2012-04-23 Thread Patrick Spendrin
Am 23.04.2012 10:45, schrieb Jörg F. Unger: Hi everyone, ... Any ideas how to circumvent these problems? Or is there a way to build a 64 bit cmake? You can build 64 bit cmake with the 32 bit version and at least the mingw-w64 compiler, it probably builds using visual studio too. I haven't

Re: [CMake] cmake 32/64 bit

2012-04-23 Thread Brad King
On Mon, Apr 23, 2012 at 4:45 AM, Jörg F. Unger joergfun...@googlemail.com wrote: Hi everyone, I'm using windows 7 (64). I'm trying to determine the python installation using cmake. The problem is that cmake only exists as a 32 bit application. As a consequence, it has only access to the 32

Re: [CMake] cmake 32/64 bit

2012-04-23 Thread Jörg F . Unger
2012/4/23 Brad King brad.k...@kitware.com On Mon, Apr 23, 2012 at 4:45 AM, Jörg F. Unger joergfun...@googlemail.com wrote: Hi everyone, I'm using windows 7 (64). I'm trying to determine the python installation using cmake. The problem is that cmake only exists as a 32 bit application.