I have the following compile error on 1.04:
cd . && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
file=./`echo sv | sed 's,.*/,,'`.gmo \
&& case "PATH=../src:$PATH msgfmt" in \
*/msgfmt) rm -f $file && PATH=../src:$PATH msgfmt -o $file sv.po;; \
*) touch $file ;; \
esac
gmake[1]: *** No rule to make target `s.gmo', needed by `all-yes'.
Stop.
gmake[1]: Leaving directory `/var/local/src/lyx/lyx-1.0.4/po'
gmake: *** [all] Error 1
It is complaining it can't find s.gmo. Well, I don't have an s.gmo in
my distribution. I had a similar problem with 1.02.
I looked around, and see a mention of s.gmo in po/Makefile and
po/Makefile.in, so I am stumped.
I removed the mention of s.gmo from Makefile, and it compiled fine. It
seems very strange other people are not seeing this problem. I am
running BSD/OS 4.01.
--
Bruce Momjian | http://www.op.net/~candle
[EMAIL PROTECTED] | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026