* Matthew Daubenspeck <[EMAIL PROTECTED]> [2004-08-08 09:41]:
> Here is the error:
> 
>  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/gtk-2.0
> -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include
> -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
> -I/usr/include/freetype2 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include
> -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
> -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
> -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -mcpu=athlon-xp -O3 -pipe
> -Wall -MT gimpwidgets-private.lo -MD -MP -MF
> .deps/gimpwidgets-private.Tpo -c gimpwidgets-private.c -fPIC -DPIC
> -o .libs/gimpwidgets-private.o if gcc -DHAVE_CONFIG_H
> -I. -I. -I.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
> -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
> -I/usr/include/freetype2 -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include
> -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGIMP_DISABLE_DEPRECATED
> -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
> -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
> -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -mcpu=athlon-xp -O3 -pipe
> -Wall -MT test-preview-area.o -MD -MP -MF
> ".deps/test-preview-area.Tpo" \ -c -o test-preview-area.o `test -f
> 'test-preview-area.c' || echo './'`test-preview-area.c; \ then mv -f
> ".deps/test-preview-area.Tpo" ".deps/test-preview-area.Po"; \ else
> rm -f ".deps/test-preview-area.Tpo"; exit 1; \ fi make[2]: *** No
> rule to make target `../libgimpwidgets/libgimpwidgets-2.0.la',
> needed by `test-preview-area'.  Stop.  make[2]: *** Waiting for
> unfinished jobs....  make[2]: Leaving directory
> `/var/tmp/portage/gimp-2.1.3/work/gimp-2.1.3/libgimpwidgets'
> make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
> `/var/tmp/portage/gimp-2.1.3/work/gimp-2.1.3' make: *** [all] Error
> 2
> 
> Any ideas?

I've never compiled gimp before, so this is a SWAG, but it looks like
a Makefile problem.  

Did you run .configure, if there is one?

Did you search the makefile for a rule for making
libgimpwidgets-2.0.la to see if it's there?  That's where I would
start.  Also, the trailing version number may be specified with a
variable, so I would make sure there isn't a mismatch there.
_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Reply via email to