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


Harold L Hunt II wrote:

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

The paths were hardcoded for non-crosscompiling. On every place where
such a path (eg. /usr/include/w32api) was used I added a switch
#if CrossCompiling
#define StdIncDir CrossCompileDir/...
#else
#define StdIncDir ...
#endif

I've attached the patch for makedepend.

bye
    ago

NP: Deine Lakaien - Fleeting
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723

Attachment: makedepend-cc-fix.diff
Description: Text document


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