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?

- Qian

--
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/2b65c70e-f085-ebc1-f0c2-84d18deb2751%40gmail.com.

Reply via email to