On 3/4/21 9:47 PM, Dima Pasechnik wrote:
On Thu, Mar 4, 2021 at 10:37 AM Qian Yun <[email protected]> wrote:I don't know the history of obey.bat, or if it ever worked. My current hack is: #+:win32 (sb-ext::process-exit-code - (sb-ext::run-program (make-absolute-filename "/lib/obey.bat") - (list S) :input t :output t :error t)) + (sb-ext::run-program "C:/msys64/usr/bin/sh.exe" + (list "-c" S) :input t :output t :error t)) This works for msys2/mingw64 at least. Not familiar with SBCL on windows, I wonder if there are better ways to achieve this. (Because here I hard coded msys2 default path.) Now, what about cygwin? Shall we try to make it able to compile trunk version as well? Or are we satisfied with the status quo?I am under impression that on Cygwin Sagemath can build FriCAS (using ECL).
Yes, it can build a released tarball with pre-generated files, not the git version. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/6a594671-e442-4e8e-778c-698dedfc5218%40gmail.com.
