I just downloaded fvwm 2.6.3 and attempted to build it, which resulted in gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/freetype2 -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -Wall -Wno-implicit-int -g -O2 -MT safemalloc.o -MD -MP -MF .deps/safemalloc.Tpo -c -o safemalloc.o safemalloc.c mv -f .deps/safemalloc.Tpo .deps/safemalloc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/freetype2 -pthread -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/pixman-1 -I/usr/include/freetype2 -Wall -Wno-implicit-int -g -O2 -MT FBidi.o -MD -MP -MF .deps/FBidi.Tpo -c -o FBidi.o FBidi.c FBidi.c: In function 'FBidiConvert': FBidi.c:53:2: error: 'FriBidiParType' undeclared (first use in this function) FBidi.c:53:2: note: each undeclared identifier is reported only once for each function it appears in FBidi.c:53:17: error: expected ';' before 'pbase_dir' FBidi.c:95:34: error: 'pbase_dir' undeclared (first use in this function) FBidi.c:150:3: warning: implicit declaration of function 'fribidi_get_bidi_type' make[2]: *** [FBidi.o] Error 1 make[2]: Leaving directory `/home/dca/Software/fvwm-2.6.3/libs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dca/Software/fvwm-2.6.3' make: *** [all] Error 2 dca@sergei:~/Software/fvwm-2.6.3$
My system is 64-bit Slackware 13.37. Fvwm Configuration: Version: 2.6.3 Executables: /usr/local/bin Man pages: /usr/local/share/man Modules: /usr/local/libexec/fvwm/2.6.3 Data files: ${prefix}/share/fvwm Doc files: ${prefix}/share/doc/fvwm Perl lib: ${prefix}/share/fvwm/perllib Locale msg: ${prefix}/share/locale ar de fr sv_SE zh_CN With Asian bi-direct. text support? yes With Gettext Native Lang support? yes (libc) With GTK+ required for FvwmGtk? yes With GDK image support in FvwmGtk? yes With GNOME libs support in FvwmGtk? no: Can't find working gnome-config With Iconv support? yes (from C library) With Mouse strokes (gestures)? no: Can't find working libstroke With PNG image support? yes With ReadLine sup. in FvwmConsole? yes With RPlay support in FvwmEvent? no: Can't find working librplay With Shaped window support? yes With Shared memory for XImage? yes With Session Management support? yes With SVG image support? yes With Xcursor support? yes With Xinerama multi-head support? yes With Xft anti-alias font support? yes (version 2) With XPM image support? yes With Xrender image support? yes Build man pages? yes Build HTML documentation? no I did subsequently try configure --with-gnome=no and got the same compilation error. /Don Allen