Results 1 to 5 of 5
hello. i get this error when compiling (./configure) anything that uses a GUI. i know its a common error, but i havent been able to find any good help with ...
- 06-05-2005 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 50
error: Can't find X includes.
hello. i get this error when compiling (./configure) anything that uses a GUI. i know its a common error, but i havent been able to find any good help with it (i tried google).
any ideas?Code:checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
thanks.
- 06-05-2005 #2
You do have X installed righ?
And not just working from the command line.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 06-05-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Also make sure that if you're on a binary distro, you have the xorg-devel packages or something similar installed.
- 06-06-2005 #4Just Joined!
- Join Date
- Dec 2004
- Posts
- 50
ok that problem was fixed. it was just a matter of finding the name of the right package then getting it through apt-get or yum.
- 08-20-2007 #5Just Joined!
- Join Date
- Aug 2007
- Posts
- 1
People... Post Your Solutions When You Figure It Out!
For anyone who happens apon this thread and wonders about the name of the package the guy needed to install... it was
on my system (Ubuntu Feisty).Code:xorg-dev



