私は32ビットアーキテクチャを採用しているので、ソースからopaをビルドする必要があります。ソースからビルド中のエラー
設定が正常に動作します:
./configure -ocamlopt /opt/opa/bin/ocamlopt.opt -ocamlfind /opt/opa/bin/ocamlfind
Checking your OS... Linux
Checking your architecture... ix86
Checking ocamlopt... /opt/opa/bin/ocamlopt.opt
Checking ocamlbuild... /opt/opa/bin/ocamlbuild
Checking ocamldir... /opt/opa/lib/ocaml
Checking ocaml version... 3.12.0
Checking your ocaml setup... 3.12.0, Unix 32bit
Checking for camlp4... /opt/opa/bin/camlp4o
Checking for perl 5... found
Checking for camlidl... /opt/opa/bin/camlidl
Checking libnatpmp... /opt/opa/lib/ocaml/libnatpmp.a, OK
Checking miniupnpc... /opt/opa/lib/ocaml/libminiupnpc.a, OK
Checking for ocamlfind... /opt/opa/bin/ocamlfind
Checking for ssl... ocamlfind:/opt/opa/lib/ocaml/ssl, OK
Checking for cryptokit... +cryptokit, OK
Checking for camlzip... +camlzip, OK
Checking for graph... +ocamlgraph, OK
Checking for ulex... +ulex, OK
Congrats, you're all set. Installation will be done in:
/usr/local
リターンを行います
が作る
Ocamlbuild plugin generation
_build/myocamlbuild -no-プラグイン-j 6タグのデバッグpplib/ppml.native ocamlbase.top libbase/ocamlbase database/database_server.native jslang/jsstat.native database/database_to ol.native opatop/opatop.native PASSLIB/opatrack.sh qmlcompilers/qmljs_exe.native compilerlib/opadep.sh opabsl/opabslgen.bypassツール/ odep.native libbase/testfilepos.native opabsl/serverLib.cmiツール/ odeplink。ネイティブ プロトコル/ genproto.native libbase/bslServerLib.ml opalang/opa2opa.nativeプロトコル/ mlidl.native ツール/ jschecker/compiler.jarツール/ ofile.native プロトコル/ wsdl2ml.native普及/ spawn.sh OPA /メイン.native bash_completion opadoc/opadoc.native pplib/ppopa.native pplib/ppjs.native libbase/gen_platform teerex/trx_ocaml.native teerex/trx_interpreter.native libbsl/bslregister.native libbsl/bslbrowser.native libbsl/bslbrowser PASSLIB /passdesign.native OPA-packages.stamp
+ /opt/opa/bin/ocamldep.opt -pp '/opt/opa/bin/camlp4o -I +ulex pa_ulex.cma pr_o.cmo' -modules libbase/indexer.ml > libbase/indexer.ml.depends
Camlp4: Uncaught exception: DynLoader.Error ("pa_ulex.cma", "file not found in path")
Preprocessing error on file libbase/indexer.ml
Command exited with code 2.
Compilation unsuccessful after building 208 targets (204 cached) in 00:00:04.
make: *** [all] Erreur 10
32ビットのLinuxマシンでソースからビルドできました。私はOCaml 3.12をインストールしていないので、dependencies/installation_helper.sh - 依存関係をインストールするためのREADMEに示唆されているように助けてくれました。 – aneccodeal
aneccodeal:私もinstallation_helper.shを使っていましたが、 "make"中にこのエラーがありました... – deep