Re: [CMake] cmake and distutils

2008-04-23 Thread Alan W. Irwin
On 2008-04-23 10:38+0200 Christophe Alexandre wrote: Ok for the Module part, but what about the compilation CFLAGS and link flags used by distutils ? Must I copy them in my CMakeList.txt ? I don't understand your question since I am inexperienced with using distutils to build. To answer your

Re: [CMake] cmake and distutils

2008-04-23 Thread Christophe Alexandre
Ok for the Module part, but what about the compilation CFLAGS and link flags used by distutils ? Must I copy them in my CMakeList.txt ? Christophe. Le 22 avr. 08 à 21:14, Alexander Neundorf a écrit : On Tuesday 22 April 2008, Christophe Alexandre wrote: Hi all, I'm working on a C++ projec

Re: [CMake] cmake and distutils

2008-04-22 Thread Alan W. Irwin
On 2008-04-22 20:06+0200 Christophe Alexandre wrote: Hi all, I'm working on a C++ project exporting its API with in Python. Is there an "easy..." way to compile and generate the Python Modules with cmake. I find the the distutils and cmake hard to use together : not the same build management,

Re: [CMake] cmake and distutils

2008-04-22 Thread Alexander Neundorf
On Tuesday 22 April 2008, Christophe Alexandre wrote: > Hi all, > > I'm working on a C++ project exporting its API with in Python. > Is there an "easy..." way to compile and generate the Python Modules > with cmake. > I find the the distutils and cmake hard to use together : not the same > build ma

[CMake] cmake and distutils

2008-04-22 Thread Christophe Alexandre
Hi all, I'm working on a C++ project exporting its API with in Python. Is there an "easy..." way to compile and generate the Python Modules with cmake. I find the the distutils and cmake hard to use together : not the same build management, the installation process,... Wouldn't it be better