On 2/12/19 2:18 AM, Waldek Hebisch wrote:
> I thought a little about what can we write to Windows users.
> IIUC:
> 
> - FriCAS release builds using mingw + sbcl (assuming utilites
>   from Mysys and ???).

There are still problems for this method:

1. in function "obey" in vmlisp.lisp, the "lib/obey.bat" doesn't exist:

#+:sbcl
(defun OBEY (S)
   #-:win32 (sb-ext::process-exit-code
             (sb-ext::run-program "/bin/sh"
                    (list "-c" S) :input t :output t :error t))
   #+:win32 (sb-ext::process-exit-code
             (sb-ext::run-program (make-absolute-filename "/lib/obey.bat")
                    (list S) :input t :output t :error t))
)

2. Last time I tried, sbcl on windows can not compile texmacs.lsp
(heap exhausted).  I haven't looked into it yet.

> - FriCAS builds using cygwin + ecl> - There is now Docker image by Kurt Pagani
> - WSL, do I undertand correctly that FriCAS works (builds ???)

Yes, it builds and works.  And it should be fastest on windows.

>   here
> 

I'd like to include something to make a windows installer, like Kurt
did here: https://github.com/nilqed/fricas_w32

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/9e38e28c-93f6-81e2-3f05-658d89942ce1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to