waneck / testrepo

0 stars 0 forks source link

Issue 80 - File "extc.ml", Error: Unbound value IO.input - haxe #80

Closed waneck closed 11 years ago

waneck commented 11 years ago

[Google Issue #80 : http://code.google.com/haxe/issues/detail?id=80] by sysno...@gmail.com, at 2010-02-14T14:13:24.000Z Error is at the bottom.

ocaml -version

The Objective Caml toplevel, version 3.11.1

md5sum install.ml

e5a831df6426d7d6132528010f3b1408 install.ml

ocaml install.ml

> svn co http://haxe.googlecode.com/svn/trunk haxe Checked out revision 3177. > cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/swflib cvs checkout: Updating ocaml/swflib > cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/extc cvs checkout: Updating ocaml/extc cvs checkout: Updating ocaml/extc/zlib > cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/extlib-dev cvs checkout: Updating ocaml/extlib-dev > cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co ocaml/xml-light cvs checkout: Updating ocaml/xml-light > cvs -z3 -d:pserver:anonymous@cvs.motion-twin.com:/cvsroot co neko/libs/include/ocaml cvs checkout: Updating neko/libs/include/ocaml > ocaml install.ml -nodoc -d .. -n Effective configuration: Configuration file: /etc/ocamlfind.conf Search path: /usr/local/lib/ocaml/3.11.1 /usr/lib/ocaml /usr/lib/ocaml/METAS Packages will be installed in/removed from: /usr/local/lib/ocaml/3.11.1 META files will be installed in/removed from: the corresponding package directories The standard library is assumed to reside in: /usr/lib/ocaml The ld.conf file can be found here: /usr/lib/ocaml/ld.conf Using Findlib ocamlc -c enum.mli bitSet.mli dynArray.mli extArray.mli extHashtbl.mli extList.mli extString.mli global.mli IO.mli option.mli pMap.mli std.mli uChar.mli uTF8.mli base64.mli unzip.mli refList.mli optParse.mli dllist.mli ocamlopt -c enum.ml ocamlopt -c bitSet.ml ocamlopt -c dynArray.ml [...] Installing dllist.cmi Installing dllist.cmx Installing extLib.cmxa Installing extLib.a Done. > ocamlc -I .././ extc_stubs.c > ocamlopt -a -o extc.cmxa -cclib ../ocaml/extc/extc_stubs.o -cclib /lib/libz.so.1 extc.ml File "extc.ml", line 106, characters 10-18: Error: Unbound value IO.input Error while running ocamlopt -a -o extc.cmxa -cclib ../ocaml/extc/extc_stubs.o -cclib /lib/libz.so.1 extc.ml

I'm on Ubuntu 9.10 karmic, 64-bit.

waneck commented 11 years ago

[comment from JPHasti...@gmail.com, published at 2010-02-18T18:22:32.000Z] Identical issue, 64-bit Mac OS X Snow Leopard - any ideas?

waneck commented 11 years ago

[comment from ncanna...@gmail.com, published at 2010-02-27T10:24:46.000Z] Fixed with latest install.ml