Hi, The problem comes from the fact that it tries to use the ocaml-speex installed on your system, which was compiled with a different version of ocaml-ogg. You can either remove the libspeex-ocaml-dev package or add ocaml-speex to your PACKAGES.
++ Sam. On Fri, Jul 5, 2013 at 6:08 PM, daslicht <[email protected]> wrote: > Hello, > I am currently trying to compile LS myself under Ubuntu. > > Essentially I am following this guide: > > > http://blog.xtradio.org/2013/01/how-to-install-liqudisoap-with-icecast2-integration-on-a-debian-system-basic-radio-howto/ > > here is my PACKAGES: > > ocaml-cry > ocaml-mad > ocaml-taglib > ocaml-lame > ocaml-ogg > ocaml-vorbis > ocaml-samplerate > ocaml-soundtouch > ocaml-dtools > ocaml-duppy > ocaml-mm > liquidsoap > > > ./configure --with-user=radio --with-group=radio --disable-graphics > is working ! but "make " results in: > > File "ogg_formats/speex_encoder.ml", line 1, characters 0-1: > Error: The files /usr/lib/ocaml/speex/speex.cmi > and > /home/radio/liquidsoap-1.1.1-full/liquidsoap-1.1.1/../ocaml-ogg-0.4.5/src/ogg.cmi > make inconsistent assumptions over interface Ogg > make[3]: *** [ogg_formats/speex_encoder.cmx] Error 2 > make[3]: Leaving directory > `/home/radio/liquidsoap-1.1.1-full/liquidsoap-1.1.1/src' > make[2]: *** [all-auto-ocaml-prog] Error 2 > make[2]: Leaving directory > `/home/radio/liquidsoap-1.1.1-full/liquidsoap-1.1.1/src' > make[1]: *** [all-subdirs] Error 2 > make[1]: Leaving directory > `/home/radio/liquidsoap-1.1.1-full/liquidsoap-1.1.1' > make: *** [all] Error 1 > > > Any idea? > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
