I downloaded http://windowmaker.org/pub/source/release/WindowMaker-0.95.6.tar.gz and tried
./configure --prefix=$HOME make but I got the error, below. Could this be due to using gcc 4.1.2? Does anyone know a fix or workaround? Thanks, Troy. make all-recursive make[1]: Entering directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6' Making all in wrlib make[2]: Entering directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6/wrlib' Making all in . make[3]: Entering directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6/wrlib' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/nav/home/tgoodson/include -DNDEBUG -D_XOPEN_SOURCE=600 -g -O2 -Wall -Wextra -Wno-sign-compare -Wno-deprecated-declarations -MT raster.lo -MD -MP -MF .deps/raster.Tpo -c -o raster.lo raster.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/nav/home/tgoodson/include -DNDEBUG -D_XOPEN_SOURCE=600 -g -O2 -Wall -Wextra -Wno-sign-compare -Wno-deprecated-declarations -MT raster.lo -MD -MP -MF .deps/raster.Tpo -c raster.c -fPIC -DPIC -o .libs/raster.o In file included from raster.c:29: wraster.h:180: error: wrong number of arguments specified for 'deprecated' attribute make[3]: *** [raster.lo] Error 1 make[3]: Leaving directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6/wrlib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6/wrlib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/nav/home/tgoodson/sw/WindowMaker-0.95.6' make: *** [all] Error 2 % gcc --version gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-55) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % uname -a Linux xxxx 2.6.18-398.el5 #1 SMP Tue Aug 12 06:26:17 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux -- To unsubscribe, send mail to [email protected].
