Solved gtk30 compile error on PowerPC

I am try to install XFCE on my iBook G4. It depends on gtk30 however the port is failing to build. Below is what I see. Anyone has any ideas?

Code:
===>  Building for gtk3-3.14.15
gmake[2]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15'
gmake  all-recursive
gmake[3]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15'
Making all in po
gmake[4]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/po'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/po'
Making all in po-properties
gmake[4]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/po-properties'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/po-properties'
Making all in util
gmake[4]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/util'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/util'
Making all in gdk
gmake[4]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
  GEN      gdkconfig.h
gmake  all-recursive
gmake[5]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
Making all in x11
gmake[6]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk/x11'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk/x11'
Making all in .
gmake[6]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
  GEN      gdkconfig.h
gmake[6]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
gmake[5]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
gmake[4]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gdk'
Making all in gtk
gmake[4]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
  GEN      gtktypefuncs.c
gmake  all-recursive
gmake[5]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
Making all in inspector
gmake[6]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/inspector'
gmake  all-am
gmake[7]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/inspector'
gmake[7]: Nothing to be done for 'all-am'.
gmake[7]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/inspector'
gmake[6]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/inspector'
Making all in native
gmake[6]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/native'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk/native'
Making all in .
gmake[6]: Entering directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
  CC       libgtk_3_la-gtkcssselector.lo
Makefile:4350: recipe for target 'libgtk_3_la-gtkcssselector.lo' failed
gmake[6]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
Makefile:6189: recipe for target 'all-recursive' failed
gmake[5]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
Makefile:2347: recipe for target 'all' failed
gmake[4]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15/gtk'
Makefile:711: recipe for target 'all-recursive' failed
gmake[3]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15'
Makefile:609: recipe for target 'all' failed
gmake[2]: Leaving directory '/usr/ports/x11-toolkits/gtk30/work/gtk+-3.14.15'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11-toolkits/gtk30
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-toolkits/gtk30
 
Back
Top