Closed ddd1600 closed 10 years ago
Do you have GIMP installed? Resynthesizer links with GIMP libraries. The Resynthesizer code can be built as a library that doesn't require GIMP, but the build scripts probably don't support that, and I don't know of any developer that does it.
Yes I have gimp installed, but the (various) libraries may not be linking correctly as it is a Mac OS X Application installation
I am not an expert, but PKG_CHECK_MODULES(GIMP, gives me a hint that the Resynthesizer build scripts (which I borrowed from GIMP project) use the notion of a 'package manager'. I don't think the MacOS supports the notion of a package manager. If you are using MacPorts (or another tool), it might support the notion of a package manager. In this case, the Resynthesizer configure is trying to determine whether GIMP is installed, and where the GIMP libraries are?
If all you want is to USE the Resynthesizer, maybe you could find it already built for the Mac. If you want to learn how to build Resynthesizer for the Mac, I have never done that, but the same person who has built it for the Mac and distributes it (somewhere on the web) might be able to help you build for the Mac. But again, unless you want to alter the Resynthesizer, there is little reason to build it yourself.
Davids-MacBook-Pro-5:resynthesizer daviddouglas$ ACLOCAL_FLAGS="-I /usr/local/Cellar/intltool/0.50.2/share/aclocal" ./autogen.sh
I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize...
-n checking for autoconf >= 2.54 ... yes (version 2.69) -n checking for automake >= 1.6 ... -n checking for glib-gettextize >= 2.0.0 ... yes (version 2.38.2) -n checking for intltool >= 0.17 ... yes (version 0.50.2)
I am going to run ./configure with the following arguments:
--enable-maintainer-mode
If you wish to pass additional arguments, please specify them on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS environment variable.
aclocal-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-1.14: warning: autoconf input should be named 'configure.ac', not 'configure.in' src/Makefile.am:75: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Copying file po/Makefile.in.in
Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/local/octave/3.8.0/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/.
checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /Users/daviddouglas/Develop/builds/resynthesizer/missing: Unknown
--is-lightweight' option Try
/Users/daviddouglas/Develop/builds/resynthesizer/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/local/octave/3.8.0/bin/grep checking for egrep... /usr/local/octave/3.8.0/bin/grep -E checking for ANSI C header files... yes checking whether to enable maintainer-specific portions of Makefiles... yes ./configure: line 5790: syntax error near unexpected tokenGIMP,' ./configure: line 5790:
PKG_CHECK_MODULES(GIMP,'Configure failed or did not finish!