bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] svn version


From: Juergen Sauermann
Subject: Re: [Bug-apl] svn version
Date: Mon, 14 Mar 2016 16:03:00 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi,

interesting message (and slightly bogus because my g++ can deal with it).
And, as far as I understand, 
UTF8_string is NOT a variably modified type,
(it consists of two integers and one pointer).

Maybe fixed in SVN 705.

/// Jürgen


On 03/13/2016 06:00 PM, address@hidden wrote:
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]