[Python-bugs-list] [ python-Bugs-554912 ] --disable-unicode builds horked

noreply@sourceforge.net noreply@sourceforge.net
Sat, 11 May 2002 09:03:43 -0700


Bugs item #554912, was opened at 2002-05-11 16:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=554912&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 7
Submitted By: Michael Hudson (mwh)
Assigned to: Walter Dörwald (doerwalter)
Summary: --disable-unicode builds horked

Initial Comment:
Walter, I'm 99% sure this is your fault:

gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I.
-I../Include -DHAVE_CONFIG_H  -o Objects/stringobject.o
../Objects/stringobject.c
../Objects/stringobject.c: In function `do_argstrip':
../Objects/stringobject.c:1461: warning: implicit
declaration of function `PyUnicode_FromObject'
../Objects/stringobject.c:1461: warning: initialization
makes pointer from integer without a cast
../Objects/stringobject.c:1465: warning: implicit
declaration of function `_PyUnicode_XStrip'
../Objects/stringobject.c:1465: `PyUnicodeObject'
undeclared (first use in this function)
../Objects/stringobject.c:1465: (Each undeclared
identifier is reported only once
../Objects/stringobject.c:1465: for each function it
appears in.)
../Objects/stringobject.c:1465: parse error before `)'

Please fix.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=554912&group_id=5470