Post a New Reply
Reply to thread: congigure problem
Username:
Post Subject:
Post Icon:
Your Message:
Smilies
Smile Wink Cool Big Grin
Tongue Rolleyes Shy Sad
At Angel Angry Blush
Confused Dodgy Exclamation Heart
Huh Idea Sleepy Undecided
[get more]
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)




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


Thread Review (Newest First)
Posted by znx - 2006-08-02, 08:37 PM

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




Posted by noriko - 2006-08-01, 09:43 PM

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

Posted by anyweb - 2006-08-01, 09:28 PM

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

 

cheers

anyweb

Posted by codeman - 2006-08-01, 05:32 PM
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"?