[Bug-apl] APL Package Manager -- 2nd Release

2015-04-01 Thread David B. Lamkins
I've released the 2nd version of the APL Package Manager. home page: https://github.com/TieDyedDevil/apl-pkg summary announcement: https://github.com/TieDyedDevil/apl-pkg/blob/master/doc/ANNOUNCE.md change list: https://github.com/TieDyedDevil/apl-pkg/blob/master/doc/CHANGES.md

Re: [Bug-apl] SVN 586 ./configure bug on Mac

2015-04-01 Thread Peter Teeson
Hi Jürgen: Not quite… ;-} Gandalf:~ pteeson$ cd /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn Gandalf:apl-svn pteeson$ svn update Skipped '.' Summary of conflicts: Skipped paths: 1 Gandalf:apl-svn pteeson$ ./configure -bash: ./configure: No such file or directory Gandalf:apl-svn pteeson$

Re: [Bug-apl] SVN 585 ... new clang errors

2015-04-01 Thread Fausto Saporito
Hello Jürgen, the error I sent you before (missing libemacs), disappear if I compile everything with GCC. I found also this error during configure (using gcc this time). configure: creating src/buildtag.hh src/buildtag: line 12: [: too many arguments configure: creating src/configure_args.cc

Re: [Bug-apl] SVN 586 ./configure bug on Mac

2015-04-01 Thread Juergen Sauermann
Hi Peter, maybe SVN 587 works better. /// Jürgen On 04/01/2015 05:13 PM, Peter Teeson wrote: Gandalf:apl-svn pteeson$ svn update Updating '.': At revision 586. Gandalf:apl-svn pteeson$ ./configure ….. configure: creat

[Bug-apl] SVN 586 ./configure bug on Mac

2015-04-01 Thread Peter Teeson
Gandalf:apl-svn pteeson$ svn update Updating '.': At revision 586. Gandalf:apl-svn pteeson$ ./configure ….. configure: creating src/buildtag.hh src/buildtag: line 12: [: too many arguments configure: creating src/configure_args.cc Peter

Re: [Bug-apl] SVN 585 ... new clang errors

2015-04-01 Thread Fausto Saporito
Hi Jürgen, it seems ok now. But I have this error when I run apl with emacs: Could not find shared library 'libemacs' The following directories and file names were tried: file /usr/local/lib/apl/libemacs.so (No such file or directory) file /usr/local/lib/apl/libemacs.dylib ( flat n

Re: [Bug-apl] SVN 585 clean build

2015-04-01 Thread Juergen Sauermann
Hi David, thanks, should be fixed in SVN 586. /// Jürgen On 03/31/2015 10:39 PM, David Lamkins wrote: I did a clean checkout of SVN 585 followed by configure and make. The file src/buildtag.hh is neither p

Re: [Bug-apl] SVN 585 ... new clang errors

2015-04-01 Thread Juergen Sauermann
Hi Fausto, I changed ./configure once more to handle clang, SVN 586. There are now 3 cases: 1. full support of dynamic arrays ( = gcc) 2. limited support of dynamic arrays ( = clang) 3. no support of dynamic arrays ( = ???)

Re: [Bug-apl] Macintosh compile errors and warnings SVN 583

2015-04-01 Thread Juergen Sauermann
Hi Elias, there is a new callback called install_get_line_from_user_cb() in libapl.h that may be useful. The behaviour is a little different because the lines would be inserted before the content of other files while InputFile::files_todo.insert() u

Re: [Bug-apl] Macintosh compile errors and warnings SVN 583

2015-04-01 Thread Juergen Sauermann
Hi, I have changed back to Elias' initial code plus #including unistd.h. SVN 586. /// Jüergen On 03/31/2015 11:39 PM, Peter Teeson wrote: Hi Jürgen: On 2015-03-31, at 12:53 PM,

[Bug-apl] SVN 585 ... new clang errors

2015-04-01 Thread Fausto Saporito
Hello, I updated to svn 585, and I got a different error in this case: Bif_F12_FORMAT.cc:682:28: error: no matching function for call to 'strchr' const char * dot = strchr(data_buf, '.'); ^~ /usr/include/string.h:76:7: note: candidate function not viable:

Re: [Bug-apl] planning of future features

2015-04-01 Thread Fausto Saporito
Hi Jürgen, thanks a lot ! I'll try soon to "translate" using the existing features. regards, Fausto 2015-03-31 17:59 GMT+02:00 Juergen Sauermann : > Hi Fausto, > > Dyalog ⎕SIGNAL seems to be ⎕ES in IBM APL2 and in GNU APL. > > Dyalog ⎕FMT is a little too FORTRANish for my taste. However > dyadi