Hi ! Le jeudi 13 mai 2010 07:15:25, Cees van Egmond a écrit : > Then during the make the following error occurred: > > ----------------------------------------------- > > OCAMLC -c ogg_demuxer.ml > File "ogg_demuxer.ml", line 77, characters 52-58: > This expression has type int but is here used with type nativeint
I believe the issue is caused by an incompatible version of ocaml-ogg. Do you have a system-wide ocaml-ogg installed ? If so then even if you disable it in PACKAGE, liquidsoap's configure will detect the system's ocaml-ogg and enable its compilation. Then because your system's ocaml-ogg is older than the one shipped with liquidsoap 0.9.2, it will fail to compile with it. If ocaml-ogg is installed through some packages (libogg-ocaml/libogg-ocaml-dev in Debian/Ubuntu), the simply remove them. If it is installed manually, you can run: ocamlfind remove ogg Romain ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
