Hi,

I'm getting some errors when compiling Python 2.6.5 on MInGW with gcc 4.5.0. I'm getting these errors:

gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototyp
es  -I. -IInclude -I../Include   -DPy_BUILD_CORE -o Python/thread.o ../Pyth
on/thread.c
In file included from ../Python/thread.c:121:0:
../Python/thread_pthread.h: In function 'PyThread_start_new_thread':
../Python/thread_pthread.h:200:2: error: aggregate value used where an inte
ger was expected
../Python/thread_pthread.h: In function 'PyThread_get_thread_ident':
../Python/thread_pthread.h:222:2: error: aggregate value used where an inte
ger was expected
make: *** [Python/thread.o] Error 1

Any help would be much appreciated.

This is the kind of question you might want to ask on the Python mailing list.
The masters are there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.