我有一個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 -tag調試pplib/ppml.native ocamlbase.top libbase/ocamlbase數據庫/ database_server.native jslang/jsstat.native數據庫/ 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,所以我運行:依賴/ installation_helper.sh --help,如README中建議的那樣安裝依賴項。 – aneccodeal
aneccodeal:我也使用了installation_helper.sh,但我在「make」期間出現了這個錯誤... – deep