[XML-SIG] [ pyxml-Bugs-590132 ] Compilation failed using PyDoc_STR

noreply@sourceforge.net noreply@sourceforge.net
Fri, 02 Aug 2002 06:51:39 -0700


Bugs item #590132, was opened at 2002-08-02 06:51
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=590132&group_id=6473

Category: pyexpat
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Compilation failed using PyDoc_STR

Initial Comment:
On my compiler (SGI Irix 6.5 MIPSpro Compilers: Version
7.30)
the compilation failed because the compiler doesn't
want to
initialize static chars using the macro PyDoc_STR
It works just fine removing the "secure" brackets 

(line 13 extensions/pyexpat.c)

#define PyDoc_STR(str)         str


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=590132&group_id=6473