Hi All a sudden my apl keyboard chars stopped working after a year or so .. and couldn't find the problem - so i decided to reinstall all from scratch
Hence ... --- svn co http://svn.savannah.gnu.org/svn/apl/trunk apl -> version 704 cd apl configure make --- g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UserPreferences.o -MD -MP -MF .deps/apl-UserPreferences.Tpo -c -o apl-UserPreferences.o `test -f 'UserPreferences.cc' || echo './'`UserPreferences.cc UserPreferences.cc: In member function 'void UserPreferences::parse_argv_2(bool)': UserPreferences.cc:523: error: parameter may not have variably modified type 'UTF8_string [(((unsigned int)(((int)a) + -0x000000001)) + 1)]' UserPreferences.cc:598: error: parameter may not have variably modified type 'UTF8_string [(((unsigned int)(((int)((UserPreferences*)this)->UserPreferences::script_argc) + -0x000000001)) + 1)]' mv -f .deps/apl-Tokenizer.Tpo .deps/apl-Tokenizer.Po g++ -DHAVE_CONFIG_H -I. -I.. -rdynamic -g -O2 -MT apl-UTF8_string.o -MD -MP -MF .deps/apl-UTF8_string.Tpo -c -o apl-UTF8_string.o `test -f 'UTF8_string.cc' || echo './'`UTF8_string.cc make[3]: *** [apl-UserPreferences.o] Error 1 make[3]: *** Waiting for unfinished jobs.... mv -f .deps/apl-UCS_string.Tpo .deps/apl-UCS_string.Po mv -f .deps/apl-UserFunction.Tpo .deps/apl-UserFunction.Po mv -f .deps/apl-UTF8_string.Tpo .deps/apl-UTF8_string.Po make[3]: Leaving directory `/usr/src/apl/apl/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/apl/apl/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/apl/apl' make: *** [all] Error 2