Hi,
"Wood, David" <[EMAIL PROTECTED]> writes:
> Please please tell me I can compile pango without having X installed. I've
> been trying to build an X-less development system but I'm having little
> luck.
yes, you can. It used to work without problems for several Pango releases.
The latest (0.21) introduced an unneeded dependency in the tests directory.
You can ignore this failure or fix it by applying the following patch and
run automake to regenerate the Makefile. The fix is already in CVS.
Salut, Sven
--- tests/Makefile.am 2001/10/28 22:54:14 1.4
+++ tests/Makefile.am 2001/10/30 16:03:22 1.5
@@ -6,20 +6,15 @@ TESTS=runtests.sh
noinst_PROGRAMS = dump-boundaries
-check_PROGRAMS = testboundaries
+check_PROGRAMS = testboundaries
testboundaries_SOURCES = testboundaries.c
dump_boundaries_SOURCES = dump-boundaries.c
-if OS_WIN32
-else
-## pangox should not actually be required, this is broken
-pangox_la = ../pango/libpangox.la
-endif
-testboundaries_LDADD = ../pango/libpango.la $(pangox_la) $(X_LIBS)
+testboundaries_LDADD = ../pango/libpango.la
-dump_boundaries_LDADD = ../pango/libpango.la $(pangox_la) $(X_LIBS)
+dump_boundaries_LDADD = ../pango/libpango.la
EXTRA_DIST = \
all-unicode.txt \
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.