Using Gimp-1.2.0.

I've been trying to upgrade my plug-ins library with 
        kaleidoscope
        guash
        gimp-ace
and running into serious problems.  The configure step
fails with 

checking for GTK - version >= 1.2.7... yes
checking for gimptool... /usr/local/bin/gimptool
checking for GIMP - version >= 1.1.24... no
*** Could not run GIMP 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 GIMP was 
incorrectly installed
*** or that you have moved GIMP since it was installed. In the 
latter case, you
*** may want to edit the gimptool script: /usr/local/bin/gimptool
configure: error: Cannot find GIMP: Is gimptool in path?

The config.log file looks about like this:

configure:1941: checking for GIMP - version >= 1.1.24
configure:2026: gcc -o conftest -g -O2 -I/usr/local/lib/glib/incl
ude -I/usr/local/include -I/usr/X11R6/include   conftest.c  
-L/usr/local/lib -lgimpui -lgimp -L/usr/X11R6/lib -lgtk -lgdk 
-rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm 1>&5
configure:1983: parse error before `PLUG_IN_INFO'
configure:1985: warning: initialization makes integer from 
pointer without a cast
configure:1986: warning: excess elements in scalar initializer 
after `PLUG_IN_INFO'
configure:1987: warning: excess elements in scalar initializer 
after `PLUG_IN_INFO'
configure:1989: warning: excess elements in scalar initializer 
after `PLUG_IN_INFO'
configure:1989: warning: data definition has no type or storage 
class
configure: failed program was:
#line 1977 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <stdlib.h>
#include <libgimp/gimp.h>

GPlugInInfo PLUG_IN_INFO =
{
  NULL,  /* init_proc */
  NULL,  /* quit_proc */
  NULL,  /* query_proc */
  NULL   /* run_proc */
};

Any suggestions?  I must be missing something really obvious 
(like maybe the
1.1 plugins won't work with 1.2?)  but for now it beats me what 
it is.

TIA
--Jeff T


Reply via email to