Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Christiaan Putter
free Qt you have to use mingw, no way around that. But that ain't the point, I like stuff that's free like speech and will struggle to only use stuff that's free like speech. Even if it means recompiling stuff until everything else broke. ciao cputter On 13/11/2007, Christiaan Putter [EMAIL

Re: [CMake] Linking boost python with mingw

2007-12-09 Thread Christiaan Putter
On 10/12/2007, Hendrik Sattler [EMAIL PROTECTED] wrote: Am Sonntag 09 Dezember 2007 schrieb Christiaan Putter: Swig works great, the cmake support could be better but there're no problems with linking to the Python libs. I have the problem that the swig module is recompiled on every make

[CMake] Swig dependencies not being tested?

2007-12-09 Thread Christiaan Putter
Hi all, I know swig support isn't all that great at the moment but was wondering if someone happens to have a working Swig module for cmake that doesn't rebuild every time even without the dependencies having changed. Someone else also pointed out a problem with .i files having to be in the

[CMake] Globbing files in the current binary dir?

2007-12-08 Thread Christiaan Putter
Hi guys and girls, I'd like to install some files generated during the build by Swig, *.py files in the current bin dir. FILE(GLOB pyimports ${CMAKE_CURRENT_BINARY_DIR}/*.py) INSTALL(FILES ${pyimports} DESTINATION scripts) The .py files are there after the build, but aren't found by

[CMake] Linking boost python with mingw

2007-11-12 Thread Christiaan Putter
Hi guys and girls, I'm new to this wonderful CMake thingy and I'm having some problems linking to boost.python. My setup on windows xp: mingw 5.1.3 (with gcc 3.4.5) boost1.34.1 python 2.5 I compiled boost as per instructions with mingw without any problems. With some

Re: [CMake] Linking boost python with mingw

2007-11-12 Thread Christiaan Putter
Thanks Pau, I'll build Python with mingw and give it a try. I'll let you guys know how that worked out... Have a nice evening. On 13/11/2007, Pau Garcia i Quiles [EMAIL PROTECTED] wrote: Quoting Christiaan Putter [EMAIL PROTECTED]: (Returning this to the mailing list, as you mistakenly

[CMake] QT4_WRAP_UI, INCLUDE_DIRECTORIES and source tree structure

2007-11-06 Thread Christiaan Putter
Hi there guys, First off I'm new to cmake (and c++ and qt too :-) ), so please bear this in mind. I'm having some trouble with my source tree layout, and don't know if I'm doing this right. I'll first explain what I've done, and then tell you what's not working. My source tree: project