This causes libXfont to fail building on darwin: http://tinderbox.x.org/builds/2010-07-10-0014/logs/libXfont
On Jul 8, 2010, at 06:44, Jon TURNEY wrote: > src/stubs/stubs.h | 1 + > src/util/miscutil.c | 2 ++ > 2 files changed, 3 insertions(+) > > New commits: > commit 8f75706901da0141590d46f0f898e5678feac953 > Author: Jon TURNEY <[email protected]> > Date: Mon Jun 28 17:56:07 2010 +0100 > > Build fix for platforms which don't have weak linkage > > Since we fix this by removing the serverGeneration symbol, assuming > an external definition will be provided, this means on Windows libXfont > can only be built as a static library (since PE shared libraries cannot > contain undefined symbols). This produces a libXfont which might only > be useful to the xserver, but the only other users we might care about > are xfs, which is obsolete, and bdftopcf, which fortunately doesn't > pull in any objects which reference serverGeneration from libXfont. > > Signed-off-by: Jon TURNEY <[email protected]> > Reviewed-by: Colin Harrison <[email protected]> > > _______________________________________________ > xorg-commit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/xorg-commit _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
