Re: [Ecls-list] [new release][migration]

2015-08-27 Thread Raymond Toy
Daniel == Daniel Kochma Daniel writes: Daniel Raymond Toy writes: Daniel == Daniel Kochma Daniel writes: Daniel Dear all, Daniel we are getting close to the next release – if you are curious about the Daniel changes here is changelog Daniel https://gitlab.com

Re: [Ecls-list] building maxima

2012-05-02 Thread Raymond Toy
On 2/3/12 3:33 AM, Juan Jose Garcia-Ripoll wrote: I had a look at f2cl's code and the following code would more or less fix it. There might be simpler ways, such as looking only at PARAMETER statements, but my fortran is a bit rusty and I do not know f2cl so well. Note also that one possible

Re: [Ecls-list] Ecl version of with-float-traps-masked and vector-sap?

2012-03-06 Thread Raymond Toy
On Wed, Feb 8, 2012 at 6:01 AM, Juan Jose Garcia-Ripoll I'm looking at trying to get matlisp to run with ecl, and now that someone has contributed an ffi using cffi, I thought getting matlisp working with ecl would be nice. That would indeed be very nice. FYI: matlisp will now compile and

Re: [Ecls-list] Ecl version of with-float-traps-masked and vector-sap?

2012-02-08 Thread Raymond Toy
On Wed, Feb 8, 2012 at 6:01 AM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Wed, Feb 8, 2012 at 6:59 AM, Raymond Toy toy.raym...@gmail.com wrote: Does ecl have the equivalent of cmucl's (and sbcl's) with-float-traps-masked Not yet. This can be implemented using

Re: [Ecls-list] Ecl version of with-float-traps-masked and vector-sap?

2012-02-08 Thread Raymond Toy
On Wed, Feb 8, 2012 at 12:38 PM, Juan Jose Garcia-Ripoll and vector-sap? Hmm, is this for the CFFI? Because it is going to depend very much on what VECTOR-SAP has to return. For UFFI you have SI::MAKE-FOREIGN-DATA-FROM-ARRAY which takes an array and returns an UFFI pointer.

Re: [Ecls-list] building maxima

2012-02-02 Thread Raymond Toy
On Thu, Feb 2, 2012 at 2:37 PM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: On Wed, Feb 1, 2012 at 10:12 PM, Paul Bowyer pbow...@olynet.com wrote: ;;; Error: ;;; in file djairy.lisp, position 719 ;;; at (LET (# # ...) ...) ;;; * (CCV 0.0) is not a legal

Re: [Ecls-list] building maxima

2012-02-01 Thread Raymond Toy
On Wed, Feb 1, 2012 at 1:12 PM, Paul Bowyer pbow...@olynet.com wrote: I ran into another file that won't compile with ECL 11.1.1 as I've been trying to build maxima. I've attached the file for your inspection because after looking it over, I don't see the problem. It looks like the compiler

Re: [Ecls-list] building maxima

2012-01-29 Thread Raymond Toy
On 1/29/12 4:06 PM, Paul Bowyer wrote: I'm running PCLinuxOS, 32-bit, on a Pentium-4 system and I tried to build maxima from source using ECL 11.1.1 and it fails during make. The configuration I used for building ECL was: ./configure --prefix=/usr/local/ecl32 -enable-threads=yes

Re: [Ecls-list] Unicode 16-bits

2011-02-22 Thread Raymond Toy
On 2/22/11 3:14 AM, Juan Jose Garcia-Ripoll wrote: I am not going to move ECL from its current single-word (16 or 32 bit) encoding right now. It would be too much of a hassle. I am just offering the possibility of having a compromise for devices and platforms that do not care much about the

[Ecls-list] ECL 11.1.1 and Solaris/sparc

2011-01-18 Thread Raymond Toy
Just wanted to say thanks for the new release. I built it on Solaris10/sparc using Sun's C compiler. I had to do a few iterations of configure to get the correct flags and here's what I ended up with to build a 64-bit ecl. I used the gmp distributed with ecl. configure