2.2 compile error
I am trying to compile the new 2.2 release, and have hit a snag:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/python2.3 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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 -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -fno-strict-aliasing -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -MT procbrowser.lo -MD -MP -MF .deps/procbrowser.Tpo -c procbrowser.c -fPIC -DPIC -o .libs/procbrowser.o
make[4]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.0/work/gimp-2.2.0'
make: *** [all] Error 2
I have had no issues compiling all of the pre-releases. Any
suggestions?