X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU preprocessor problem? Date: 24 Feb 2002 14:32:52 GMT Organization: Aachen University of Technology (RWTH) Lines: 18 Message-ID: References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1014561172 27130 137.226.32.75 (24 Feb 2002 14:32:52 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 24 Feb 2002 14:32:52 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dong Soo Kim wrote: [...] > The error_macro.h file actually defines the macro for > non-windows (ie. #define p(s) { fprintf .. } ) instead of the windows > macro (ie. #define p(s) { MessageBox .. } ). You'll have to debug that locally. Fix that version mixup (see other message). If the problem still exists after that, compile your source like this: gccw32 -dD -E test.c > test.i and thoroughly inspect the generated file test.i. It contains the output of the preprocessor. Carefully check all occurences of _GNU_H_WINDOWS_H. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.