[Stackless] Compilation error

Samir Patel a at agni.us
Tue Jan 6 20:54:22 CET 2004


I have compiled stackless cvs from yesterday successfully but had problem 
compiling it today.  gcc version - gcc (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 
3.2.3-r2, propolice)

Following is trace of configure and make.

**************************************************************************************

bash-2.05b$ ./configure
creating cache ./config.cache
checking MACHDEP... linux2
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... makeyes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C...
yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for minix/config.h... no
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for --with-suffix...
checking for case-insensitive build directory... no
checking LIBRARY... libpython$(VERSION).a
checking LINKCC... $(PURIFY) $(CXX)
checking LDLIBRARY... libpython$(VERSION).a
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD compatible install... /bin/install -c
checking for --with-pydebug... no
checking whether gcc accepts -OPT:Olimit=0... no
checking whether gcc accepts -Olimit 1500... no
checking whether pthreads are available without options... no
checking whether gcc accepts -Kpthread... no
checking for ANSI C header files... yes
checking for dlfcn.h... yes
checking for fcntl.h... yes
checking for grp.h... yes
checking for limits.h... yes
checking for langinfo.h... yes
checking for locale.h... yes
checking for ncurses.h... yes
checking for poll.h... yes
checking for pthread.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stddef.h... yes
checking for stdlib.h... yes
checking for thread.h... no
checking for unistd.h... yes
checking for utime.h... yes
checking for termios.h... yes
checking for sys/audioio.h... no
checking for sys/file.h... yes
checking for sys/lock.h... no
checking for sys/modem.h... no
checking for db_185.h... yes
checking for db.h... yes
checking for sys/param.h... yes
checking for sys/poll.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/un.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... yes
checking for pty.h... yes
checking for term.h... yes
checking for libutil.h... no
checking for ndbm.h... yes
checking for db1/ndbm.h... yes
checking for gdbm/ndbm.h... yes
checking for sys/resource.h... yes
checking for netpacket/packet.h... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for clock_t in time.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking size of int... 4
checking size of long... 4
checking size of void *... 4
checking size of char... 1
checking size of short... 2
checking size of float... 4
checking size of double... 8
checking size of fpos_t... 16
checking for long long support... yes
checking size of long long... 8
checking for uintptr_t support... no
checking size of off_t... 8
checking whether to enable large file support... yes
checking size of time_t... 4
checking for pthread_t... yes
checking size of pthread_t... 4
checking for --enable-toolbox-glue... no
checking for --enable-framework... no
checking for dyld... no
checking SO... .so
checking LDSHARED... $(CC) -shared
checking CCSHARED... -fPIC
checking LINKFORSHARED... -Xlinker -export-dynamic
checking CFLAGSFORSHARED...
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for t_open in -lnsl... no
checking for socket in -lsocket... no
checking for --with-libs... no
checking for --with-signal-module... yes
checking for --with-dec-threads... no
checking for --with-threads... yes
checking for _POSIX_THREADS in unistd.h... yes
checking for mach/cthreads.h... no
checking for --with-pth... no
checking for pthread_create in -lpthread... yes
checking if PTHREAD_SCOPE_SYSTEM is supported... yes
checking for pthread_sigmask... yes
checking for usconfig in -lmpc... no
checking for thr_create in -lthread... no
checking if --enable-ipv6 is specified... yes
checking if RFC2553 API is available... yes
checking ipv6 stack type... linux-glibc
checking for --with-cycle-gc... yes
checking for --with-pymalloc... no
checking for --with-wctype-functions... no
checking for --with-sgi-dl... no
checking for --with-dl-dld... no
checking for dlopen... yes
checking DYNLOADFILE... dynload_shlib.o
checking MACHDEP_OBJS... MACHDEP_OBJS
checking for alarm... yes
checking for chown... yes
checking for chroot... yes
checking for clock... yes
checking for confstr... yes
checking for ctermid... yes
checking for ctermid_r... no
checking for execv... yes
checking for flock... yes
checking for fork... yes
checking for fsync... yes
checking for fdatasync... yes
checking for fpathconf... yes
checking for ftime... yes
checking for ftruncate... yes
checking for gai_strerror... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getpeername... yes
checking for getpid... yes
checking for getpwent... yes
checking for getwd... yes
checking for hstrerror... yes
checking for inet_pton... yes
checking for kill... yes
checking for link... yes
checking for lstat... yes
checking for mkfifo... yes
checking for mktime... yes
checking for mremap... yes
checking for nice... yes
checking for pathconf... yes
checking for pause... yes
checking for plock... no
checking for poll... yes
checking for pthread_init... no
checking for putenv... yes
checking for readlink... yes
checking for select... yes
checking for setegid... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setlocale... yes
checking for setregid... yes
checking for setreuid... yes
checking for setsid... yes
checking for setpgid... yes
checking for setuid... yes
checking for setvbuf... yes
checking for snprintf... yes
checking for sigaction... yes
checking for siginterrupt... yes
checking for sigrelse... yes
checking for strftime... yes
checking for strptime... yes
checking for symlink... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for tcsetpgrp... yes
checking for tempnam... yes
checking for timegm... yes
checking for times... yes
checking for tmpfile... yes
checking for tmpnam... yes
checking for tmpnam_r... yes
checking for truncate... yes
checking for uname... yes
checking for unsetenv... yes
checking for waitpid... yes
checking for _getpty... no
checking for getpriority... yes
checking for openpty... no
checking for openpty in -lutil... yes
checking for forkpty... yes
checking for fseek64... no
checking for fseeko... yes
checking for fstatvfs... yes
checking for ftell64... no
checking for ftello... yes
checking for statvfs... yes
checking for dup2... yes
checking for getcwd... yes
checking for strdup... yes
checking for strerror... yes
checking for memmove... yes
checking for getpgrp... yes
checking for setpgrp... yes
checking for gettimeofday... yes
checking for getaddrinfo... yes
checking getaddrinfo bug... good
checking for getnameinfo... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for st_rdev in struct stat... yes
checking for st_blksize in struct stat... yes
checking for st_blocks in struct stat... yes
checking for time.h that defines altzone... no
checking whether sys/select.h and sys/time.h may both be included... yes
checking for addrinfo... yes
checking for sockaddr_storage... yes
checking whether char is unsigned... no
checking for working const... yes
checking for working volatile... yes
checking for working signed char... yes
checking for prototypes... yes
checking for variable length prototypes and stdarg.h... yes
checking for bad exec* prototypes... no
checking if sockaddr has sa_len member... no
checking for bad static forward... no
checking whether va_list is an array... no
checking for gethostbyname_r... yes
checking gethostbyname_r with 6 args... yes
checking for __fpu_control... yes
checking for --with-fpectl... no
checking for --with-libm=STRING... default LIBM="-lm"
checking for --with-libc=STRING... default LIBC=""
checking for hypot... yes
checking what malloc(0) returns... null
checking for wchar.h... yes
checking size of wchar_t... 4
checking what type to use for unicode... unsigned short
checking whether byte ordering is bigendian... no
checking whether right shift extends the sign bit... yes
checking for getc_unlocked() and friends... yes
checking for rl_pre_input_hook in -lreadline... no
checking for rl_completion_matches in -lreadline... no
checking for broken nice()... no
checking whether mvwdelch is an expression... yes
checking whether WINDOW has _flags... yes
checking for socklen_t... yes
checking for build directories... done
updating cache ./config.cache
creating ./config.status
creating Makefile.pre
creating Modules/Setup.config
creating pyconfig.h
creating Setup
creating Setup.local
creating Makefile
bash-2.05b$ make
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Modules/python.o Modules/python.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Modules/python.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/acceler.o Parser/acceler.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/grammar1.o Parser/grammar1.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Parser/grammar1.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/listnode.o Parser/listnode.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/node.o Parser/node.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Parser/node.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/parser.o Parser/parser.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Parser/parser.c:8:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/parsetok.o Parser/parsetok.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/tokenizer.o Parser/tokenizer.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/bitset.o Parser/bitset.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/metagrammar.o Parser/metagrammar.c
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Parser/myreadline.o Parser/myreadline.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Parser/myreadline.c:12:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/abstract.o Objects/abstract.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/abstract.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/bufferobject.o Objects/bufferobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/bufferobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/cellobject.o Objects/cellobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/cellobject.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/classobject.o Objects/classobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/classobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/cobject.o Objects/cobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/cobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/complexobject.o Objects/complexobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/complexobject.c:10:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/descrobject.o Objects/descrobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/descrobject.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/fileobject.o Objects/fileobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/fileobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/floatobject.o Objects/floatobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/floatobject.c:7:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/frameobject.o Objects/frameobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/frameobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/funcobject.o Objects/funcobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/funcobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/intobject.o Objects/intobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/intobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/iterobject.o Objects/iterobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/iterobject.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/listobject.o Objects/listobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/listobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/longobject.o Objects/longobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/longobject.c:6:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/dictobject.o Objects/dictobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/dictobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/methodobject.o Objects/methodobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/methodobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/moduleobject.o Objects/moduleobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/moduleobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/object.o Objects/object.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/object.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/rangeobject.o Objects/rangeobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/rangeobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/sliceobject.o Objects/sliceobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/sliceobject.c:16:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/stringobject.o Objects/stringobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/stringobject.c:3:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/structseq.o Objects/structseq.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/structseq.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/tupleobject.o Objects/tupleobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/tupleobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/typeobject.o Objects/typeobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/typeobject.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/weakrefobject.o Objects/weakrefobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/weakrefobject.c:1:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/unicodeobject.o Objects/unicodeobject.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/unicodeobject.c:39:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Objects/unicodectype.o Objects/unicodectype.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Objects/unicodectype.c:11:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Python/bltinmodule.o Python/bltinmodule.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Python/bltinmodule.c:4:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Python/exceptions.o Python/exceptions.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Python/exceptions.c:21:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Python/ceval.o Python/ceval.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Python/ceval.c:9:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
gcc -c -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -I./Stackless 
-DHAVE_CONFIG_H  -o Stackless/stacklesseval.o Stackless/stacklesseval.c
In file included from Include/pystate.h:8,
                 from Include/Python.h:103,
                 from Stackless/stacklesseval.c:1:
Stackless/stackless_tstate.h:79: warning: `struct _ts' declared inside 
parameter list
Stackless/stackless_tstate.h:79: warning: its scope is only this definition or 
declaration, which is probably not what you want
Stackless/stacklesseval.c:315: conflicting types for 
`slp_kill_tasks_with_stacks'
Stackless/stackless_tstate.h:79: previous declaration of 
`slp_kill_tasks_with_stacks'
make: *** [Stackless/stacklesseval.o] Error 1
bash-2.05b$ ls


-- 

- Samir


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list