[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freedesktop-xorg
Subject:    Re: Kdrive CVS build problem
From:       Franco Catrin <fcatrin () tuxpan ! com>
Date:       2004-09-29 14:09:12
Message-ID: 1096466952.2450.10.camel () shaman ! txp
[Download RAW message or body]

El mar, 28-09-2004 a las 20:15, Evan K. Langlois escribió:
> OK, it says the xserver list is deprecated, but asking for help on
> kdrive CVS on the Xorg list sounds silly, so this is cross-posted.
> 
> In compiling Xfont, according to the script found on
> http://www.freedesktop.org/Software/XserverInstallGuide (basically
> straight CVS compiles), the compiling of Xfont dies because a file
> isn't found.  Doesn't look like a standard include to me, so I think
> its missing.    The missing file is 11/extensions/fontcacheP.h.  I'm
> thinking something previous should have installed it.
> 
> Somewhere the build process broke.  Can anyone help?

Try the attached patch against fontcache

I also recommend you to use a tool like jhbuild for building from CVS.


-- 
Franco Catrin L. TUXPAN
http://www.tuxpan.com/fcatrin

["fontcache-header.diff" (fontcache-header.diff)]

? fontcache-header.diff
Index: Makefile.am
===================================================================
RCS file: /cvs/xlibs/Xfont/fontcache/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- Makefile.am	17 Aug 2004 08:29:57 -0000	1.1
+++ Makefile.am	29 Sep 2004 14:07:55 -0000
@@ -2,5 +2,5 @@
 lib_LTLIBRARIES = libfontcache.la
 libfontcache_la_SOURCES = fontcache.c
 fontdir = $(includedir)/X11/fonts
-font_HEADERS = fontcacheint.h
+font_HEADERS = fontcache.h
 endif
Index: fontcache.c
===================================================================
RCS file: /cvs/xlibs/Xfont/fontcache/fontcache.c,v
retrieving revision 1.6
diff -u -r1.6 fontcache.c
--- fontcache.c	13 Aug 2004 15:09:00 -0000	1.6
+++ fontcache.c	29 Sep 2004 14:07:56 -0000
@@ -32,7 +32,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "fontcacheint.h"
+#include "fontcache.h"
 
 #define LOW_MARK	0
 #define HI_MARK		1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic