bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] GNU APL -1.7 source code bug


From: Juergen Sauermann
Subject: Re: [Bug-apl] GNU APL -1.7 source code bug
Date: Fri, 1 Jun 2018 11:26:37 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hi Kevin,

thanks for reporting this. It looks like an old issue that has been corrected in the meantime.
Please use the latest GNU APL version from the GNU APL subversion repository
(see https://savannah.gnu.org/svn/?group=apl)

/// Jürgen


On 05/31/2018 05:35 PM, Kevin Marinelli wrote:

When compiling GNU APL-1.7, the compiler aborted with an error for building apl-Symbol.o.

 

Line 888 of Symbol.cc reads:

 

Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);

 

changing the line to:

 

Assert(nc == NC_FUNCTION || nc == NC_OPERATOR || nc == NC_UNUSED_USER_NAME);

 

corrected the compile error.

 

Thanks!

 

Kevin Marinelli

IT Manager

UConn Mathematics


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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