Hello there i am running Netbsd 5.99.21 kernel+userland on a G4 17" powerbook with pkgsrc 2009Q4 and gcc 4.1.3. Tried to build wm/metacity but i got this: gmake[4]: Entering directory `/usr/pkgsrc/wm/metacity/work/metacity-2.28.0/src' cc -DHAVE_CONFIG_H -I. -I.. -I./include -DMETACITY_LIBEXECDIR=\"/usr/pkg/libexec\" -DHOST_ALIAS=\"powerpc--netbsd\" -DMETACITY_LOCALEDIR=\"/usr/pkg/share/locale\" -DMET ACITY_PKGDATADIR=\"/usr/pkg/share/metacity\" -DMETACITY_DATADIR=\"/usr/pkg/share\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 -D_REENTRANT -DORBIT2=1 -pthrea d -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/cairo -I/usr/pkg/include/pango-1.0 -I/usr/X11R7/include -I/usr /pkg/include/glib/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include/pixman-1 -I/usr/X11R7/include/freetype2 -I/usr/pkg/include -I/usr/pkg/include/libpng12 - I/usr/pkg/include/gconf/2 -I/usr/pkg/include/orbit-2.0 -I/usr/pkg/include/dbus-1.0 -I/usr/pkg/lib/dbus-1.0/include -I/usr/pkg/include/startup-notification-1.0 -DPNG_ NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/usr/X11R7/include/freetype2 -O2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/include -I/u sr/X11R7/include/freetype2 -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wall -Werro r -ansi -MT async-getprop.o -MD -MP -MF .deps/async-getprop.Tpo -c -o async-getprop.o `test -f 'core/async-getprop.c' || echo './'`core/async-getprop.c cc1: warnings being treated as errors core/async-getprop.c: In function 'async_get_property_handler': core/async-getprop.c:218: warning: cast increases required alignment of target type core/async-getprop.c:280: warning: cast increases required alignment of target type core/async-getprop.c:385: warning: cast increases required alignment of target type core/async-getprop.c:385: warning: cast increases required alignment of target type core/async-getprop.c: In function 'ag_task_create': core/async-getprop.c:539: warning: cast increases required alignment of target type gmake[4]: *** [async-getprop.o] Error 1 gmake[4]: Leaving directory `/usr/pkgsrc/wm/metacity/work/metacity-2.28.0/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/pkgsrc/wm/metacity/work/metacity-2.28.0/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/pkgsrc/wm/metacity/work/metacity-2.28.0/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/wm/metacity/work/metacity-2.28.0' gmake: *** [all] Error 2 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/wm/metacity after a "make clean" and a "cvs update" it breaks at the same point. Any help on this ? Take care Andreas |