Results 1 to 2 of 2
I have a common problem when I configure an application, like:
---------------------------------------
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-02-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
configure error, can't find X includes
I have a common problem when I configure an application, like:
---------------------------------------
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
----------------------------------------
How do I solve this problem? I'm using Knoppix 5.0 LiveCD
- 09-02-2006 #2
Hi - This is quite a common problem, and it means that you need to install the Xorg development package (header files are part of this bundle) which will allow you to compile an application from source. You can Google for those, but if you're just using a live cd, how are you compiling from source? The distro will just be loaded into RAM.
Assuming you had Knoppix on your hdd and your package(s) database was up-to-date you could do something a bit like:
apt-get install xorg-dev
Good luck!I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso


Reply With Quote
