2011/8/8 Martin Hamant <[email protected]>: > > > 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.
Indeed.. These are two stupid category changes I committed, luckily, after 1.0.0 beta3.. Fixed in HG now, thanks! 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
