On Sep 8, 2004, at 11:57 AM, Jean-Marc Lasgouttes wrote:
"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
<client.diff>
That does the trick for lyxclient. However, compiling then bombs in tex2lyx:
Making all in tex2lyx
make all-am
source='text.C' object='text.o' libtool=no \
depfile='.deps/text.Po' tmpdepfile='.deps/text.TPo' \
depmode=gcc3 /bin/sh ../../config/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -I/usr/local/include -g -O -fno-exceptions -W -Wall -c -o text.o `test -f 'text.C' || echo './'`text.C
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h: In function `void
parse_text(Parser&, std::ostream&, unsigned int, bool, Context&)':
/usr/include/gcc/darwin/3.3/c++/ppc-darwin/bits/atomicity.h:65: error: `asm'
operand requires impossible reload
... the last line of which gets repeated many times.
Now what?
Bennett