LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   x includes (https://www.linuxquestions.org/questions/linux-newbie-8/x-includes-292367/)

Sc0pE 02-19-2005 03:21 PM

x includes
 
argggg, when i run ./configure i get the error 'checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!' ive searched everywhere and cant find out how to fix it, anyone any ideas im using suse 9.2 and im trying to install kmldonkey

Dark_Helmet 02-19-2005 03:51 PM

You'll need to install the "X-devel" package. I don't use Suse, but I've heard the name Yast thrown around as teh package manager it uses. So I can't be much help in telling you exactly where to find it, but that package (or one very similarly named) should be on your install CDs somewhere.

reddazz 02-19-2005 04:45 PM

Yep, its YAST (or YAST2) and the package is xorg-x11-devel or xorg-devel.

Sc0pE 02-20-2005 05:34 AM

all the xorg files are installed and i still get the error...

__J 02-20-2005 05:36 AM

what is the output of the following command in the console ( don't need to be root):

ls /usr/X11R6/include/X11

Sc0pE 02-20-2005 06:13 AM

chris@linux:~/kmldonkey-0.10> ls /usr/X11R6/include/X11
bitmaps pixmaps Xaw3d

was that right ?

__J 02-20-2005 06:22 AM

should look a little more like this:

% ls /usr/X11R6/include/X11
Composite.h PM XKBlib.h Xfuncs.h Xprotostr.h
CompositeP.h RectObj.h XWDFile.h Xlib.h Xresource.h
ConstrainP.h RectObjP.h Xalloca.h Xlibint.h Xthreads.h
Constraint.h SM Xarch.h Xlocale.h Xutil.h
Core.h Shell.h Xatom.h Xmd.h ap_keysym.h
CoreP.h ShellP.h Xauth.h Xmu bitmaps
DECkeysym.h StringDefs.h Xaw Xos.h cursorfont.h
HPkeysym.h Sunkeysym.h Xcms.h Xos_r.h extensions
ICE Vendor.h Xcursor Xosdefs.h fonts
Intrinsic.h VendorP.h Xdefs.h Xpoll.h keysym.h
IntrinsicP.h X.h Xdmcp.h XprintAppUtil keysymdef.h
Object.h X10.h Xft XprintUtil pixmaps
ObjectP.h XF86keysym.h Xfuncproto.h Xproto.h xpm.h

you don't have xorg-devel installed or the package you installed was corrupt. try:

rpm -qa x11-devel and see if it's listed or try to reinstall it.

Sc0pE 02-20-2005 06:33 AM

hey im not actually sure what ive to do but i typed rpm -qa x11-devel in yast and nothing came up and also xorg-devel and nothing came up either....any ideas ?

Sc0pE 02-20-2005 07:35 AM

hey i got the xorg devel installed it dosent come with suse so i had to download it, but its one problem after another, arggg :(
checking for extra libs... no
checking for libz... configure: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.

xfree86 is not in yast...any ideas ?


All times are GMT -5. The time now is 11:15 PM.