Hi Luciano, Luciano A. Ferrer wrote: > I have recompiled all the *ocaml* packages... but now I have this error: > http://pastebin.ca/1353520
First, let me extract the relevant bit of your log. I appreciate the detailed log in the pastebin cause it's sometimes useful, but feel free to post the last few lines in your mail: it's often enough and it makes for a better mail archive (in three months the pastebin will have been cleaned). [Compiling liquidsoap...] OCAMLC -c ogg_demuxer.ml File "ogg_demuxer.ml", line 77, characters 52-58: Error: This expression has type int but is here used with type nativeint make[2]: *** [ogg_demuxer.cmx] Error 2 Seems like you progressed :) The new error sounds like an inconsistency between liquidsoap and ocaml-ogg (not an ocaml lib installed in your system, but one that is included in savonet). Are those two up-to-date and freshly recompiled? When in doubt, just make clean and make again from the toplevel savonet directory (the one where liquidsoap and ocaml-ogg are). Hope that helps, David ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
