From: Johan E. <jbc...@sw...> - 2012-05-25 22:32:41
|
On 24-5-2012 20:34, Nathan Hurst wrote: > On Thu, May 24, 2012 at 07:39:46PM +0200, Johan Engelen wrote: >> Hi all, >> Is there a branch that I can checkout to follow the progress of the >> Python bindings? > At this stage we're checking into the main branch - the changes will > not affect the C++ code (apart from bug fixes), so there is no benefit > to branching (and a significant cost). Cool. I'll try to test this on Windows from time to time. I have fixed Cython compiling on windows, but it does not link. [1] "make install" also does not work. Cheers, Johan [1] Linking CXX shared module cy2geom.pyd c:/mingw32/bin/../lib/gcc/mingw32/4.6.1/../../../libmingw32.a(main.o): In function `main': C:\MinGW\msys\1.0\src\mingwrt/../mingw/main.c:73: undefined reference to `WinMain@16' collect2: ld returned 1 exit status make[2]: *** [src/2geom/cython-bindings/cy2geom.pyd] Error 1 make[1]: *** [src/2geom/cython-bindings/CMakeFiles/cy2geom.dir/all] Error 2 |