This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: -I stopped working


Hi Gil,


Gil Hansen wrote:
> The -I option in my makefile has stopped working. I'm getting "No such file
> or directory" for X include files. Yet if I replace <X11/StringDefs.h> with
> "/usr/X11R6.3/include/X11/StringDefs.h" the file is found.
> The compilation line is:
>         gcc -g -I/usr/X11R6.3/include/X11 -c windows.c
> which compiled fine a few days ago.

If there is a file /usr/X11R6.3/include/X11/StringDefs.h and your source
says X11/StringDefs.h, shouldn't that be

         gcc -g -I/usr/X11R6.3/include -c windows.c


so long, benny
======================================
Benjamin Riefenstahl (benny@crocodial.de)
Crocodial Communications EntwicklungsGmbH
Ruhrstraße 61, D-22761 Hamburg, Germany
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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