From: "Meynard" Newsgroups: comp.os.msdos.djgpp Subject: Re: building allegro 4.0.1 question Date: Wed, 19 Jun 2002 08:45:36 +0200 Organization: Wanadoo, l'internet avec France Telecom Lines: 29 Message-ID: References: <%aMN8.221738$305 DOT 2936045 AT news DOT chello DOT at> <3D07ABF5 DOT 190C088F AT yahoo DOT com> <_gSN8.225427$305 DOT 3003174 AT news DOT chello DOT at> <200206130124 DOT g5D1Oqe10508 AT envy DOT delorie DOT com> <_CXN8.227920$305 DOT 3049463 AT news DOT chello DOT at> NNTP-Posting-Host: anantes-101-1-5-110.abo.wanadoo.fr X-Trace: wanadoo.fr 1024469150 22281 193.251.16.110 (19 Jun 2002 06:45:50 GMT) X-Complaints-To: abuse AT wanadoo DOT fr NNTP-Posting-Date: 19 Jun 2002 06:45:50 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com you must build with gcc 2.93 Maverick a écrit dans le message : _CXN8.227920$305 DOT 3049463 AT news DOT chello DOT at... > DJ Delorie schrieb in im Newsbeitrag: > 200206130124 DOT g5D1Oqe10508 AT envy DOT delorie DOT com... > > > > > stdarg.h :110: conflicting types for `va_list´ > > > stdio.h :35: previous declaration for `va_list´ > > > > If you're using gcc 3.1, did you read the djgpp-specific README > > included with it? > Yes I did, I've read about the entire documentation supplied with it and > fixed the djtypes.h accordingly, though the part where I am told to at the > very beginning of the README.DJGPP of GCC escaped my eye. And I found out > what the problem was by now... looks like I did something dumb I can't > remember and replaced the modified djtypes.h with the unmodified sometime > after my changes. Perhaps I made an error when extracting some files I > hadn't gotten before... I don't know what mistake I made, but it looks like > I'm the culprit to blame big time. > > Now I've fixed the djtypes.h again, Allegro seems to have been built fine > without errors. My own stupidity gave three hours of a headache... Thanks > for your responses, Nick, Delorie. > >