This is probably caused by a bug in camlp5, caught by a stricter dynamic
linker in OCaml 4.08. It is fixed in camlp5 7.10.
See https://github.com/camlp5/camlp5/pull/46
The following patch allows it to build.
diff -ur a/galax-1.1/base/gmisc.ml b/galax-1.1/base/gmisc.ml
--- a/galax-1.1/base/gmisc.ml 2007-02-28 10:48:06.0 -0800
+++ b/galax-1.1/base/gmisc.ml 2019-12-17 15:40:56.975372234 -0800
@@ -80,7 +80,7 @@
| Some x ->
get_them (x::
The following patch fixes this problem.
diff --git a/src/pxp-engine/pxp_lexing.mli b/src/pxp-engine/pxp_lexing.mli
index 5dc3497..ffa6e34 100644
--- a/src/pxp-engine/pxp_lexing.mli
+++ b/src/pxp-engine/pxp_lexing.mli
@@ -10,11 +10,11 @@
type lexbuf = Lexing.lexbuf
-val from_channel : in_chann
so happens that most of the hard work, requiring libuser, takes
place in /usr/sbin/userhelper. Oops.
There's a new package on the way that fixes the problem.
--
Christopher Cramer
Executive Director, DAPAC
"In past ages, a war, almost by definition, was something that sooner or
later ca
@@ -1,6 +1,8 @@
#!/bin/sh
-scm <txi "r5rs")
(quit)
EOF
--
Christopher Cramer
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
5 matches
Mail list logo