>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:

Bennett> I've already got libintl.1.0.1 (via gettext) installed (via
Bennett> fink), and I've used "--with-included-gettext" in configuring
Bennett> LyX. ... Is there anything more I need to do here?

What about the following patch?

JMarc

Index: src/client/Makefile.am
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/Makefile.am,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.am
--- src/client/Makefile.am	6 Sep 2004 10:17:21 -0000	1.2
+++ src/client/Makefile.am	8 Sep 2004 15:57:06 -0000
@@ -10,10 +10,16 @@ INCLUDES = -I$(srcdir)/../ $(BOOST_INCLU
 
 AM_CXXFLAGS = $(PCH_FLAGS)
 
+if USE_INCLUDED_BOOST
+BOOST_LIBS = $(top_builddir)/boost/libs/filesystem/src/libboostfilesystem.la \
+	$(top_builddir)/boost/libs/regex/src/libboostregex.la 
+else
+BOOST_LIBS = -lboost_regex -lboost_filesystem
+endif
+
 lyxclient_LDADD = \
 	$(top_builddir)/src/support/libsupport.la \
-	$(top_builddir)/boost/libs/filesystem/src/libboostfilesystem.la \
-	$(top_builddir)/boost/libs/regex/src/libboostregex.la
+	$(BOOST_LIBS) $(INTLLIBS)
 
 lyxclient_SOURCES = \
 	boost.C \

Reply via email to