Chris Staub wrote:
> On 03/30/2010 08:07 PM, Baho Utot wrote:
>
>> Book: Beyond Linux® From Scratch - Version svn-20100221
>>
>> I am getting this on the
>>
>> KDE_PREFIX=/usr
>>
>> ./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde \
>> --disable-debug --disable-dependency-tracking&&
>>
>> checking for glXChooseVisual in -lGL... (cached) yes
>> checking "struct ucred"... yes
>> checking nogroup... nogroup
>> checking for getpeereid... no
>> checking for xmkmf... not found
>> configure: error: xmkmf/imake not found. Please make sure it's in PATH!
>>
>> xmkmf is at /usr/bin/xmkmf
>>
>> I know this is a path problem from searching google but I don't know how
>> to fix this
>>
>> Can anyone help me ?
>>
>> Thanks
>>
>
> It can't be a PATH problem if xmkmf is in /usr since that would result
> in all sorts of errors about missing programs. What do you get when you
> do "ls -l /usr/bin/{imake,xmkmf}"?
>
Nothing
With further investigation I have found that I am missing
imake-1.0.2.tar.bz2 and maybe xorg-cf-files-1.0.3.tar.bz2.
They are in xorg-utils according to x.org but are not a part of the
http://anduin.linuxfromscratch.org/files/BLFS/svn/xorg/util-7.5-2.wget
for the current X window build that is in the svn book.
I will try to build these and see if the error goes away.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page