Re: #include oddity in v7.0b3
Jan Vroonhof <vroonhof@math.ethz.ch>
From: Jan Vroonhof <vroonhof@math.ethz.ch>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Didier Verna <didier@xemacs.org>, "Stephen J. Turnbull" <turnbull@sk.tsukuba.ac.jp>, Tom Lane <tgl@sss.pgh.pa.us>, bugs@postgresql.org, XEmacs beta testers <xemacs-beta@xemacs.org>, Oliver Elphick <Oliver.Elphick@lfix.co.uk>
Date: 2000-04-11T14:10:21Z
Lists: pgsql-bugs
Peter Eisentraut <e99re41@DoCS.UU.SE> writes: > There is no harm in having 20 -I's on the compile line unless the user has > more than one header file with the same name on his system, in which case > most everything else on it is going to break as well. This in fact one of the problems that caused us to switch to the newer inclusion mechanism. (prompted by the mess that is libXawXXXX) Jan P.S. I would be interested in knowing what problem the user had for which you made change. Maybe it is relevant for use too?