Thanks Koji, I finally did get it to compile but have redone it with your patch which worked OK. However, when trying to run lyx it aborts with the following message:
:/Applications/lyx-devel Roger$src/lyx terminate called after throwing an instance of 'std::bad_cast' what(): std::bad_cast Abort trap Any idea how I should proceed to track this problem down? Regards, Roger On 06/02/2010, at 5:05 AM, Yokota K. wrote: > Roger, > > I thought this was a bug in gettext on Mac and fixed in newer versions > (may not be released yet). > > I fixed it with the following patch: > > --- po/Makefile.in.in.orig 2010-01-22 01:13:10.000000000 +0900 > +++ po/Makefile.in.in 2010-01-22 01:13:44.000000000 +0900 > @@ -56,7 +56,7 @@ > XGETTEXT_yes = @XGETTEXT_015@ > XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) > MSGMERGE = msgmerge > -MSGMERGE_UPDATE = @MSGMERGE@ --update > +MSGMERGE_UPDATE = @MSGMERGE@ --update --backup=off > MSGINIT = msginit > MSGCONV = msgconv > MSGFILTER = msgfilter > > > Hope it works, > > Koji