Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
congigure problem
#1
configure: error: Can't find X includes. Please check your installation and add the correct paths! this is what i got when i tried to configure a program is there a simple solution to set the "path"?
Reply
#2

hi what are you trying to do and what distro are you using ?

 

cheers

anyweb

Reply
#3

you may need to update you pkgconfig paths, the X-devel packages...

 

the includes are usually in /usr/include/X11

 

so if that dire~ exists you have it installed already, you may need to update them though.. xorg-devel or xorg or somethign alng those lines..

 

for teh mean time.. you may try..

 

 

./configure --with-x-includes=/usr/include/X11

Reply
#4

Quote:configure: error: Can't find X includes. Please check your installation and add the correct paths! this is what i got when i tried to configure a program is there a simple solution to set the "path"?
 

If its Fedora .. or a similar package based system, then you may not have the "devel"opment package installed.

 

For instance with Fedora:



Code:
yum install xorg-x11-devel




Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Human Verification
Please tick the checkbox that you see below. This process is used to prevent automated spam bots.

Forum Jump:


Users browsing this thread: 1 Guest(s)