You are not logged in.
followed intsructions (installed all pre-req's; sudo ./xfce4-4.4.1-installer.run)
Getting build error (see below)
Any ideas?
CentOS 4
Linux 2.6.9-42.0.10.ELsmp #1 SMP Tue Feb 27 10:11:19 EST 2007 i686 i686 i386 GNU/Linux
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr//include -I/usr/X11R6/include -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr//include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr//include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/X11R6/include -I/usr/include/startup-notification-1.0 -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/X11R6/include -I../common -DPACKAGE_LOCALE_DIR=\"/usr//share/locale\" -DDATADIR=\"/usr//share\" -DPACKAGE_DATADIR=\"/usr//share/xfwm4\" -I/usr//include -I/usr/X11R6/include -I/usr/include -O2 -pipe -MT xfwm4-frame.o -MD -MP -MF ".deps/xfwm4-frame.Tpo" -c -o xfwm4-frame.o `test -f 'frame.c' || echo './'`frame.c; \
then mv -f ".deps/xfwm4-frame.Tpo" ".deps/xfwm4-frame.Po"; else rm -f ".deps/xfwm4-frame.Tpo"; exit 1; fi
frame.c: In function `frameSetShape':
frame.c:817: error: syntax error before ';' token
frame.c:818: error: syntax error before ';' token
frame.c:819: error: syntax error before ';' token
gmake[2]: *** [xfwm4-frame.o] Error 1
gmake[2]: Leaving directory `/tmp/selfgz411730068/xfwm4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/selfgz411730068/xfwm4'
gmake: *** [all] Error 2
!! Failed to build xfwm4, see the errors above
!! for details on the problem.
/* Set Input shape when using XShape extension 1.1 and later */
if (display_info->shape_version >= 1001)
{
XShapeCombineShape (display_info->dpy, shape_win, ShapeInput, frameLeft (c), frameTop (c), c->window, ShapeBounding, ShapeSubtract);
XShapeCombineShape (display_info->dpy, shape_win, ShapeInput, frameLeft (c), frameTop (c), c->window, ShapeInput, ShapeUnion);
XShapeCombineShape (display_info->dpy, c->frame, ShapeInput, 0, 0, shape_win, ShapeInput, ShapeSet);
}
Offline
still not resolved, I will leave it for the developers to try and figure out? However, I downloaded source, if def'd out offending code, compiled and installed it. Seems to be running fine.
Offline
additonal note: using a carp DELL insprion laptop 1100 using netbst current and current pkgsrc, i was able to build and install xfce w/o any problems....
Offline
Like problem:
http://forum.xfce.org/index.php?topic=3456.0
Offline
I've send the problem to the xfmw4 developer. He'll probably take a look at it when he has time.
Offline
I have the same problem while trying to build xfwm4 from sources. Debian Linux i386 with Xfree86 4.6.0 & newest gtk+
Offline
[ Generated in 0.014 seconds, 9 queries executed - Memory usage: 542.1 KiB (Peak: 543.38 KiB) ]