From: "Alex Vinokur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro demo compilation Date: Sun, 11 Aug 2002 09:52:46 +0200 Organization: Scopus Lines: 47 Message-ID: References: <1028307963 DOT 378240 AT queeg DOT ludd DOT luth DOT se> <1028398716 DOT 710521 AT queeg DOT ludd DOT luth DOT se> <1028476193 DOT 984195 AT queeg DOT ludd DOT luth DOT se> <1028912561 DOT 538539 AT queeg DOT ludd DOT luth DOT se> NNTP-Posting-Host: gateway.scopus.net (62.90.123.5) X-Trace: fu-berlin.de 1029048720 42123464 62.90.123.5 (16 [79865]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Martin Str|mberg" wrote in message news:1028912561 DOT 538539 AT queeg DOT ludd DOT luth DOT se... > Alex Vinokur wrote: > : The '+' symbol is missing at the beginnig of the '#if defined ...' line. > > No. Not for the include file I have. Perhaps you mistakenly removed it > yourself? > > > Right, > > MartinS Here are final lines of readme.djgpp --- include/sys/djtypes.h~1 Tue Dec 14 06:56:16 1999 +++ include/sys/djtypes.h Mon Feb 4 16:20:40 2002 @@ -12,7 +12,12 @@ #define __DJ_ssize_t typedef int ssize_t; #define __DJ_time_t typedef unsigned int time_t; #define __DJ_uid_t typedef int uid_t; + +#if __GNUC__>=3 +#define __DJ_va_list typedef __builtin_va_list va_list; +#else #define __DJ_va_list typedef void *va_list; +#endif #if defined(__cplusplus) && ( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) /* wchar_t is now a keyword in C++ */ Regards, ==================== Alex Vinokur http://up.to/alexvn http://go.to/alexv_math mailto:alexvn AT bigfoot DOT com mailto:alexvn AT go DOT to ====================