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
27; blocks like `' instead of `') Elfyn [EMAIL PROTECTED] --- [EMAIL PROTECTED] From: jblazi <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Problem with X11 include files Date: Fri, 1 Nov 2002 16:18:50 +0100 MIME-Version: 1.0 Received:

Problem with X11 include files

2002-11-01 Thread jblazi
I am trying to compile a small application from the GUILE tutorial. This application needs X11/Xlib.h. I installed the X11 files and the include file is in the directory d:/cygwin/usr/X11R6/include/X11, but I do not know how to tell this gcc. For example $ gcc -I/d:cygwin/usr/X11R6/include/ tortoi