Kevin Jordan wrote:

On 1/29/06, Dan McGhee <[EMAIL PROTECTED]> wrote:

imake -DUseInstalled -I/usr/X11R7/lib/X11/config
Imakefile.c:34: error: Imake.tmpl: No such file or directory
Shure 'nuf there was no <path>/X11/config directory.  However, on both
my PC and my laptop, both with Xorg-6.8.2, this directory exists and is
full of templates.  I'm going to try to copy this directory into my
current X and see what happens.  Any body got any other ideas?

The files in question are in xorg-cf-files-X11R7.0-1.0.1.
Thank you.

Second question:  For every package I build in which the 'configure
--help' lists --x-libraries=[DIR] and --x-includes=[DIR] as options, I'm
having to add these them to ./configure or the package won't build or
acts "really hinky."  I've looked at all my symlinks and paths and they
all seem correct.  Has anybody else experienced something like this?  Or
have I just missed something so obvious that I'll lock myself in my room
for a week when someone points it out to me?
What do
ls -l /usr/lib/X11
and
ls -l /usr/include/X11
show?
lrwxrwxrwx 1 root root 20 2006-01-29 08:12 /mnt/mandrake/usr/include/X11 -> ../X11R7/include/X11 lrwxrwxrwx 1 root root 16 2006-01-29 08:10 /mnt/mandrake/usr/lib/X11 -> ../X11R7/lib/X11

Which is what the book shows. There are many package Makefiles that either have /usr/X11R6/<whatever> hardcoded or they pick it up somewhere I can't find.

I just created /usr/X11R6 and linked {lib,include} to the X11R7 stuff. Haven't had any problems with this so far. Guess we'll have to wait until package maintainers catch up with Xorg.

Thanks for your help, Kevin.  Sorry for the delay in answering.

Dan


--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to