The lyx1.6.0svn that I built was from a fresh svn co svn://
svn.lyx.org/lyx/lyx-devel/trunk lyx-devel (as I seemed to have
wrecked my previous lyx-devel in attempting to switch between 1.5 and
trunk).
I have just done an svn update and make install failed again.
I think I might need new lyx.app skeleton. This used to be in
development/MacOSX but is no longer included in that folder.
I wondered where I might get an up to date version or if there is
some means of building one.
Or maybe I just need to copy these .lproj files into LyX.app/Contents/
Resources? If so, where do I find them or how do I generate them?
I tried adding all these as directories but make install gave me
failure messages indicating that files were required:
/bin/sh: line 3: /Applications/LyX.app/Contents/Resources/en.lproj:
is a directory
I found an instance in the lyx-devel mailing list where Bennet had
fixed a problem by adding a .lproj folder but the following Makefile
command that fails seems to indicate that it is looking for a file to
"execute"?
make install-data-hook
LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" ./../../po/LINGUAS`; \
for f in en $LINGUAS_ ; do \
/Applications/LyX.app/Contents/Resources/$f.lproj ; \
done
Regards,
Roger
On 31/08/2007, at 5:14 AM, [EMAIL PROTECTED] wrote:
Compilation works fine for me now (after some strangeness some days
ago). If it doesn't work, try to download a fresh svn-copy (rename
the old and make a
svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel ). That
should do it.
/Anders