Hey Erik...
Getting back to you.
>Unfortunately, this did not solve the problems with the build system.
>Could you please help me with that, so that you don't need to tweak
>the Makefile next time?
>
>If I'm correct, there are the following segments in your makefile:
>
>-----------
>.SUFFIXES: .c .lo .o .la-a .la .texi .info .dvi .txt .html .ps .pdf \
> .po .spo .mo
>-----------
>.po.spo:
> sed \
> '/^"Content-Type: text\/plain; charset=UTF-8\\n"$$/d' \
> $< > $@
Yeap...all of those are correct...
>.spo.mo:
> $(MSGFMT) $(MSGFMTFLAGS) -o $@ $<
This one is different, it's actually like this:
.spo.mo:
$(MSGFMT) -o $@ $<
-----------
>Is that correct? if so, could you run 'make clean ; make
>MSGFMTFLAGS=-g'? What's the output from the msgfmt lines in that case?
Ok...
make clean; make
The output is the same as before, with the tweaked Makefile.
/usr/bin/msgfmt -o subversion/po/de.mo subversion/po/de.po
/usr/bin/msgfmt -o subversion/po/es.mo subversion/po/es.po
/usr/bin/msgfmt -o subversion/po/ja.mo subversion/po/ja.po
/usr/bin/msgfmt -o subversion/po/nb.mo subversion/po/nb.po
/usr/bin/msgfmt -o subversion/po/pl.mo subversion/po/pl.po
/usr/bin/msgfmt -o subversion/po/pt_BR.mo subversion/po/pt_BR.po
/usr/bin/msgfmt -o subversion/po/sv.mo subversion/po/sv.po
/usr/bin/msgfmt -o subversion/po/zh_CN.mo subversion/po/zh_CN.po
/usr/bin/msgfmt -o subversion/po/zh_TW.mo subversion/po/zh_TW.po
Now changing the Makefile to what it was.
make clean; make
No outputs from the msgfmt lines
What do you say?
-----------
>Thanks in advance. BTW not being able to run make check is *not* a
>good thing. Which errors did you get?
#make check
bash: none: command not found
*** Error code 127
make: Fatal error: Command failed for target 'check'
Strange...I can see the check target in the Makefile...I know it's there.
Starts with:
check: $(TEST_DEPS) $(BDB_TEST_DEPS)
FYI, I started using svn it so far so good.
Sorry for getting so late back to you...you know...stuff happens.
Thanks for your help,
Ray
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 17 18:57:41 2004