X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "deckerben" Newsgroups: comp.os.msdos.djgpp Subject: -DSTDC_HEADERS=1 ...problems with string.h? Date: Fri, 5 Apr 2002 23:30:45 +0200 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 Lines: 18 Message-ID: <3cae13c9$0$12293$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.119.232 X-Trace: 1018041290 news.freenet.de 12293 213.6.119.232 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was just experimenting with one of the gnu libraries(termcap) and configure generated a makefile that failed with the error: In file included from tparam.c:29: d:/user/djgpp/include/string.h:55: parse error before '(' token d:/user/djgpp/include/string.h:55: parse error before "const" make.exe: *** [tparam.o] Error 1 I examined the makefile and removed ONLY the DEFS declaration -DSTDC_HEADERS=1 The library then compiled completely without appearant problems. Is this declaration always incompatible with DJGPP? Juuuuuuuuusssst curious. Ben