delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
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: | <a5atik$qfq$1@nets3.rz.RWTH-Aachen.DE> |
References: | <Pine DOT GSO DOT 4 DOT 44 DOT 0202231406580 DOT 7343-100000 AT mozart DOT orchestra DOT cse DOT unsw DOT EDU DOT AU> |
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 <dsk666 AT cse DOT unsw DOT edu DOT au> 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |