Hello For this error it's ok but i have this error again.
OCAMLOPT -c tools/dyntools.ml File "tools/dyntools.ml", line 28, characters 5-22: Unbound value Dynlink.is_native make[3]: *** [tools/dyntools.cmx] Error 2 make[3]: Leaving directory `/root/savonet/liquidsoap/src' make[2]: *** [all-auto-ocaml-prog] Error 2 make[2]: Leaving directory `/root/savonet/liquidsoap/src' make[1]: *** [all-subdirs] Error 2 make[1]: Leaving directory `/root/savonet/liquidsoap' make: *** [all] Error 1 What's your distribution ? Debian ? if yes, what's your pre-requesites ? -----Message d'origine----- De : Martin Hamant [mailto:[email protected]] Envoyé : lundi 8 août 2011 13:41 À : FORUM NUMERIZIK Cc : [email protected] Objet : Re: [Savonet-users] Install from HG Le 08/08/2011 13:16, Martin Hamant a écrit : > > > Le 08/08/2011 10:11, Martin Hamant a écrit : >>> File "outputs/graphics_out.ml", line 35, characters 4-23: >>> Unbound value Graphics.open_graph >> >> Same error for me ! > > I solved this first error by installing libcamlimages-ocaml-dev package > > Next error is: > > [...] > OCAMLOPT -c decoder/aac_decoder.ml > OCAMLOPT -c decoder/ogg_decoder.ml > OCAMLOPT -c decoder/mp3.ml > OCAMLOPT -c decoder/vorbisduration.ml > OCAMLOPT -c decoder/taglib_plug.ml > OCAMLOPT -c shebang.ml > OCAMLOPT -c lang/lang_builtins.ml > File "lang/lang_builtins.ml", line 1834, characters 33-39: > Error: Unbound constructor System > make[3]: *** [lang/lang_builtins.cmx] Erreur 2 > make[3]: quittant le répertoire « /home/martin/savonet/liquidsoap/src » > make[2]: *** [all-auto-ocaml-prog] Erreur 2 > make[2]: quittant le répertoire « /home/martin/savonet/liquidsoap/src » > make[1]: *** [all-subdirs] Erreur 2 > make[1]: quittant le répertoire « /home/martin/savonet/liquidsoap » > make: *** [all] Erreur 1 > I think I found the bug. Around specified line (1834), there are two occurrences of "cat:System". Replace that by cat:Sys and the build should finish. ------------------------------------------------------------------------------ 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
