OCamlPro / ocaml-top

A simple cross-platform OCaml code editor built for top-level evaluation.
http://typerex.org/ocaml-top.html
GNU General Public License v3.0
64 stars 8 forks source link

ocp-build -init: unknown option `-scan'. #50

Closed sidkshatriya closed 10 years ago

sidkshatriya commented 10 years ago

While compiling ocam-top I get the following ocp-build error.

Please help!

===== ERROR while installing ocaml-top.1.1.2 =====
# opam-version 1.1.2
# os           darwin
# command      ocp-build -init -scan
# path         /Users/Sidharth/.opam/system/build/ocaml-top.1.1.2
# compiler     system (4.01.0)
# exit-code    2
# env-file     /Users/Username/.opam/system/build/ocaml-top.1.1.2/ocaml-top-73489-ffb3fd.env
# stdout-file  /Users/Username/.opam/system/build/ocaml-top.1.1.2/ocaml-top-73489-ffb3fd.out
# stderr-file  /Users/Username/.opam/system/build/ocaml-top.1.1.2/ocaml-top-73489-ffb3fd.err
### stderr ###
# ocp-build -init: unknown option `-scan'.
# Command:
#   ocp-build -init [OPTIONS] 
# 
# Set the root of a project.
# 
# Available options in this mode:
#   -help  Display this list of options
#   --help  Display this list of options
AltGr commented 10 years ago

dup of #48