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