Hello,
I had managed to compile 0.2.1 without problems under OS X, now I am trying to compile the new 0.3.0 version and I get the following error when running make:
$ make
make all-recursive
Making all in po
file=`echo it | sed 's,.*/,,'‘.gmo && rm -f $file && -o $file it.po
/bin/sh: line 1: -o: command not found
make[2]: * [it.gmo] Error 127
make[1]: * [all-recursive] Error 1
make: *** [all] Error 2
It looks like this is due to empty variables in the po/Makefile
{{INSTALL_DATA = ${INSTALL} -m 644
GMSGFMT =
MSGFMT =
XGETTEXT = :
INTLTOOL_UPDATE = $(top_builddir)/intltool-update}}
Here is the config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gimp-lqr-plugin configure 0.3.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/opt/local/
## --------- ##
## Platform. ##
## --------- ##
hostname = dyn185.cs.york.ac.uk
uname -m = i386
uname -r = 8.10.1
uname -s = Darwin
uname -v = Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 1.00 gigabytes
Default processor set: 71 tasks, 274 threads, 2 processors
Load average: 1.31, Mach factor: 1.36
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Users/pandrews/dev/photo_dev
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1873: checking for a BSD-compatible install
configure:1929: result: /opt/local/bin/ginstall -c
configure:1940: checking whether build environment is sane
configure:1983: result: yes
configure:2048: checking for gawk
configure:2064: found /opt/local/bin/gawk
configure:2075: result: gawk
configure:2086: checking whether make sets $(MAKE)
configure:2107: result: yes
configure:2295: checking for style of include used by make
configure:2323: result: GNU
configure:2396: checking for gcc
configure:2412: found /usr/bin/gcc
configure:2423: result: gcc
configure:2661: checking for C compiler version
configure:2668: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2671: $? = 0
configure:2678: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:2681: $? = 0
configure:2688: gcc -V >&5
gcc: argument to `-V' is missing
configure:2691: $? = 1
configure:2714: checking for C compiler default output file name
configure:2741: gcc conftest.c >&5
configure:2744: $? = 0
configure:2782: result: a.out
configure:2799: checking whether the C compiler works
configure:2809: ./a.out
configure:2812: $? = 0
configure:2829: result: yes
configure:2836: checking whether we are cross compiling
configure:2838: result: no
configure:2841: checking for suffix of executables
configure:2848: gcc -o conftest conftest.c >&5
configure:2851: $? = 0
configure:2875: result:
configure:2881: checking for suffix of object files
configure:2907: gcc -c conftest.c >&5
configure:2910: $? = 0
configure:2933: result: o
configure:2937: checking whether we are using the GNU C compiler
configure:2966: gcc -c conftest.c >&5
configure:2972: $? = 0
configure:2989: result: yes
configure:2994: checking whether gcc accepts -g
configure:3024: gcc -c -g conftest.c >&5
configure:3030: $? = 0
configure:3129: result: yes
configure:3146: checking for gcc option to accept ISO C89
configure:3220: gcc -c -g -O2 conftest.c >&5
configure:3226: $? = 0
configure:3249: result: none needed
configure:3269: checking dependency style of gcc
configure:3359: result: gcc3
configure:3377: checking for library containing strerror
configure:3418: gcc -o conftest -g -O2 conftest.c >&5
configure:3424: $? = 0
configure:3452: result: none required
configure:3508: checking for gcc
configure:3535: result: gcc
configure:3773: checking for C compiler version
configure:3780: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3783: $? = 0
configure:3790: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:3793: $? = 0
configure:3800: gcc -V >&5
gcc: argument to `-V' is missing
configure:3803: $? = 1
configure:3806: checking whether we are using the GNU C compiler
configure:3858: result: yes
configure:3863: checking whether gcc accepts -g
configure:3998: result: yes
configure:4015: checking for gcc option to accept ISO C89
configure:4118: result: none needed
configure:4138: checking dependency style of gcc
configure:4228: result: gcc3
configure:4293: checking for gcc
configure:4320: result: gcc
configure:4558: checking for C compiler version
configure:4565: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4568: $? = 0
configure:4575: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:4578: $? = 0
configure:4585: gcc -V >&5
gcc: argument to `-V' is missing
configure:4588: $? = 1
configure:4591: checking whether we are using the GNU C compiler
configure:4643: result: yes
configure:4648: checking whether gcc accepts -g
configure:4783: result: yes
configure:4800: checking for gcc option to accept ISO C89
configure:4903: result: none needed
configure:4923: checking dependency style of gcc
configure:5013: result: gcc3
configure:5038: checking how to run the C preprocessor
configure:5078: gcc -E conftest.c
configure:5084: $? = 0
configure:5115: gcc -E conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:5121: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5154: result: gcc -E
configure:5183: gcc -E conftest.c
configure:5189: $? = 0
configure:5220: gcc -E conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:5226: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5264: checking for grep that handles long lines and -e
configure:5338: result: /usr/bin/grep
configure:5343: checking for egrep
configure:5421: result: /usr/bin/grep -E
configure:5426: checking for ANSI C header files
configure:5456: gcc -c -g -O2 conftest.c >&5
configure:5462: $? = 0
configure:5558: gcc -o conftest -g -O2 conftest.c >&5
configure:5561: $? = 0
configure:5567: ./conftest
configure:5570: $? = 0
configure:5587: result: yes
configure:5601: checking whether to enable maintainer-specific portions of Makefiles
configure:5610: result: no
configure:5686: checking for pkg-config
configure:5704: found /opt/local/bin/pkg-config
configure:5716: result: /opt/local/bin/pkg-config
configure:5745: checking pkg-config is at least version 0.9.0
configure:5748: result: yes
configure:5759: checking for GIMP
configure:5767: $PKG_CONFIG --exists --print-errors "gimp-2.0 >= $GIMP_REQUIRED_VERSION gimpui-2.0 >= $GIMP_REQUIRED_VERSION"
configure:5770: $? = 0
configure:5785: $PKG_CONFIG --exists --print-errors "gimp-2.0 >= $GIMP_REQUIRED_VERSION gimpui-2.0 >= $GIMP_REQUIRED_VERSION"
configure:5788: $? = 0
configure:5864: result: yes
configure:5962: checking for perl
configure:5980: found /opt/local/bin/perl
configure:5992: result: /opt/local/bin/perl
configure:6011: checking for XML::Parser
configure:6014: result: ok
configure:6025: checking for iconv
configure:6043: found /opt/local/bin/iconv
configure:6056: result: /opt/local/bin/iconv
configure:6066: checking for msgfmt
configure:6084: found /opt/local/bin/msgfmt
configure:6097: result: /opt/local/bin/msgfmt
configure:6107: checking for msgmerge
configure:6125: found /opt/local/bin/msgmerge
configure:6138: result: /opt/local/bin/msgmerge
configure:6148: checking for xgettext
configure:6166: found /opt/local/bin/xgettext
configure:6179: result: /opt/local/bin/xgettext
configure:6216: gcc -o conftest -g -O2 -Wall conftest.c >&5
/usr/bin/ld: Undefined symbols:
__nl_msg_cat_cntr
collect2: ld returned 1 exit status
configure:6222: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| #define STDC_HEADERS 1
| #define GETTEXT_PACKAGE "gimp22-lqr-plugin"
| /* end confdefs.h. */
|
| int
| main ()
| {
| extern int _nl_msg_cat_cntr;
| return _nl_msg_cat_cntr
| ;
| return 0;
| }
configure:6355: checking for sys/types.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for sys/stat.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for stdlib.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for string.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for memory.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for strings.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for inttypes.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for stdint.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6355: checking for unistd.h
configure:6376: gcc -c -g -O2 -Wall conftest.c >&5
configure:6382: $? = 0
configure:6398: result: yes
configure:6416: checking build system type
configure:6434: result: i386-apple-darwin8.10.1
configure:6456: checking host system type
configure:6471: result: i386-apple-darwin8.10.1
configure:6509: checking locale.h usability
configure:6526: gcc -c -g -O2 -Wall conftest.c >&5
configure:6532: $? = 0
configure:6546: result: yes
configure:6550: checking locale.h presence
configure:6565: gcc -E conftest.c
configure:6571: $? = 0
configure:6585: result: yes
configure:6613: checking for locale.h
configure:6621: result: yes
configure:6635: checking for LC_MESSAGES
configure:6661: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:6667: $? = 0
configure:6684: result: yes
configure:6713: checking libintl.h usability
configure:6730: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:59:21: error: libintl.h: No such file or directory
configure:6736: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| #define STDC_HEADERS 1
| #define GETTEXT_PACKAGE "gimp22-lqr-plugin"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:6750: result: no
configure:6754: checking libintl.h presence
configure:6769: gcc -E conftest.c
conftest.c:26:21: error: libintl.h: No such file or directory
configure:6775: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| #define STDC_HEADERS 1
| #define GETTEXT_PACKAGE "gimp22-lqr-plugin"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
| #include <libintl.h>
configure:6789: result: no
configure:6817: checking for libintl.h
configure:6824: result: no
configure:8014: checking for bind_textdomain_codeset
configure:8070: gcc -o conftest -g -O2 -Wall conftest.c >&5
/usr/bin/ld: Undefined symbols:
_bind_textdomain_codeset
collect2: ld returned 1 exit status
configure:8076: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "gimp-lqr-plugin"
| #define PACKAGE_TARNAME "gimp-lqr-plugin"
| #define PACKAGE_VERSION "0.3.0"
| #define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
| #define PACKAGE_BUGREPORT ""
| #define PLUGIN_NAME PACKAGE_NAME
| #define PLUGIN_VERSION PACKAGE_VERSION
| #define PLUGIN_MAJOR_VERSION 0
| #define PLUGIN_MINOR_VERSION 3
| #define PLUGIN_MICRO_VERSION 0
| #define STDC_HEADERS 1
| #define GETTEXT_PACKAGE "gimp22-lqr-plugin"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
| /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bind_textdomain_codeset (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef bind_textdomain_codeset
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bind_textdomain_codeset ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
| choke me
| #endif
|
| int
| main ()
| {
| return bind_textdomain_codeset ();
| ;
| return 0;
| }
configure:8094: result: no
configure:8112: checking if GTK+ is version 2.7.0 or newer
configure:8119: result: yes
configure:8127: checking if GIMP is version 2.3.0 or newer
configure:8134: result: yes
configure:8285: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gimp-lqr-plugin config.status 0.3.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on dyn185.cs.york.ac.uk
config.status:713: creating Makefile
config.status:713: creating src/Makefile
config.status:713: creating po/Makefile.in
config.status:713: creating help/Makefile
config.status:713: creating help/en/Makefile
config.status:713: creating help/it/Makefile
config.status:713: creating help/es_ES/Makefile
config.status:713: creating help/images/Makefile
config.status:713: creating config.h
config.status:939: config.h is unchanged
config.status:985: executing depfiles commands
config.status:985: executing intltool commands
config.status:985: executing default-1 commands
config.status:985: executing po/stamp-it commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin8.10.1
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GIMP_CFLAGS_set=
ac_cv_env_GIMP_CFLAGS_value=
ac_cv_env_GIMP_LIBS_set=
ac_cv_env_GIMP_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_bind_textdomain_codeset=no
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin8.10.1
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_ICONV=/opt/local/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/opt/local/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/opt/local/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/opt/local/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
ac_cv_path_install='/opt/local/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
gt_cv_have_gettext=no
pkg_cv_GIMP_CFLAGS='-DXTHREADS -I/opt/local/include/gimp-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include '
pkg_cv_GIMP_LIBS='-L/opt/local/lib -L/usr/X11R6/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lSM -lICE -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11 '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run aclocal-1.9 '
ALL_LINGUAS='it fr ru pt_BR de eu_ES zh_CN es_AR hu ro_RO sr es_ES nb_NO'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run tar'
AUTOCONF='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run automake-1.9'
AWK='gawk'
CATALOGS=''
CATOBJEXT='NONE'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIR='${datadir}/gimp-lqr-plugin'
DATADIRNAME='lib'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GETTEXT_PACKAGE='gimp22-lqr-plugin'
GIMP_CFLAGS='-DXTHREADS -I/opt/local/include/gimp-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 -I/usr/X11R6/include '
GIMP_LIBDIR='/opt/local/lib/gimp/2.0'
GIMP_LIBS='-L/opt/local/lib -L/usr/X11R6/lib -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmodule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lSM -lICE -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11 '
GMOFILES=' it.gmo fr.gmo ru.gmo pt_BR.gmo de.gmo eu_ES.gmo zh_CN.gmo es_AR.gmo hu.gmo ro_RO.gmo sr.gmo es_ES.gmo nb_NO.gmo'
GMSGFMT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/opt/local/bin/iconv'
INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/opt/local/bin/msgfmt'
INTLTOOL_MSGMERGE='/opt/local/bin/msgmerge'
INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/opt/local/bin/perl'
INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT='/opt/local/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LOCALEDIR='${datadir}/locale'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT=''
MSGFMT_OPTS=''
OBJEXT='o'
PACKAGE='gimp-lqr-plugin'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gimp-lqr-plugin'
PACKAGE_STRING='gimp-lqr-plugin 0.3.0'
PACKAGE_TARNAME='gimp-lqr-plugin'
PACKAGE_VERSION='0.3.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/opt/local/bin/pkg-config'
POFILES=' it.po fr.po ru.po pt_BR.po de.po eu_ES.po zh_CN.po es_AR.po hu.po ro_RO.po sr.po es_ES.po nb_NO.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='0.3.0'
XGETTEXT=':'
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin8.10.1'
build_alias=''
build_cpu='i386'
build_os='darwin8.10.1'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-apple-darwin8.10.1'
host_alias=''
host_cpu='i386'
host_os='darwin8.10.1'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/Users/pandrews/Desktop/download/gimp-lqr-plugin-0.3.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/local/'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "gimp-lqr-plugin"
#define PACKAGE_TARNAME "gimp-lqr-plugin"
#define PACKAGE_VERSION "0.3.0"
#define PACKAGE_STRING "gimp-lqr-plugin 0.3.0"
#define PACKAGE_BUGREPORT ""
#define PLUGIN_NAME PACKAGE_NAME
#define PLUGIN_VERSION PACKAGE_VERSION
#define PLUGIN_MAJOR_VERSION 0
#define PLUGIN_MINOR_VERSION 3
#define PLUGIN_MICRO_VERSION 0
#define STDC_HEADERS 1
#define GETTEXT_PACKAGE "gimp22-lqr-plugin"
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
configure: exit 0
gettext is installed and the commands are found by config:
checking for msgfmt… /opt/local/bin/msgfmt
checking for msgmerge… /opt/local/bin/msgmerge
checking for xgettext… /opt/local/bin/xgettext
What is gmsgfmt supposed to be? and why is this a problem in the new version and wasn’t in the previous one? have the localisation method changed?
If anyone has pointers, it would be very helpful.
In the meantime, it should be recommended to OS X users to install an older version.
Pierre