Hi Samuel,

Thanks for your answer!

I downloaded the liquidsoap-full-1.0.0-beta1.tar.bz2 from sourceforge to use a 
"milestone" labeled version for our production environment. Additionally I had 
to apt-get install the packages listed at the attachment to get the installation run 
through. The list of required packages I built when installing version 0.9.2. As I 
remember I compiled it using AO. So you are right: libao-ocaml-dev was installed before.

As I understand at the workshop, the packages shipped with liquidsoap-full are 
only the glue between 3rd party libraries and liquidsoap. Am I right that if I 
would have build directly from SVN, I had to install these libraries, too ?

Currently we use Ubuntu 10.04 LTS, I hope these libs are maintained for a while 
so we can use liquidsoap for the next years with this distribution. Is there a 
better way to get the right versions of the 3rd party libraries (only those 
which I need for my current PACKAGE configuration)? Do you know any other 
applications that use packages like libao-ocaml-dev or can I remove them 
without getting in trouble?

Btw., I have the same problem as described in another thread with installing 
FAAC, maybe that's also related to the same issue of bindings to libs not 
shipped with liquidsoap. Anyway we don't use it currently, so its no problem 
for me.

In general I just ask for understanding the installation process. I can cope 
with the installation as I did before.
But maybe there is just a better way to find the right packages to be installed 
which I don't know..

BR, Peter

Am 25.10.2010 16:20, schrieb Samuel Mimram:
Hi,

On Fri, Oct 22, 2010 at 12:27 AM, peter retep<[email protected]>  wrote:

i just wanted to compile for tomorows workshop
and found out that I cant compile 1.0.0 beta1 at Ubuntu 10.04
without enabling AO at PACKAGES file.
I enabled AO and now it works...

I think that this is due to the fact that you had the libao-ocaml-dev
package installed (you don't need it since you are building from svn): the
configure detected the old version installed by the package and was trying
to build with it.


I am looking forward to see you tomorrow at the workshop.

It was nice meeting you ;)

Cheers,

Sam.


#download and decompres
wget http://sourceforge.net/projects/savonet/files/liquidsoap/1.0.0-beta1/liquidsoap-full-1.0.0-beta1.tar.bz2
bunzip2 liquidsoap-full-1.0.0-beta1.tar.bz2 
tar -xvf liquidsoap-full-1.0.0-beta1.tar
cd liquidsoap-full-1.0.0-beta1

#apply patch
cd ./ocaml-alsa-0.2.0/src/
cp alsa_stubs.c alsa_stubs.c.orig
patch < alsa_err_overflow.patch 

#install
sudo apt-get install autoconf
sudo apt-get install g++

cd ../..

 ./bootstrap 
*** bootstraping ocaml-cry-0.1.5
*** bootstraping ocaml-ao-0.2.0
*** bootstraping ocaml-alsa-0.2.0
*** bootstraping ocaml-pulseaudio-0.1.1
*** bootstraping ocaml-mad-0.4.0
*** bootstraping ocaml-taglib-0.1.3
*** bootstraping ocaml-lame-0.2.4
*** bootstraping ocaml-ogg-0.4.1
*** bootstraping ocaml-vorbis-0.5.1
*** bootstraping ocaml-theora-0.2.0
*** bootstraping ocaml-faac-0.1.2
*** bootstraping ocaml-faad-0.1.3
*** bootstraping ocaml-ladspa-0.1.2
*** bootstraping ocaml-soundtouch-0.1.5
*** bootstraping ocaml-samplerate-0.1.1
*** bootstraping ocaml-xmlplaylist-0.1.2
*** bootstraping ocaml-dtools-0.2.0
*** bootstraping ocaml-duppy-0.3.2
*** bootstraping liquidsoap-1.0.0-beta1

sudo apt-get install festival
sudo apt-get install libmagic-ocaml-dev
sudo apt-get install libcamomile-ocaml-dev
sudo apt-get install libxml-light-ocaml-dev
sudo apt-get install ocaml-compiler-libs
sudo apt-get install libfindlib-ocaml
sudo apt-get install libfindlib-ocaml-dev

sudo apt-get install libao-ocaml-dev
sudo apt-get install libasound2-dev
sudo apt-get install libpulse-ocaml-dev
sudo apt-get install libmad-ocaml-dev
sudo apt-get install libtaglib-ocaml-dev
sudo apt-get install liblame0
sudo apt-get install libmp3lame-dev
sudo apt-get install libogg-ocaml-dev
#sudo apt-get install libfaac-dev 
#sudo apt-get install libfaad-dev 
sudo apt-get install libvorbis-ocaml-dev
sudo apt-get install libtheora-ocaml-dev
sudo apt-get install libladspa-ocaml-dev
sudo apt-get install libsoundtouch-ocaml-dev
sudo apt-get install libsamplerate-ocaml-dev
sudo apt-get install libxmlplaylist-ocaml-dev
sudo apt-get install libdtools-ocaml-dev
sudo apt-get install libduppy-ocaml-dev

 ./configure --enable-debugging

make
make install



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to