Bram Moolenaar wrote: > Danek Duvall wrote: > > > I've applied the attached patch to my build, and just set MSGFMT=gmsgfmt in > > the environment when I run configure. It's yours if you want it, since it > > seems like a decent addition to the configurability of the build. It's not > > complete, though, since it doesn't handle xgettext and msgmerge, but I > > don't need to run either one as a part of a typical build, and the latter > > at least doesn't have a Solaris "native" version, so we'd end up using the > > GNU version anyway. > > Thanks. It's not clear to me how this solves the illegal encoding > problem though.
It doesn't; it just lets me work around it. > Looks like in po/Makefile you could have just changed "msgfmt" to > "$(MSGFMT)". I could have, though a) I wasn't sure if various makes would pass it down to sub-invocations properly, and b) configure was checking for msgfmt, but never actually using it (as far as I could tell), so I figured that this was a piece of configuration that someone simply forgot to hook up. Thanks, Danek -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
