Hi! The error below seems to indicate that you have an incomplete configuration. I'd suggests going back to: ./configure make clean make >From the top-level.
Concerning the dynlink problem, it is a known issue. I have committed a fix for it yesterday which is in the latest hg default branch. However, I am not yet sure that it covers all cases (ocamlfind might detect the module even though it is not available for native compilation) so if you get a chance to try the latest hg, I'd be happy to know whether it is fixed for you or not.. Same goes to any reader here that had this issue with beta2(.1) :-) Romain 2011/8/3 FORUM NUMERIZIK <[email protected]>: > Hello > > I have this error now : > > make[1]: Entering directory `/home/liquid/savonet/ocaml-mm' > make -C src all > make[2]: Entering directory `/home/liquid/savonet/ocaml-mm/src' > make[3]: Entering directory `/home/liquid/savonet/ocaml-mm/src' > make[3]: `libmm_stubs.a' is up to date. > make[3]: `mm.cma' is up to date. > make[3]: Leaving directory `/home/liquid/savonet/ocaml-mm/src' > make[3]: Entering directory `/home/liquid/savonet/ocaml-mm/src' > make[3]: `libmm_stubs.a' is up to date. > make[3]: `mm.cmxa' is up to date. > make[3]: Leaving directory `/home/liquid/savonet/ocaml-mm/src' > make[2]: Leaving directory `/home/liquid/savonet/ocaml-mm/src' > make[1]: Leaving directory `/home/liquid/savonet/ocaml-mm' > make[1]: Entering directory `/home/liquid/savonet/liquidsoap' > Makefile.rules:9: Makefile.defs: No such file or directory > make[1]: *** No rule to make target `Makefile.defs'. Stop. > make[1]: Leaving directory `/home/liquid/savonet/liquidsoap' > make: *** [all] Error 1 > > Can you help me ? > > Thanks ! > > -----Message d'origine----- > De : Romain Beauxis [mailto:[email protected]] > Envoyé : mardi 2 août 2011 17:08 > À : [email protected] > Cc : FORUM NUMERIZIK; [email protected] > Objet : Re: [Savonet-users] Install problem with svn8272 > > 2011/8/1 David Baelde <[email protected]>: >> About the second error "Unbound value Dynlink.is_native" this is >> because you have a too old version of ocaml (the previous warning is >> related, too). We have some code for compatibility but it appears to >> fail. This was reported a while ago, but we didn't find out the >> problem as far as I remember. Anyway, if you can upgrade to ocaml 3.12 >> (or maybe even 3.11) you'll be fine. > > I will fix that for the next beta, I was too bold and skiped the detection > test for dynlink... > > > Romain > > ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
