caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Checking the error message “Invalid_argument("String.sub / Bytes.sub")”
@ 2017-08-01 14:00 SF Markus Elfring
  0 siblings, 0 replies; only message in thread
From: SF Markus Elfring @ 2017-08-01 14:00 UTC (permalink / raw)
  To: caml-list

Hello,

I constructed two build scripts for an evolving software.
https://github.com/ocaml/ocamlbuild/issues/245
https://github.com/ocaml/ocamlbuild/pull/249

They are working to some degree with OCaml 4.03.0-3.1.


elfring@Sonne:~/Projekte/Bau/OCamlbuild> make clean && ~/Projekte/OCaml/OCamlbuild/lokal/configure --enable-check_if_preinstalled --enable-use_native_OCaml_tools EXT_OBJ=.o SUPPORTS_SHARED_LIBRARIES=true && make byte native && OCAMLRUNPARAM=b ~/Projekte/Bau/OCamlbuild/ocamlbuild.byte -version; OCAMLRUNPARAM=b ~/Projekte/Bau/OCamlbuild/ocamlbuild.native -version
…
Fatal error: exception Invalid_argument("String.sub / Bytes.sub")
Called from unknown location
Called from unknown location
Fatal error: exception Invalid_argument("String.sub / Bytes.sub")
Raised at file "pervasives.ml", line 33, characters 25-45
Called from file "string.ml", line 41, characters 2-23


I would appreciate further ideas and corresponding advice.

Regards,
Markus

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-01 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-01 14:00 [Caml-list] Checking the error message “Invalid_argument("String.sub / Bytes.sub")” SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).