Hi,

I'm glad you made some progress.

2011/1/14 Tarkan Kaya <tarkan.k...@gmail.com>:
> apt-get install autoconf
> apt-get install automake
> apt-get install gcc
> apt-get install ocaml
> apt-get install ocaml-dev
> apt-get install ocaml-findlib
> apt-get install libao-dev
> apt-get install pkg-config
> apt-get install libmad-ocaml-dev
> apt-get install libtaglib-ocaml-dev
> apt-get install libmp3lame-dev
> apt-get install libogg-ocaml-dev
> apt-get install libvorbis-ocaml-dev
> apt-get install libspeex-ocaml-dev
> apt-get install libtheora-ocaml-dev
> apt-get install libsoundtouch-ocaml-dev
> apt-get install libsamplerate-ocaml-dev
> apt-get install libgavl-ocaml-dev
> apt-get install libxmlm-ocaml-dev
> apt-get install libpcre-ocaml-dev
> apt-get install libocamlnet-ocaml-dev

Thanks for the list. Note however that if you're building
liquidsoap-full you don't need the libX-ocaml-dev except for xmlm,
pcre and ocamlnet. But you still need the corresponding C lib
(libX-dev) which comes as a dependency, so this was still useful
somehow.

> `/root/liquidsoap-full-1.0.0-beta1/ocaml-soundtouch-0.1.5/src'
> g++ -c     -DPIC -I/usr/include/soundtouch   -fPIC -Wall -DCAML_NAME_SPACE \
>                                 -I'/usr/lib/ocaml' \
>                                 soundtouch_stubs.cc -o soundtouch_stubs.o

Sounds like the configure script from soundtouch didn't check for the
C++ compiler. We need to fix the configure, but in the meantime you
can: apt-get install g++, or remote soundtouch from your PACKAGES and
reconfigure and make.

Hope this helps,
-- 
David

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to