[Stackless] build problem on Debian-mips

karlm at MIT.EDU karlm at MIT.EDU
Thu Apr 10 04:26:23 CEST 2003


I have never before tried building any version of
Python on Debian-mips.  However, it seems strange
that there appears to be a syntax error in 
stackless_api.h

The machine is an up-to-date Debian-Linux SGI Indy.

Has anyone seen this before?  What else do you
guys need to figure out what's going on?

Here are some relavent package versions:
binutils       2.13.90.0.10-1 The GNU assembler, linker and binary utiliti
g++-3.2        3.2.1-0pre3    The GNU C++ compiler.
gcc-3.2        3.2.1-0pre3    The GNU C compiler.
gcc-3.2-base   3.2.1-0pre3    The GNU Compiler Collection (base package).
libc6          2.2.5-14.3     GNU C Library: Shared libraries and Timezone
libc6-dev      2.2.5-14.3     GNU C Library: Development Libraries and Hea
Python 2.1.3

I got the stackless cvs repository and did 

./configure 
make

and I got:

:~/stackless/stackless/src$ make
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless -DHAV
E_CONFIG_H  -o Modules/python.o Modules/python.c
In file included from Modules/python.c:5:
Stackless/stackless_api.h:41: parse error before '*' token
Stackless/stackless_api.h:41: warning: type defaults to `int' in declaration of `PyT
asklet_New'
Stackless/stackless_api.h:41: warning: data definition has no type or storage class
Stackless/stackless_api.h:48: parse error before '*' token
Stackless/stackless_api.h:48: warning: function declaration isn't a prototype
Stackless/stackless_api.h:53: parse error before '*' token
Stackless/stackless_api.h:53: warning: function declaration isn't a prototype
Stackless/stackless_api.h:62: parse error before '*' token
Stackless/stackless_api.h:62: warning: function declaration isn't a prototype
Stackless/stackless_api.h:70: parse error before '*' token
Stackless/stackless_api.h:70: warning: function declaration isn't a prototype
Stackless/stackless_api.h:81: parse error before '*' token
Stackless/stackless_api.h:81: warning: function declaration isn't a prototype
Stackless/stackless_api.h:93: parse error before '*' token
Stackless/stackless_api.h:93: warning: function declaration isn't a prototype
Stackless/stackless_api.h:103: parse error before '*' token
Stackless/stackless_api.h:103: warning: function declaration isn't a prototype
Stackless/stackless_api.h:132: parse error before '*' token
Stackless/stackless_api.h:132: warning: type defaults to `int' in declaration of `Py
Channel_New'
Stackless/stackless_api.h:132: warning: data definition has no type or storage class
Stackless/stackless_api.h:138: parse error before '*' token
Stackless/stackless_api.h:138: warning: function declaration isn't a prototype
Stackless/stackless_api.h:145: parse error before '*' token
Stackless/stackless_api.h:145: warning: function declaration isn't a prototype
Stackless/stackless_api.h:152: parse error before '*' token
Stackless/stackless_api.h:152: warning: function declaration isn't a prototype
Stackless/stackless_api.h:229: parse error before "func"
Stackless/stackless_api.h:229: warning: function declaration isn't a prototype
make: *** [Modules/python.o] Error 1

--------
Karl Alexander Magdsick

"A coward is incapable of exhibiting love; 
it is the prerogative of the brave." -- Mohandas K. Ghandi
_______________________________________________
Stackless mailing list
Stackless at www.tismer.com
http://www.tismer.com/mailman/listinfo/stackless




More information about the Stackless mailing list