I don't have Corel (because I prefer pure Debian) so I can only give you generic help. When you attempt to compile something and there is a complaint that includes cannot be found, it usually means you should install the "dev" equivalent of some of your library packages. For example on Debian (but I am not sure about Corel) you need the xlib6g library package in order to run most X applications. But to *compile* an application that uses that library you also need to install the xlib6g-dev package (which contains, for example, all the header files required to compile your programme for that particular library).
So I would check all libraries having to do with X and make sure you have installed all the appropriate "dev" versions of those libraries. After that, the configure should easily find the required includes by itself and should not require any additional information from you. Hope this helps. Alan email: [EMAIL PROTECTED] phone: 250-727-2902 FAX: 250-721-7715 snail-mail: Dr. Alan W. Irwin Department of Physics and Astronomy, University of Victoria, P.O. Box 3055, Victoria, British Columbia, Canada, V8W 3P6 __________________________ Linux-powered astrophysics __________________________ On Thu, 28 Dec 2000, William Bradley wrote: > This is a newbie question... My system is Corel Linux Second > Edition which uses Debian. I am trying to install kmysql- > 1.2.1.tar.gz, which is a source file, and a KDE compliant client for > the Mysql database server. Everything goes alright until I get > to the ./configure part and then I get the following message: > > ./configure > loading cache ./config.cache > checking how to run C++ preprocessor... /lib/cpp > checking for X... configure error: Can't find X includes. Please > check your installation and add the correct paths. > > I presume from the above that I have to add a path in my path > statement, I am just not sure what to add or where to add it. When > I checked the /usr/X11R6/include directory it seemed to have > everything but "X". The nearest I could come was another > subdirectory "X11". > > Any help would be appreciated. > > Thank you, > > Bill. > > > William Bradley, > Leaflets of Faith > http://www.leaflets.on.ca > We invite you to take a look at our email list: > http://www.egroups.com/group/leafletsoffaith > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > >

