xman build fail

Stefan Dirsch sndirsch at suse.de
Wed Jul 6 19:29:34 EST 2005


Hi

Currently the build of xman fails because of a missing "-lXprintUtil"
in LIBS flags and a missing Xman.ad (CVS from today). Attached is
patch which fixes the first problem. Don't know how to fix the second
problem with autotool. :-( A symlink needs to be set to the right .ad
file.  Either Xman-noxprint.ad or Xman-xprint.ad depending on xprint
support.

Best regards,
Stefan

Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.)   SUSE LINUX Products GmbH
Tel: 0911-740 53 0            Maxfeldstraße 5
FAX: 0911-740 53 479          D-90409 Nürnberg
http://www.suse.de            Germany 
------------------------------------------------------
-------------- next part --------------
--- xman/configure.ac.orig	2005-07-06 09:13:39.000000000 +0000
+++ xman/configure.ac	2005-07-06 09:14:08.000000000 +0000
@@ -34,7 +34,7 @@
 # Checks for pkg-config packages
 XAW_CHECK_XPRINT_SUPPORT(DEP)
 
-if test "x$XAW_HAS_XPRINT_SUPPORT" = "xyes" ; then
+if test "x$xaw_use_xprint" = "xyes" ; then
    PKG_CHECK_MODULES(XPRINT_UTIL, xprintutil)
 
    DEP_CFLAGS="$DEP_CFLAGS $XPRINT_UTIL_CFLAGS"


More information about the xorg-modular mailing list