Hi,

All XWin DDX builds use libXfont built static.
The following libXfont patch is needed following recent master git changes
(use of register_fpe_functions from libXfont in the server)...

--- ./src/util/save_miscutil.c  2010-06-21 16:47:00.000000000 +0100
+++ ./src/util/miscutil.c       2010-06-28 11:25:19.000000000 +0100
@@ -48,8 +48,10 @@

 extern void BuiltinRegisterFpeFunctions(void);

+#ifndef WIN32
 /* make sure everything initializes themselves at least once */
 weak long serverGeneration = 1;
+#endif

 weak void
 register_fpe_functions (void)

Should also fix the Cygwin build tinderbox.

Thanks,
Colin Harrison

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to