[XML-SIG] [Bug #131797] failed build on 2.1a2 and 2.0

noreply@sourceforge.net noreply@sourceforge.net
Fri, 09 Feb 2001 16:29:01 -0800


Bug #131797, was updated on 2001-Feb-09 16:29
Here is a current snapshot of the bug.

Project: Python/XML
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: bcollar
Assigned to : nobody
Summary: failed build on 2.1a2 and 2.0

Details: I get the following output from "python2.1 ./setup.py build", on
debian. The same occurs when using python2.0:

running build_ext
building '_xmlplus.parsers.pyexpat' extension
gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -DXML_NS -DXML_DTD
-DEXPAT_VERSION=0x010200 -Iextensions/expat/xmltok
-Iextensions/expat/xmlparse -I/usr/local/include/python2.1 -c
extensions/pyexpat.c -o build/temp.linux-i586-2.1/pyexpat.o
extensions/pyexpat.c: In function `getcode':
extensions/pyexpat.c:262: warning: passing arg 11 of `PyCode_New' makes
pointer from integer without a cast
extensions/pyexpat.c:262: too few arguments to function `PyCode_New'
extensions/pyexpat.c: In function `call_with_frame':
extensions/pyexpat.c:289: too few arguments to function `PyFrame_New'
error: command 'gcc' failed with exit status 1


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131797&group_id=6473