On Feb 14, 2007, at 7:22 PM, Jens Noeckel wrote:
Hi Bennett,
I tried out the new Intel-Mac binary on the FTP server but got a
crash because the Application tried to load a library from a non-
existent path: libintl.3.dylib on my computer doesn't exist in /usr/
local/lib, but LyX looks for it there. Instead, that library on my
system is in /sw/lib/ which is also in my PATH. When I created a
symlink in /usr/local/lib/ everythong worked fine. So the next
thing I did was to compile LyX myself, and that yielded an
application that found the dylib in the /sw/lib/ without requiring
a symlink.
I don't know if you've seen this before, maybe it's because LyX
doesn't check the PATH set up in the user's environment.plist file
at run time. Let me know if there's anything else I can do... For
example, I could post the .app that I compiled, and you could check
if it runs on your machine.
Thanks for checking, Jens. I apparently neglected to use --with-
included-gettext when configuring. I'll recompile and repost
tomorrow, and that should eliminate the need for uers to have libintl.
3.dylib installed.
Jean-Marc: in the meantime, could you remove the Mac binary already
posted?
Bennett