This is a discussion on problem in ./configure within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi, this is the error checking for X... configure: error: Can't find X includes. Please check your installation and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Juan wrote: > Hi, this is the error > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! > > I´m in slack 9.1 thanks Well, try doing exactly what it asks you to. "./configure --help | less" to see how to pass it to configure script. -- Jabber: molchun@jabber.org PGP ID: 0x304563A8 |
| |||
| On Thu, 15 Jan 2004, Juan wrote: > Hi, this is the error > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! > > I´m in slack 9.1 thanks > What? Where? When????? pleeease send some INFO! eg do you have X installed ? which package ere you trying to configure ? have you tried ./configure --help ? etc ... |
| |||
| On Thu, 15 Jan 2004 12:57:55 +0100, Juan wrote: > Hi, this is the error > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! > > I´m in slack 9.1 thanks You may well be in slack-9.1 but you did not install developemt stuff did you. Answer to you poorly informational question is, install the X include files from you source "x" directory then try again and please next time you want help be more spesific. -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ |
| |||
| roger wrote: > > On Thu, 15 Jan 2004, Juan wrote: > >>Hi, this is the error >> >>checking for X... configure: error: Can't find X includes. Please check >>your installation and add the correct paths! >> >>I´m in slack 9.1 thanks >> > > > What? Where? When????? > pleeease send some INFO! > eg do you have X installed ? yes, i have installed all xfree86*, kdelibs and arts I'm under XFCE > which package ere you trying to configure ? kapitalist client for kde 0.2 from kapitalist.sourceforge.net > have you tried ./configure --help ? yes, doesn't work properli > etc ... sorry my bad english |
| |||
| Juan wrote: >> which package ere you trying to configure ? > > kapitalist client for kde 0.2 from kapitalist.sourceforge.net you do know that slack 9.1 comes with kde3, and that kde3 and qt3 libraries are not compatible with kde2 and qt2 libraries? so without installing the necessary libraries, you can't compile kapitalist. >> have you tried ./configure --help ? > > yes, doesn't work properli again, you're not giving enough information. './configure --help' should *always* work. if it doesn't, something is seriously wrong. so at the very least tell us what happens when you give that command. >> etc ... > > sorry my bad english if your english isn't too good, that is not a problem. but you need to provide more information, cut and paste the relevant parts of the screen output, etc. -- Joost Kremers joostkremers@yahoo.com Slackware doesn't have any quirks. Other distros have quirks. Slackware's just pure Linux. |
| |||
| > Hi, this is the error > > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! > > I´m in slack 9.1 thanks Assuming you know where the headers are, try setting CPPFLAGS=-I /usr/local include/X11 or wherever they are before running configure. |
| |||
| On Thu, 15 Jan 2004, Juan wrote: > yes, i have installed all xfree86*, kdelibs and arts Then you should have all X includes hmm ... Have you (successfully) compiled anything else like perhaps MPlayer or something like that ? > > which package ere you trying to configure ? > > kapitalist client for kde 0.2 from kapitalist.sourceforge.net Never tried that... running twm :-) > > have you tried ./configure --help ? > > yes, doesn't work properli > It's not supposed to solve any problems or anything, it's just there to provide you with a little bit of help i.e. what options you can pass to ../configure Perhaps the script's test for X-includes is broken. If that's the case, it usually helps to pass something like ../configure --with-x --with-x-includes=/usr/X11R6/include but you have to consult ../configure --help | less (scroll with arrow-up arrow-down press q to quit) to see which options it accepts. /R |
| ||||
| Juan wrote: > checking for X... configure: error: Can't find X includes. Please check > your installation and add the correct paths! I had a similar error a while ago. The problem was that I used the code caching utility that's distributed with Slack as the default CC and CXX. Bad, bad, bad. That's what caused the errors. Turning that off got everything working again. |
| Thread Tools | |
| Display Modes | |
|
|