[pyicu-dev] pyicu with python 2.3 under windows
Wolfgang Langner
wl at flexis.de
Wed Feb 21 01:20:27 PST 2007
Hi,
David Bolen wrote:
> For what it's worth, the Makefile for PyICU 0.5 built just fine for us
> with the native Python 2.3 under Windows against ICU 3.4 (once a few
> source changes were made, which have been incorporated into 0.6). I
> haven't tried building 0.6, but it doesn't look like the Makefile changed.
I tried building version 0.6 (I need ICU 3.6) against python 2.3.
It doesn't build. The makefile seems ok, but I get compile errors.
I have installed cygwin and msvc6.
I get the following error. (german system!)
bases.cpp
bases.cpp(2468) : error C2440: 'type cast' : 'enum ' kann nicht in 'void *'
konvertiert werden
Es gibt keinen Kontext, in dem diese Konvertierung moeglich ist
Can't convert enum to void *. No context to do this conversion.
That's the first output. I have done no further checks.
> We did have Cygwin installed on the systems doing the build (so GNU make
> and the Cygwin stuff in the Makefile was present), but as long as you
> have VC6 as the default compiler in your path, it should build the
> native extension just fine.
I will test version 0.5 and verify this. Thanks.
More information about the pyicu-dev
mailing list