oldk1331 wrote:
> 
> 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.

IIUC "obey" is not needed for buld from release tarball.  Concerning
'texmacs.lsp' I at loss now, from earlier mails by Greg and Kurt
I thougt that it builds.
 
-- 
                              Waldek Hebisch

-- 
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/E1gtdK9-0006wv-Oo%40hera.math.uni.wroc.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to