Build troubles with Gimp



The build of Gimp fails on Mandrake 9.0 with the following errors. Is
this:

a) A GIMP bug that should be reported upstream
b) A GTK bug that should be reported upstream
c) A mismatch of GTK/GIMP versions that should bre reported as a GARNOME
bug?
d) None of the above :)

Making all in libgimpwidgets
make[3]: Entering directory
`/home/lwillis/GeekyStuff/hacking-0.28.0/gnome/gimp/work/main.d/gimp-1.3.20/libgimpwidgets'
if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..
-I.. -I/home/lwillis/garnome-0.28.0-hacking/include/gtk-2.0
-I/home/lwillis/garnome-0.28.0-hacking/lib/gtk-2.0/include
-I/home/lwillis/garnome-0.28.0-hacking/include/atk-1.0
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-I/home/lwillis/garnome-0.28.0-hacking/include/pango-1.0
-I/home/lwillis/garnome-0.28.0-hacking/include/freetype2
-I/home/lwillis/garnome-0.28.0-hacking/include/glib-2.0
-I/home/lwillis/garnome-0.28.0-hacking/lib/glib-2.0/include  
-I/home/lwillis/garnome-0.28.0-hacking/include
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DLT_RELEASE=\"1.3\"
-DLT_CURRENT_MINUS_AGE=\"20\" 
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED  -g -g3 -ggdb
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-L/home/lwillis/garnome-0.28.0-hacking/lib -L/usr/X11R6/lib -O2 -pipe
-Wall -MT gimpwidgets.lo -MD -MP -MF ".deps/gimpwidgets.Tpo" \
  -c -o gimpwidgets.lo `test -f 'gimpwidgets.c' || echo
'./'`gimpwidgets.c; \
then mv -f ".deps/gimpwidgets.Tpo" ".deps/gimpwidgets.Plo"; \
else rm -f ".deps/gimpwidgets.Tpo"; exit 1; \
fi
 cc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/home/lwillis/garnome-0.28.0-hacking/include/gtk-2.0
-I/home/lwillis/garnome-0.28.0-hacking/lib/gtk-2.0/include
-I/home/lwillis/garnome-0.28.0-hacking/include/atk-1.0
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-I/home/lwillis/garnome-0.28.0-hacking/include/pango-1.0
-I/home/lwillis/garnome-0.28.0-hacking/include/freetype2
-I/home/lwillis/garnome-0.28.0-hacking/include/glib-2.0
-I/home/lwillis/garnome-0.28.0-hacking/lib/glib-2.0/include
-I/home/lwillis/garnome-0.28.0-hacking/include
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DLT_RELEASE=\"1.3\"
-DLT_CURRENT_MINUS_AGE=\"20\"
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -g -g3 -ggdb
-I/home/lwillis/garnome-0.28.0-hacking/include -I/usr/X11R6/include
-L/home/lwillis/garnome-0.28.0-hacking/lib -L/usr/X11R6/lib -O2 -pipe
-Wall -MT gimpwidgets.lo -MD -MP -MF .deps/gimpwidgets.Tpo -c
gimpwidgets.c  -fPIC -DPIC -o .libs/gimpwidgets.o
In file included from gimpwidgets.c:38:
gimpunitmenu.h:43: parse error before "GtkOptionMenu"
gimpunitmenu.h:43: warning: no semicolon at end of struct or union
gimpunitmenu.h:55: parse error before '}' token
gimpunitmenu.h:59: parse error before "GtkOptionMenuClass"
gimpunitmenu.h:59: warning: no semicolon at end of struct or union
gimpunitmenu.h:62: parse error before '}' token
In file included from gimpwidgets.h:32,
                 from gimpwidgets.c:39:
../libgimpwidgets/gimpcolorbutton.h:55: parse error before
"GtkItemFactory"
../libgimpwidgets/gimpcolorbutton.h:55: warning: no semicolon at end of
struct or union
In file included from gimpwidgets.c:39:
gimpwidgets.h:88: parse error before '*' token
gimpwidgets.h:93: parse error before '*' token
gimpwidgets.c: In function `gimp_option_menu_new':
gimpwidgets.c:146: warning: implicit declaration of function
`gtk_option_menu_new'
gimpwidgets.c:146: warning: assignment makes pointer from integer
without a cast
gimpwidgets.c:147: warning: implicit declaration of function
`gtk_option_menu_set_menu'
gimpwidgets.c:147: warning: implicit declaration of function
`GTK_OPTION_MENU'
gimpwidgets.c:150: warning: implicit declaration of function
`gtk_option_menu_set_history'
gimpwidgets.c: In function `gimp_option_menu_new2':
gimpwidgets.c:254: warning: assignment makes pointer from integer
without a cast
gimpwidgets.c: At top level:
gimpwidgets.c:277: parse error before '*' token
gimpwidgets.c: In function `gimp_option_menu_set_history':
gimpwidgets.c:284: warning: implicit declaration of function
`GTK_IS_OPTION_MENU'
gimpwidgets.c:284: `option_menu' undeclared (first use in this function)
gimpwidgets.c:284: (Each undeclared identifier is reported only once
gimpwidgets.c:284: for each function it appears in.)
gimpwidgets.c:294: `item_data' undeclared (first use in this function)
gimpwidgets.c: At top level:
gimpwidgets.c:319: parse error before '*' token
gimpwidgets.c: In function `gimp_option_menu_set_sensitive':
gimpwidgets.c:328: `option_menu' undeclared (first use in this function)
gimpwidgets.c:329: `callback' undeclared (first use in this function)
gimpwidgets.c:341: `callback' used prior to declaration
gimpwidgets.c:341: warning: implicit declaration of function `callback'
gimpwidgets.c:341: `callback_data' undeclared (first use in this
function)
make[3]: *** [gimpwidgets.lo] Error 1


Thanks
Lee
-- 
Lee Willis <lwillis plus net>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]