I tried to compile the refocus plugin but failed. Can anyone translate this 
and tell me what I'm missing? I'm running GIMP 2.2.4. Here's the output 
from ./configure:

$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc3... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for ranlib... (cached) ranlib
checking for clapack_dgesv in -llapack... (cached) no
using unoptimized lapack in lib
checking for gimptool... (cached) no
checking for GIMP - version >= 1.2.0... no
*** The gimptool script installed by GIMP could not be found
*** If GIMP was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GIMPTOOL environment variable to the
*** full path to gimptool.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for 
the
*** exact error that occured. This usually means GTK+ was incorrectly 
installed
*** or that you have moved GTK+ since it was installed. In the latter case, 
you
*** may want to edit the pkg-config script: /usr/bin/pkg-config
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.6.3)
checking for gtkdoc-mkdb... (cached) false
checking for erf in -lm... (cached) yes
creating ./config.status
creating Makefile
creating src/Makefile
creating lib/Makefile
creating doc/Makefile
creating gtk-doc/Makefile


Here's my config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:573: checking for a BSD compatible install
configure:626: checking whether build environment is sane
configure:683: checking whether make sets ${MAKE}
configure:729: checking for working aclocal
configure:742: checking for working autoconf
configure:755: checking for working automake
configure:768: checking for working autoheader
configure:781: checking for working makeinfo
configure:798: checking for gcc
configure:911: checking whether the C compiler (gcc  ) works
configure:927: gcc -o conftest    conftest.c  1>&5
configure:953: checking whether the C compiler (gcc  ) is a cross-compiler
configure:958: checking whether we are using GNU C
configure:986: checking whether gcc accepts -g
configure:1020: checking for gcc3
configure:1053: checking how to run the C preprocessor
configure:1133: checking for ANSI C header files
configure:1239: checking for ranlib
configure:1271: checking for clapack_dgesv in -llapack
configure:1377: checking for gimptool
configure:1412: checking for GIMP - version >= 1.2.0
configure:1644: checking for pkg-config
configure:1692: checking for GTK+ - version >= 2.0.0
configure:1844: gcc -o conftest -g -O2    conftest.c   1>&5
configure:1836:21: gtk/gtk.h: No such file or directory
configure: In function `main':
configure:1840: error: `gtk_major_version' undeclared (first use in this 
function)
configure:1840: error: (Each undeclared identifier is reported only once
configure:1840: error: for each function it appears in.)
configure:1840: error: `gtk_minor_version' undeclared (first use in this 
function)
configure:1840: error: `gtk_micro_version' undeclared (first use in this 
function)
configure: failed program was:
#line 1834 "configure"
#include "confdefs.h"

#include <gtk/gtk.h>
#include <stdio.h>

int main() {
 return ((gtk_major_version) || (gtk_minor_version) || 
(gtk_micro_version));
; return 0; }
configure:1905: checking for pkg-config
configure:1955: checking for GLIB - version >= 2.0.0
configure:2069: gcc -o conftest  -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include     conftest.c -lglib-2.0    1>&5
configure:2177: checking for gtkdoc-mkdb
configure:2278: checking for erf in -lm

Thanks,
Wayne
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to