Skip to content

Instantly share code, notes, and snippets.

@Kakadu
Created August 7, 2013 18:03
Show Gist options
  • Save Kakadu/6176720 to your computer and use it in GitHub Desktop.
Save Kakadu/6176720 to your computer and use it in GitHub Desktop.
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen$ git clone [email protected]:pcouderc/ocp-webedit.git ocp-webedit3
Cloning into 'ocp-webedit3'...
remote: Counting objects: 1229, done.
remote: Compressing objects: 100% (543/543), done.
remote: Total 1229 (delta 702), reused 1184 (delta 657)
Receiving objects: 100% (1229/1229), 4.91 MiB | 131.00 KiB/s, done.
Resolving deltas: 100% (702/702), done.
Checking connectivity... done
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen$ cd ocp-webedit3
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3$ ./configure
Generating Makefile.config
Fatal error: no ocp-build.root file found.
You can use the -init option at the root of the project
to create the initial file.
Fatal error: no ocp-build.root file found.
You can use the -init option at the root of the project
to create the initial file.
cp: cannot stat ‘_obuild/ocp-build.root’: No such file or directory
ocp-build query: unknown option `-libdir'.
Subcommand:
ocp-build query [OPTIONS] [PACKAGES]
Query information on the global OCaml environment
Available options in this mode:
-help Display this list of options
--help Display this list of options
ocp-build query: unknown option `-libdir'.
Subcommand:
ocp-build query [OPTIONS] [PACKAGES]
Query information on the global OCaml environment
Available options in this mode:
-help Display this list of options
--help Display this list of options
Makefile.config generated
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3$ make clean
ocp-build clean
Fatal error: no ocp-build.root file found.
You can use the -init option at the root of the project
to create the initial file.
make: *** [clean-src] Error 2
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3$ make
Makefile:41: depend: No such file or directory
/bin/sh: 1: one-line: not found
make[1]: [depend] Error 127 (ignored)
make -C server
make[1]: Entering directory `/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3/server'
one-line *.ml *.mli > depend
make[1]: Leaving directory `/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3/server'
make[1]: Entering directory `/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3/server'
ocamlfind ocamlopt -thread -w @a -unsafe -inline 10000 -package threads,pcre,netplex,netcgi2,nethttpd,shell,netclient,ssl,equeue-ssl,yojson,netstring -c main.ml
ocamlfind ocamlopt -thread -w @a -unsafe -inline 10000 -package threads,pcre,netplex,netcgi2,nethttpd,shell,netclient,ssl,equeue-ssl,yojson,netstring -linkpkg main.cmx -o server.asm
make[1]: Leaving directory `/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3/server'
ocp-build build main-src
Fatal error: no ocp-build.root file found.
You can use the -init option at the root of the project
to create the initial file.
make: *** [_obuild/main-src/main-src.byte] Error 2
kakadu:/media/disk/kakadu/prog/ocaml/ocsigen/ocp-webedit3$
@david-maison
Copy link

That's because we are working with ocp-build devel version, which has not been released for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment