Hello, I'm trying to compile DemExp 0.4 with CDuce 0.3.9, but I'm facing a compilation problem. The compilation process stalls at:
ocamlfind ocamlopt -linkpkg -c -package "rpc str" -package "cduce pxp-engine pxp-lex-utf8 pcre netstring netclient ulex equeue threads num" -I srv -I net -I lib -I bitv-0.5 -I +camlp4 -thread -I srv -I net -I lib -I bitv-0.5 -pp "cdo2ml -static" -impl srv/xml.cdo and doesn't progress anymore. Running the command with strace shows that it's waiting for a child to finish: $ strace ocamlfind.... [...] clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e810c8) = 940 waitpid(940, Process 940 is the ocamlopt process : thomas 940 0.0 0.4 3568 2164 pts/1 S+ 19:03 0:00 /usr/bin/ocamlrun /usr/bin/ocamlopt [...] Any idea ? Maybe the preprocessor cdo2ml is broken ? For those who want to try the compilation with CDuce 0.3.9, Debian packages for stable, testing and unstable are available on my Debian repository (http://thomas.enix.org/pub/debian/packages, as usual). I have two Lintian warnings left after what CDuce 0.3.9 might get uploaded into Debian. Sincerly, Thomas -- PETAZZONI Thomas - [EMAIL PROTECTED] http://thomas.enix.org - Jabber: [EMAIL PROTECTED] KOS: http://kos.enix.org/ - SOS: http://sos.enix.org Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E 1624 F653 CB30 98D3 F7A7
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Demexp-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/demexp-dev
