just fyi... i think there might be an issue: make[2]: Entering directory `/blah/fvwm/src/fvwm-2.6.x/libs' 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/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1 -I/usr/include/freetype2 -Wall -Wno-implicit-int -g -O2 -MT Fft.o -MD -MP -MF .deps/Fft.Tpo -c -o Fft.o Fft.c Fft.c: In function ‘FftGetFont’: Fft.c:327:18: error: ‘result’ undeclared (first use in this function) Fft.c:327:18: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Fft.o] Error 1
On Sat, Dec 27, 2014 at 7:00 PM, <c...@math.uh.edu> wrote: > CVSROOT: /home/cvs/fvwm > Module name: fvwm > Changes by: tadam 14/12/27 18:00:20 > > Modified files: > . : Tag: branch-2_6 ChangeLog > libs : Tag: branch-2_6 Fft.c > > Log message: > Fft: Fix compiler warnings > > Pre-initialise some defined variables to shut GCC up. > > >