You are not logged in.

#1 2007-06-18 14:35:04

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Kmidi - error with ./configure

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

I think i should to type it:
--x-includes=DIR
But i don't know where is x-includes
Maybe I have not got some packages?
Please Help me.

Offline

#2 2007-06-18 16:56:47

KomodoDave
Member
From: Oxford, UK
Registered: 2007-04-22
Posts: 162
Website

Re: Kmidi - error with ./configure

matiit wrote:
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

I think i should to type it:
--x-includes=DIR
But i don't know where is x-includes
Maybe I have not got some packages?
Please Help me.

I don't know the answer specifically, but you could try

$ su
$ updatedb
$ locate include | grep -i x

This, of course, assumes that the directory you need to find has a name containing 'include' and 'x' or 'X'... it's entirely possible it doesn't! Maybe someone with more wisdom than I will be kind enough to post and help you.

- Dave

Offline

#3 2007-06-18 17:42:44

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Re: Kmidi - error with ./configure

[mat@xmat ~]$ locate include | grep -i x
locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
[mat@xmat ~]$ su
Password:
[root@xmat mat]# locate include | grep -i x
locate: fatal error: Could not find user database '/var/lib/slocate/slocate.db':  No such file or directory
[root@xmat mat]#

Offline

Board footer

Powered by FluxBB