Cross compiling xf-4_3-branch

Harold L Hunt II huntharo@msu.edu
Thu Jul 31 16:17:00 GMT 2003



Alexander Gottwald wrote:
> On Wed, 30 Jul 2003, Harold L Hunt II wrote:
> 
> 
>>../../../../config/makedepend/makedepend: warning:  winclipboardinit.c 
>>(reading winclipboard.h, line 61): cannot find include file "windows.h"
>>	not in ./windows.h
> 
> 
> the makedepend utitility does know nothing about the w32api directory. As 
> a patch add -I/path/to/include/w32api to the CFLAGS. 
> 

Actually, makedepend *did* know about the w32api directory, it was just 
searching for it in the wrong path:

     not in /usr/include/windows.h
     not in /usr/include/w32api/windows.h
     not in /usr/lib/gcc-lib/i386-linux/3.3.1/include/windows.h

Are you sure that your fix is still correct in light of this?

See, the other error that I am getting is indicating that includes are 
being searched for in /usr/* instead of in the cc dirs:

../../../../config/makedepend/makedepend: warning: 
/usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7

Harold



More information about the Cygwin-xfree mailing list