On Fri, 2007-07-27 at 20:21 -0400, David Barron wrote:
> gkbd-config-registry-server.c:23:22: error: X11/Xlib.h: No such file
> or 
> directory 

David, that is the best news I've had all month.  When I built Gnome
using BLFS, I got that error; when I went back and tried letting Garnome
do all my thinking for me, I got the same error.  Now I know it wasn't
something I personally was doing wrong!

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.

-- 
Peter B. Steiger
Cheyenne, WY

----------------------------------------------------------------------
Finally - A spam blocker that actually works.
http://www.bluebottle.com/tag/4

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