Cross compiling Cygwin/XFree86 now works better than it ever has
efore.  --enable-auto-import is no longer causing problems after Alan and I
created the SimpleHostProgramTarget_x rules in xc/config/cf/cross.rules

The only thing about cross compiling that still bothers me is that
makedepend can't find the w32api headers that we use in hw/xwin; this
doesn't cause build bustage, but it generates a couple hundred lines of
worthless warnings in the build log.  It strikes me as odd that makedepend
tries looking in /usr/include/w32api, but it doesn't try
/cygwin/i686-pc-cygwin/include/w32api.  Note, windows.h is stored in the
latter directory.  I've attached the relevant log section below.

I've tried before to fix this problem, but I really don't have anymore
ideas.

Any help would be appreciated,

Harold


../../../../config/makedepend/makedepend: warning:  InitInput.c (reading
winms.h, line 47): cannot find include file "windows.h"
        not in ./windows.h
        not in ../../../../exports/include/X11/windows.h
        not in ../../../../include/fonts/windows.h
        not in ../../../../programs/Xserver/fb/windows.h
        not in ../../../../programs/Xserver/mi/windows.h
        not in ../../../../programs/Xserver/miext/shadow/windows.h
        not in ../../../../programs/Xserver/miext/layer/windows.h
        not in ../../../../programs/Xserver/include/windows.h
        not in ../../../../programs/Xserver/os/windows.h
        not in ../../../../include/extensions/windows.h
        not in ../../../../exports/include/X11/windows.h
        not in ../../../../programs/Xserver/render/windows.h
        not in ../../../../programs/Xserver/randr/windows.h
        not in ../../../../windows.h
        not in ../../../../exports/include/windows.h
        not in /windows.h
        not in /cygwin/i686-pc-cygwin/include/windows.h
        not in /usr/include/w32api/windows.h
        not in /cygwin/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/include/windows.h


Reply via email to