Hi, Last week I wasn't be able to build liqiudsoap 0.9.2-2 from source on a new/fresh install of ubuntu server 9.04. I did the following:
sudo apt-get install build-essential lame libmp3lame0 libmp3lame-dev alsa-utils sudo apt-get build-dep liquidsoap mkdir /home/user/tar wget http://downloads.sourceforge.net/project/savonet/liquidsoap/0.9.2/liquidsoap-full-0.9.2-2.tar.gz-O /home/user/tar/liquidsoap-full-0.9.2-2.tar.gz tar -xvzf /home/user/tar/liquidsoap-full-0.9.2-2.tar.gz cd liquidsoap-full-0.9.2 nano PACKAGES (remove portaudio, pulseaudio, bjack, ogg, vorbis, speex, theora, faac, faad, Video processing, Various modules) ./bootstrap ./configure --with-user=user --with-group=user make 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 make[3]: *** [ogg_demuxer.cmx] Error 2 make[3]: Leaving directory `/home/user/liquidsoap-full-0.9.2/liquidsoap-0.9.2/src' make[2]: *** [all-auto-ocaml-prog] Error 2 make[2]: Leaving directory `/home/user/liquidsoap-full-0.9.2/liquidsoap-0.9.2/src' make[1]: *** [all-subdirs] Error 2 make[1]: Leaving directory `/home/user/liquidsoap-full-0.9.2/liquidsoap-0.9.2' make: *** [all] Error 2 ----------------------------------------------- I've tested the same thing on VMware Player today with the same results. Using ubuntu server 10.04 in VMware I was enabled to use liquidsoap without problems. grts, Cees
------------------------------------------------------------------------------
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
