Re: NO_MSGFMT

2017-11-12 Thread Christian Couder
ng git from source code on a mashine without msgfmt. This leads >> > to compile errors. To be able to compile git I created a patch that at >> > least >> > works for me: >> >> Try: >> >> make NO_MSGFMT=Nope NO_GETTEXT=Nope >> >> This

Re: NO_MSGFMT

2017-11-12 Thread Jeff King
compile git I created a patch that at least > > works for me: > > Try: > > make NO_MSGFMT=Nope NO_GETTEXT=Nope > > This also works: > > make NO_GETTEXT=Nope NO_TCLTK=Nope > > The flags to avoid gettext/msgfmt are sadly different between git its

Re: NO_MSGFMT

2017-08-12 Thread Jeff King
On Sat, Aug 12, 2017 at 03:44:17PM +0200, Dominik Mahrer (Teddy) wrote: > Hi all > > I'm compiling git from source code on a mashine without msgfmt. This leads > to compile errors. To be able to compile git I created a patch that at least > works for me: Try: make NO_MSGFMT=

NO_MSGFMT

2017-08-12 Thread Dominik Mahrer (Teddy)
+++ ./Makefile 2017-08-12 15:22:06.0 +0200 @@ -2261,7 +2261,11 @@ endif po/build/locale/%/LC_MESSAGES/git.mo: po/%.po +ifndef NO_MSGFMT $(QUIET_MSGFMT)mkdir -p $(dir $@) && $(MSGFMT) -o $@ $< +else + @echo Skipping file $@ +endif FIND_SOURCE_FILES = ( \