X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Simeon" Newsgroups: comp.os.msdos.djgpp Subject: Compiling PythonD 2.4.2 on DJGPP Date: Sun, 22 Jul 2007 12:39:11 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Original Lines: 29 Message-ID: <46a38c61$1$16279$88260bb3@free.teranews.com> NNTP-Posting-Date: 22 Jul 2007 16:57:05 GMT X-Complaints-To: abuse AT teranews DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi there. I had an old computer at my disposal and decided to put it to use by setting up a nostalgia project with DOS and Windows for Workgroups 3.11. I thought it would be interesting to add some Python to the mix via PythonD. My problem is that I am getting a compiler error that I do not understand: gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c Python/compile.c: In function 'optimize_code': Python/compile.c:512: warning: pointer targets in assignment differ in signedness Python/compile.c: At top level: Python/compile.c:1038: error: two or more data types in declaration specifiers Python/compile.c:1232: error: two or more data types in declaration specifiers Python/compile.c: In function 'com_addbyte': Python/compile.c:1232: error: parameter name omitted Python/compile.c:1241: error: expected expression before 'unsigned' make.exe: *** [Python/compile.o] Error 1 Does anyone have any ideas that could help shed some light on this and help me get back on track? Thanks! -- Posted via a free Usenet account from http://www.teranews.com