Noah Levitt
2005-Nov-21 08:50 UTC
[Fontconfig] render/xrender/xft on HP-UX -> Thanks Noah!
Thanks for the feedback! I am surprised to see that you took a different approach for extutil.h and region.h in your patch. They should both be installed in /usr/X11R6/include/X11/extensions/. Keith said that xfree86 doesn''t install them by default, though, which is why we stuck them in cvs. Does your HP-UX machine have /usr/X11R6/include/X11/extensions/region.h? If so, I might get rid of the local copies of both headers, since I haven''t actually come across anyone who doesn''t have them. Unless Keith vetoes of course. Noah On Sat, Apr 19, 2003 at 19:59:05 +1000, Jeff Waugh wrote:> Hi everyone, > > I''ve built Noah''s autofooed render, xrender and xft from CVS with fontconfig > 2.1.94 on HP-UX. Worked a treat, thanks very much Noah! GTK+ builds against > it, and I''ve run gtk-demo successfully (remotely though, to my XFree86 4.3 > server -> the HP-UX box doesn''t have a graphics card). > > Here''s a quick patch to say thanks! (against current Xrender CVS) > > - Jeff > > -- > linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/ > > Wars end, love lasts.
Keith Packard
2005-Nov-21 08:50 UTC
[Fontconfig] render/xrender/xft on HP-UX -> Thanks Noah!
Around 13 o''clock on Apr 19, Noah Levitt wrote:> extutil.hI was wrong about extutil.h, it''s installed by XFree86. I must have been thinking of some other header file... region.h doesn''t appear to be installed though. Sorry for the mixup. -keith
Noah Levitt
2005-Nov-21 08:50 UTC
[Fontconfig] render/xrender/xft on HP-UX -> Thanks Noah!
Ok. I applied jdub''s patch unmodified. (Thanks!) Noah On Sat, Apr 19, 2003 at 10:48:56 -0700, Keith Packard wrote:> > Around 13 o''clock on Apr 19, Noah Levitt wrote: > > > extutil.h > > I was wrong about extutil.h, it''s installed by XFree86. I must have been > thinking of some other header file... > > region.h doesn''t appear to be installed though. > > Sorry for the mixup. > > -keith
Hi everyone,
I''ve built Noah''s autofooed render, xrender and xft from CVS
with fontconfig
2.1.94 on HP-UX. Worked a treat, thanks very much Noah! GTK+ builds against
it, and I''ve run gtk-demo successfully (remotely though, to my XFree86
4.3
server -> the HP-UX box doesn''t have a graphics card).
Here''s a quick patch to say thanks! (against current Xrender CVS)
- Jeff
--
linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/
Wars end, love lasts.
-------------- next part --------------
Index: Makefile.am
==================================================================RCS file:
/local/src/CVS/Xrender/Makefile.am,v
retrieving revision 1.1
diff -u -H -d -r1.1 Makefile.am
--- Makefile.am 17 Apr 2003 22:49:21 -0000 1.1
+++ Makefile.am 19 Apr 2003 08:59:27 -0000
@@ -38,7 +38,8 @@
Tri.c \
Xrender.c \
Xrender.h \
- Xrenderint.h
+ Xrenderint.h \
+ region.h
libXrender_la_LIBADD = @X_LIBS@
Index: Xrenderint.h
==================================================================RCS file:
/local/src/CVS/Xrender/Xrenderint.h,v
retrieving revision 1.5
diff -u -H -d -r1.5 Xrenderint.h
--- Xrenderint.h 17 Apr 2003 22:49:21 -0000 1.5
+++ Xrenderint.h 19 Apr 2003 08:59:28 -0000
@@ -32,7 +32,7 @@
#include <X11/Xutil.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/renderproto.h>
-#include "extutil.h"
+#include <X11/extensions/extutil.h>
#include "Xrender.h"
typedef struct {