GMSGFMT variable not defined

Marcin Simonides marcin at studio4plus.com
Thu Jul 12 17:38:52 UTC 2007


Jeremy Messenger wrote:
> On Thu, 12 Jul 2007 11:26:23 -0500, Marcin Simonides 
[...]
>>
>> I've checked with the program's aclocal.m4, it contains a line:
>>
>> AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
>>
>> which looks right to me - GMSGFMT should be set to $MSGFMT if the 
>> program is not found. msgfmt is being recognised by configure *but* 
>> both MSFGMT and GMSGFMT are set to "nothing" in the program's 
>> po/Makefile.
>>
>> There is a check for msgfmt (successful) in the configure's output, 
>> but none for gmsgfmt (the configure.am.
> 
> Can you show us the configure output?

Certainly:

===>  Configuring for gnome-subtitles-0.6
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by gmake... GNU
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking for intltool >= 0.35.0... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/local/bin/iconv
checking for msgfmt... /usr/local/bin/msgfmt
checking for msgmerge... /usr/local/bin/msgmerge
checking for xgettext... /usr/local/bin/xgettext
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking for pkg-config... /usr/local/bin/pkg-config
checking for csc... no
checking for gmcs... /usr/local/bin/gmcs
checking for mono... /usr/local/bin/mono
checking for sublib package dir... sublib-0.7
checking for MONO... yes
checking for GTKSHARP... yes
checking for GTK... yes
checking for gconftool-2... /usr/local/bin/gconftool-2
Using config source xml:merged:/usr/local/etc/gconf/gconf.xml.defaults 
for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/gnome-subtitles.desktop
config.status: creating src/Makefile
config.status: creating src/GnomeSubtitles/Execution/AssemblyInfo.cs
config.status: creating src/GnomeSubtitles/Execution/gnome-subtitles
config.status: creating help/Makefile
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
=== configuring in sublib-0.7 
(/usr/ports/multimedia/gnome-subtitles/work/gnome-subtitles-0.6/sublib-0.7)
configure: running /bin/sh ./configure '--prefix=/usr/local' 
'--localstatedir=/usr/local/share/gnome' 
'--datadir=/usr/local/share/gnome' 
'--with-html-dir=/usr/local/share/doc' 
'--with-help-dir=/usr/local/share/gnome/help' '--disable-gtk-doc' 
'--with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults' 
'--mandir=/usr/local/man' '--build=i386-portbld-freebsd6.2' 
'build_alias=i386-portbld-freebsd6.2' 'CC=cc' 'CFLAGS=-O2 
-fno-strict-aliasing -pipe -pipe -O2 -march=athlon-mp ' 
--cache-file=/dev/null --srcdir=.
checking build system type... i386-portbld-freebsd6.2
checking host system type... i386-portbld-freebsd6.2
checking target system type... i386-portbld-freebsd6.2
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c -o root -g 
wheel
checking for pkg-config... /usr/local/bin/pkg-config
checking for csc... no
checking for gmcs... /usr/local/bin/gmcs
checking for mono... /usr/local/bin/mono
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/SubLib/AssemblyInfo.cs

-- 
Marcin Simonides


More information about the freebsd-ports mailing list