Re: [Bug-apl] GNU APL 1.5 Released

2015-03-30 Thread Leslie S Satenstein
Hi ThereBinary (x86_64) RPM: apl-1.5-0.x86_6.rpm Is not in the directories, (Refer to the ReadMe file for the downloads) Regards  Leslie Mr. Leslie Satenstein Montréal Québec, Canada From: Juergen Sauermann To: info-...@gnu.org Cc: "bug-apl@gnu.org" Sent: Monday, March 30, 2015 9:

[Bug-apl] Macintosh compile errors and warnings SVN 581

2015-03-30 Thread Peter Teeson
Hi Jürgen: Congratulation on the 1.5 release…. So to keep you busy here are some issues on Mac OS X 10.8.5 respect…. Peter Shell Script Invocation Error Group /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/Workspace.hh::257257::2626:0: Non-ASCII characters are not allowed outside of liter

Re: [Bug-apl] incompatible workspace 1.4 vs 1.5

2015-03-30 Thread Juergen Sauermann
Hi Fausto, I would need the workspace in order to reproduce this. In GNU APL there are two commands (and two file formats) for saving workspaces: )SAVE and )DUMP. The )LOAD command understands both formats. The "classical" )SAVE command

Re: [Bug-apl] gnu apl svn version on Mac OS X

2015-03-30 Thread Juergen Sauermann
Hi Fausto, I have renamed PATH_MAX to APL_PATH_MAX in SVN 580. For my taste there are too many PATH_MAXes below /usr/include, and the file you mention below does not exist on my machine. /// Jürgen On 03/30/2015

Re: [Bug-apl] Problem with )DUMP

2015-03-30 Thread Juergen Sauermann
Hi Xtian, thanks, hopefully fixed in SVN 580. /// Jürgen On 03/29/2015 08:12 PM, Christian Robert wrote:   )clear CLEAR WS   ⎕pw←1000   )copy Convert2 ∆length SAVE

Re: [Bug-apl] Two questions

2015-03-30 Thread Juergen Sauermann
Hi Xtian, thanks, hopefully fixed in SVN 580. /// Jürgen On 03/29/2015 07:49 PM, Christian Robert wrote: Your example from memory is the exact thing I tryed last friday, it give a "LENGTH ERROR"

Re: [Bug-apl] GNU APL 1.5 Released

2015-03-30 Thread Juergen Sauermann
|Hello, I am happy to announce that GNU APL 1.5 has been released. This release contains: * some progress on parallel (multi-core) APL (still experimental) * performance counters for all built-in APL functions * the possibility to build GNU APL as a library (thanks to Dirk) For deta

[Bug-apl] gnu apl svn version on Mac OS X

2015-03-30 Thread Fausto Saporito
Hello, I tried to compile the svn version under Mac OS X 10.10, but I got a problem about PATH_MAX undefined. I'm currently using gcc from macports, because with native compiler (clang) there're some issues about APL symbols in the source code. By the way, I fixed the building (with gcc) adding

[Bug-apl] incompatible workspace 1.4 vs 1.5

2015-03-30 Thread Fausto Saporito
Hello, I found a strange bug loading a workspace previously saved with apl 1.4 == Assertion failed: !Avec::is_quad(sym_name[0]) in Function: lookup_symbol in file: SymbolTable.cc:83 Call stack: ---