On 7/27/07, Peter B. Steiger <[EMAIL PROTECTED]> wrote:
>
> Apparently libgnomekbd is not correctly including the X include
> directory, and you have to manually tweak the Makefile after configure
> and before make.  I looked for every _CFLAGS definition and added
> -I/usr/X11R7/include to any that were lacking that statement.  All but
> two of the {something}_CFLAGS lines correctly included the X11 include
> directory, so I only had to add it to those two that did not.

Yeah, it look broken. There's no autofoo to check for libX11 or
Xlib.h. I guess we need to handle that with CPPFLAGS or CFLAGS and
probably LDFLAGS. Even having the symlink at /usr/X11R6 isn't
guaranteed to help since we don't know if any of the other packages
will include these paths.

I'll try to ping the maintainer.

--
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