This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross compiling xf-4_3-branch




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]