Compiling Wine sources with duplicated include parameters

Alexandre Julliard julliard at winehq.com
Tue Apr 1 23:15:38 CST 2003


Francois Gouget <fgouget at free.fr> writes:

> Though it does not appear to be specified in the standard, all compilers
> I know of first look for y.tab.h in the current directory if included
> using quotes.

At least gcc doesn't do that. It looks in the directory that the
source file came from, which is *not* the current directory for out of
tree builds. So the -I. is very much needed.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list