[XML-SIG] PYXML-0.6.5 build problem on Cygwin 133

Arno Waschk 520091860693-0001@t-online.de
Sat, 15 Sep 2001 13:51:32 +0200


Dear people,

while trying to build your nice Python XML v0.6.5 I get the following 
error which I cannot solve:

[...]

not copying xml/utils/iso8601.py (output up-to-date)
not copying xml/utils/qp_xml.py (output up-to-date)
running build_ext
skipping '_xmlplus.parsers.pyexpat' extension (up-to-date)
skipping '_xmlplus.parsers.sgmlop' extension (up-to-date)
building '_xmlplus.utils.boolean' extension
skipping extensions/boolean.c 
(build/temp.cygwin-1.3.3-i686-2.1/boolean.o up-to-
date)
gcc -shared -Wl,--enable-auto-image-base 
build/temp.cygwin-1.3.3-i686-2.1/boolea
n.o -L/usr/lib/python2.1/config -lpython2.1 -o 
build/lib.cygwin-1.3.3-i686-2.1/_
xmlplus/utils/boolean.dll
Cannot export PyBoolean_Type: symbol not found
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1


I am on a fresh Cygwin 1.3.3 installation, following your README 
instructions ("python setup.py build" etc.)

Am I doing something wrong?
Do you need more information?

Thank you in advance

Arno Waschk