Lørdag den 6. juni 1998 skrev Derek:

> msgfmt -o out/it.mo it.po
> usage: msgfmt [ -dv ] [ - ] [ name ... ]
> out/it.mo: No such file or directory
> make[1]: *** [out/it.mo] Error 2

I get the same error - I bypass it by this change in
stepmake/stepmake/Porules.make:

$(outdir)/%.mo: %.po
        msgfmt $<
#        msgfmt -o $@ $<

In addition I had to create a couple if files:
touch po/out/it.mo
touch po/out/lilypond.mo
touch po/out/nl.mo

make install complained about not finding files, so I touched them
in the directory out, and then once again in po/out. But now I see
that they are present in the po directory, too:

mtf23# ls -lrt `find . -name nl.mo`
-rw-r--r--   1 root     root            0 Jun  5 18:04 ./po/nl.mo
-rw-r--r--   1 root     root            0 Jun  5 18:05 ./out/nl.mo
-rw-r--r--   1 root     root            0 Jun  5 18:06 ./po/out/nl.mo

Who knows - at least make install didn't complaint any longer...

Of course, these files will be empty, but I could not convince my
msgfmt to make any files......

-- 
       Jan Arne Fagertun <[EMAIL PROTECTED]>
http://www.termo.unit.no/mtf/people/janaf/          Phone: +47 73533036
NTNU => NT, Not Unix... http://www.nvg.ntnu.no/ntnu/ - better use Linux

Reply via email to