ocsigen / ocsimore

A wiki in Eliom.

Home Page:http://ocsigen.org/ocsimore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

./configure fails

btbytes opened this issue · comments

$ ./configure 
./setup.exe -configure 
ocamlfind: Package `eliom.server.ext' not found
W: Field 'pkg_eliom_server_ext' is not set: Command ''/home/pradeep/.opam/4.00.1/bin/ocamlfind' query -format %d eliom.server.ext > '/tmp/oasis-410a18.txt'' terminated with error code 2
E: Cannot find findlib package eliom.server.ext
E: Failure("1 configuration error")
make: *** [configure] Error 1

Eliom is installed:

$ opam install eliom
[NOTE] Package eliom is already installed (current version is 4.0.0).
commented

Ocsimore is only compatible with the latest version of eliom. I mean the devel version.
The devel version is accessible through opam after having doing:

opam remote add ocsigendev https://github.com/ocsigen/opam-ocsigen

Thank you. I'm closing the ticket.