Re: Problem with X11 include files

2002-11-04 Thread Robert Hönlinger
If you installed Cygwin in D:\cygwin, this will be your root directory. Just try $ gcc -I/usr/X11R6/include tortoise.cpp -o tortoise Otherwise try $ gcc -I/cygdrive/d/usr/X11R6/include tortoise.cpp -o tortoise Hope that helps. Robert Hönlinger > I am trying to compile a small application from the

Re: Problem with X11 include files

2002-11-01 Thread Elfyn McBratney
Hi, I think you had similar problems a few days ago...? Your include line is a bit mashed to say the least. Im taking a shot in the dark here but guessing your running gcc/other under cygwin hense the `$'. So the first problem is that /d:cygwin doesn't exist and will never exist. If your cygwi