[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: po/Makefile problem not fixed in 0.132
From: |
walt |
Subject: |
[Pan-users] Re: po/Makefile problem not fixed in 0.132 |
Date: |
Sat, 4 Aug 2007 21:01:04 +0000 (UTC) |
User-agent: |
Pan/0.132 (Waxed in Black) |
On Sat, 04 Aug 2007 13:20:16 -0400, David Shochat wrote:
> This is MacOS X 10.4.10 with MacPorts. I'm posting this here since bug
> 430781 has been marked fixed, prematurely I would say. I am still
> getting exactly the same problem as in earlier builds, namely the
> configure _completes without error_ and yet po/Makefile has blank
> definitions for macros GMSGFMT and MSGFMT, causing the make to fail...
The configure script allows you to supply those variables like this:
# GMSGFMT=/foo/bar/gmsgfmt MSGFMT=/foo/bar/msgfmt ./configure
I don't know why configure can find msgfmt yet still fail to set
MSGFMT correctly, but using the command line above will set those
variables correctly. I'm not saying you should need to do that,
but I'm curious if the same trick works on OS X.