no I haven't, but I very much interested to have a working
version for my students, many with Windows.
-- Mit freundlichen Grüßen Johannes Grabmeier Fraktionsvorsitzender FREIE WÄHLER, Stadtrat Deggendorf Prof. Dr. Johannes Grabmeier Köckstraße 1, D-94469 Deggendorf Tel. +49-(0)-991-2979584, Tel. +49-(0)-151-681-70756 Fax: +49-(0)-322-241-92688
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+unsubscribe@googlegroups.com.
To post to this group, send email to fricas...@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
--
3. on Windows 10 and use Bash on Windows (WSL). This runs the
linux version binary. This is very fast but requires windows 10.
Hyperdoc should work too.
On Sat, Oct 21, 2017 at 8:37 AM, Grégory Vanuxem <g.va...@gmail.com> wrote:
> Can CLisp dump a file????
Clisp 2.49 on linux can. But that is released 7 years ago.
The cygwin version is a 2015 snapshot and it can't dump.
It gives an error message doesn't exist in version 2.49.
I can't build ECL-16.1.3 on cygwin either.
On the other hand, I don't think building on cygwin has any advantage.
It can provide user-unfriendly hyperdoc and graphics that Linux users
seldom use.
On that matter, mingw provides next to nothing: without hyperdoc and
graphics, only clef is lefted.
So, I'm thinking about a new packaging method for Windows:
distribute FriCAS like a Lisp application. In FriCAS release tarball,
there are already pre-generated Lisp files. I think it's possible
to package FriCAS as a Lisp program, just like Maxima.
One step further, maybe bundle TeXmacs with FriCAS.
I'm using sbcl-1.4.1, and I get error in the last step --
from the bottom of fricas.lisp, it calls (|spad|), then it complains
"The function COMMON-LISP-USER::PUT is undefined".
It should look up PUT from package BOOT.
BTW, the Android version of ECL aborts regularly, don't know why yet.
On Fri, Nov 3, 2017 at 11:38 AM, Kurt Pagani <nil...@gmail.com> wrote:
>
>
>> I'm using sbcl-1.4.1, and I get error in the last step --
>> from the bottom of fricas.lisp, it calls (|spad|), then it complains
>> "The function COMMON-LISP-USER::PUT is undefined".
>> It should look up PUT from package BOOT.
>
>
> That's strange, indeed. Unfortunately, my SBCL on Ubuntu is quite old, but
> it works (just tried).
> I got a package lock when using SBCL 1.3.18 on Windows/x_64. I'll try an
> update tomorrow (1.4.1 must be rather new?)
>
> Have you any idea where the PUT could be? I only find:
It's in vmlisp.lisp
> $ grep "(put " interp/*.lisp
> interp/daase.lisp: (put con 'loaded c)
>
> Did you encounter any package locks?
Yes, that's the problem with newer SBCL, and resolved in newer FriCAS,
see SVN r2167. It seems that you are using FriCAS 1.3.0? Why not
update to 1.3.2?
Also, it doesn't work correctly with clisp-2.49. It gives error at
*** - EVAL: undefined function STTOSEX
which is a function defined in boot/ptyout.boot
>> BTW, the Android version of ECL aborts regularly, don't know why yet.
>
>
> Do you use the CL REPL? If so, which version: ECL 12.12.1? This is buggy!
> I'm using ECL 13.5.1+armhf in GNURoot Debian (apt install ecl). There is
> also an SBCL (1.2.4).
> https://play.google.com/store/apps/details?id=com.gnuroot.debian&hl=en
No, I cross-compiled ECL from source (just like MaximaOnAndroid) and use
it under Termux. Have you tried runnig FriCAS in GNURoot on your phone?
BTW, SBCL doesn't support PIE and can't run after Android 5.0. What's your
Android version?
De : Kurt Pagani
Envoyé le :mercredi 1 novembre 2017 05:15
À : FriCAS - computer algebra system
Objet :Re: [fricas-devel] build on cygwin with clisp
On Thursday, 26 October 2017 12:28:22 UTC+2, oldk1331 wrote:
On Sat, Oct 21, 2017 at 8:37 AM, Grégory Vanuxem <g.va...@gmail.com> wrote:
> Can CLisp dump a file????
Clisp 2.49 on linux can. But that is released 7 years ago.
The cygwin version is a 2015 snapshot and it can't dump.
It gives an error message doesn't exist in version 2.49.
I can't build ECL-16.1.3 on cygwin either.
I had no problems on x86_64 Cygwin (git from https://gitlab.com/embeddable-common-lisp/ecl.git)
$ ecl --version
ECL 16.1.3
On the other hand, I don't think building on cygwin has any advantage.
It can provide user-unfriendly hyperdoc and graphics that Linux users
seldom use.
Indeed :)
However, you can use it with texmacs or sage.
On that matter, mingw provides next to nothing: without hyperdoc and
graphics, only clef is lefted.
MSYS2/MingW64 looks promising.
I agree but too buggy actually
We must get rid of Lisp.
Simple to say
So, I'm thinking about a new packaging method for Windows:
distribute FriCAS like a Lisp application. In FriCAS release tarball,
there are already pre-generated Lisp files. I think it's possible
to package FriCAS as a Lisp program, just like Maxima.
One step further, maybe bundle TeXmacs with FriCAS.
That's an idea. I also think this is feasible. I did some experiments and eventually managed to get it working with ABCL/JVM (a longstanding dream),
There are still some ceveats which might be overcome with the help of the few adepts ;)
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel...@googlegroups.com.
No, I cross-compiled ECL from source (just like MaximaOnAndroid) and use
it under Termux. Have you tried runnig FriCAS in GNURoot on your phone?No :)A dotty idea, but it ought work. I'll try on a tablet at least.