pango-0.19/examples/Makefile.am problems
- From: Tony Graham <Tony Graham ireland sun com>
- To: gtk-i18n-list gnome org
- Subject: pango-0.19/examples/Makefile.am problems
- Date: Tue, 25 Sep 2001 17:08:32 +0100
pango-0.19/examples/Makefile.am contains:
------------------------------------------------------------
pango_viewer_SOURCES = \
viewer-qt.cc \
viewer-qt.h \
moc_viewer-qt.cc
moc_viewer-qt.cc: viewer-qt.h
$(MOC) $< -o $@
BUILT_SOURCES=moc_viewer-qt.cc
pango_viewer_LDADD = ../pango/libpangox.la ../pango/libpango.la $(FRIBIDI_LIBS) $(QT_LIBS)
endif
###################################################
all-local: pango.modules
pango.modules:
if find ../modules -name '*.so' | grep -q 'so'; then \
------------------------------------------------------------
The problems are:
1. viewer-qt.cc and viewer-qt.h are not included in pango-0.19.tar.gz.
The simple answer to this problem is to use "configure --with-qt=no".
2. "grep -q 'so'" is not as portable as "grep 'so' > /dev/null".
Regards,
Tony Graham
------------------------------------------------------------------------
XML Technology Center - Dublin mailto:tony graham ireland sun com
Sun Microsystems Ireland Ltd Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3 x(70)19708
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]