Subject: xfce3 isn't building completely
To: None <tech-pkg@netbsd.org>
From: Paulo Aukar <ptaaukar@terra.com.br>
List: tech-pkg
Date: 08/25/2006 14:26:51
(NetBSD 4.99.1 i386;  pkgsrc-current)

/usr/pkgsrc/x11/xfce3 isn't building. Log below:

gmake[2]: Entering directory `/usr/pkgsrc/x11/xfce3/work/xfce-3.8.18/xfgnome'
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../libs/  -I/usr/X11R6/include -DXFCE
_DIR=\"/usr/pkg/share/xfce\" -DXFCE_LOCALE_DIR=\"/usr/pkg/share/locale\"  -I/usr
/pkg/include -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include  -O2 -I/us
r/pkg/include -I/usr/include -I/usr/X11R6/include -MT xfgnome.o -MD -MP -MF ".de
ps/xfgnome.Tpo" \
          -c -o xfgnome.o `test -f 'xfgnome.c' || echo './'`xfgnome.c; \
		  then mv ".deps/xfgnome.Tpo" ".deps/xfgnome.Po"; \
			  else rm -f ".deps/xfgnome.Tpo"; exit 1; \
				  fi
In file included from xfgnome.c:43:
xfgnome.h:143: error: static declaration of '_XA_WIN_STATE' follows non-static d
eclaration
../xfwm/xfwm.h:358: error: previous declaration of '_XA_WIN_STATE' was here
xfgnome.h:148: error: static declaration of '_XA_WIN_WORKSPACE' follows non-stat
ic declaration
../xfwm/xfwm.h:356: error: previous declaration of '_XA_WIN_WORKSPACE' was here
xfgnome.h:149: error: static declaration of '_XA_WIN_WORKSPACE_COUNT' follows no
n-static declaration
../xfwm/xfwm.h:355: error: previous declaration of '_XA_WIN_WORKSPACE_COUNT' was
here
gmake[2]: *** [xfgnome.o] Error 1
gmake[2]: Leaving directory `/usr/pkgsrc/x11/xfce3/work/xfce-3.8.18/xfgnome'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/x11/xfce3/work/xfce-3.8.18'
gmake: *** [all] Error 2

Paulo