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

2015-04-07 Thread Fausto Saporito
Hi Jürgen, now all is ok. The latest snapshot compiles very well under Mac OS X. I also checked my installation lives only under /usr/local/xxx All errors reported disappeared. thank, fausto 2015-04-02 17:54 GMT+02:00 Juergen Sauermann juergen.sauerm...@t-online.de: Hi Fausto, did you do

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

2015-04-07 Thread Fausto Saporito
Hello all, sorry but I wrote too early about libemacs error. It's still present. This is the way I start gnu apl with EMACS (and gnu-apl-mode) 1) start emacs 2) run M-x gnu-apl then all is loaded with this start screen, and the APL keyboard is displayed in another emacs frame. Could not find

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

2015-04-02 Thread Juergen Sauermann
Hi Fausto, hopefully fixed in SVN 591. /// Jürgen On 04/01/2015 06:31 PM, Fausto Saporito wrote: Hello Jürgen, the error I sent you before (missing libemacs), disappear if I compile everything with GCC. I found

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

2015-04-02 Thread Juergen Sauermann
Hi Fausto, did you do sudo make install ? And was the make in the src/emacs_mode directory successful? If this is on Apple, we have made some progress there (SVN 592). Could also be a /usr/local/xxx vs. /usr/xxx conflict

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] 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