Hi Thomas,
Thomas Petazzoni wrote:
Hello,
Stefano Zacchiroli wrote:
My question was more : � Should I add libequeue-ocaml-dev as Depends: in the librpc-ocaml-dev ? �.
Yes:
I have just tested and uploaded version 0.4.1-7 of camlrpc with adds dependency on libequeue-ocaml-dev. The rpc library now successfully loads inside a sane environnement.
Samuel, can you please review and eventually upload this new version ?
I've tried to build your package but...
make[2]: Entering directory `/home/smimram/work/gnu/pkg-ocaml-maint/other/camlrpc/trunk/camlrpc-0.4.1/src/rpc-over-http'
mkdir ../../doc/api/rpc-over-http
ocamlfind ocamldoc -package "equeue,unix,netclient,rpc" -html -d ../../doc/api/rpc-over-http *.mli
ocamlfind: Package `rpc' not found
make[2]: *** [doc] Error 2
ocamlfind cannot find the package rpc since it is not installed when it is being built. You have to add it to ocamlfind ocamldoc "by hand" (i.e. specify the *.mli and add an explicit -I).
Regards,
Samuel.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

