Hi all!
I'm trying to compile the last source (from Mercurial) on a Debian 6
box, whith PACKAGES configured as in attach.
"bootstrap" and "configure" runs fine, but I get an error when I do
"make", full log is in the also attached file "make.log".
Can someone help me? :)
Can also someone tell me if I can compile all of this with static linked
libraries? That would be easy to move the package to do many test on
different machines...
ricompilatamente,
Francesco P.
--
Francesco P. Sileno - OSCR S.r.l.
<[email protected]> - http://www.oscr.it/
Tel. +39.06.91.65.03.683 (segreteria telefonica)
Cell. +39.340.53.42.374
Fax +39.06.62.20.13.51
# Edit this file by (un)commenting the libraries that you (don't) want to
# build in order to get the corresponding features in liquidsoap.
# The default file has every dependency enabled.
# It is certain that you don't need everything.
# If you don't know why you should have something, uncomment it,
# especially if it does not build for some reason.
# It is useless to add savonet packages that are not listed below,
# like ocaml-fetch, ocaml-smbclient, etc. These are not dependencies of
# liquidsoap.
# ============================================================================
# Input/output
# ============================================================================
# Cry is the lib for streaming to icecast and compatible servers.
ocaml-cry
# AO is portable and stable, but it does only output.
ocaml-ao
# Portaudio (BROKEN) is a portable audio library with both input and output.
#ocaml-portaudio
# ALSA is only for LINUX, and is sometimes not working.
ocaml-alsa
# PulseAudio is a cross-plateform audio sound server. It is intended to
# be a single replacement for sound support under linux, windows or OSX.
# Support for pulseaudio was not intensively tested, but seems to be
# working fine (24/12/2008).
ocaml-pulseaudio
# JACK is an audio connection kit, designed for low latency
# and easy communication between audio applications.
ocaml-bjack
# ocaml-jack is DEPRECATED. However, you can still try it if you like.
#ocaml-jack
# ============================================================================
# Codecs
# ============================================================================
# MAD is for MP3 decoding.
ocaml-mad
# TAGLIB is for MP3 ID3 tag reading
ocaml-taglib
# LAME is for MP3 encoding.
ocaml-lame
# AACPLUS is for AAC+ encoding.
ocaml-aacplus
# OGG is for ogg/vorbis and ogg/theora encoding and decoding
ocaml-ogg
# VORBIS is for ogg/vorbis encoding and decoding.
# you need ocaml-ogg to enable ocaml-vorbis.
ocaml-vorbis
# SPEEX is for ogg/speex encoding and decoding
# you need ocaml-ogg to enable ocaml-speex
ocaml-speex
# THEORA is for ogg/theora encoding and decoding
# you need ocaml-ogg to enable ocaml-theora
ocaml-theora
# SCHROEDINGER is for ogg/dirac encoding and decoding
# you need ocaml-ogg to enable ocaml-schroedinger
ocaml-schroedinger
# VOAACENC is for AAC encoding.
#ocaml-voaacenc
# FAAD for AAC decoding.
ocaml-faad
# FLAC is for flac, native and/or ogg (if using ocaml-ogg)
# format decoding and encoding.
ocaml-flac
# ============================================================================
# Sound processing
# ============================================================================
# LADSPA are audio plugins providing sound effects
ocaml-ladspa
# SoundTouch is for changing pitch and tempo of sound
ocaml-soundtouch
# Samplerate is for having better quality resampling
ocaml-samplerate
# ============================================================================
# Video processing
# ============================================================================
# GAVL converts from and to many formats,
# is very efficient and has a quality setting for
# tweaking load vs. quality of the conversion.
# It is the recommended module to use with video
#ocaml-gavl
# ============================================================================
# Sound synthesis
# ============================================================================
# DSSI is a standard for synthesizer plugins
ocaml-dssi
# ============================================================================
# Various modules
# ============================================================================
# Xmlplaylist allow support for various xml format, such as rss, podcast, etc..
ocaml-xmlplaylist
# Lastfm allow support for lastfm radios and the audioscrobbler protocol
# It should be listed *after* ocaml-xmlplaylist in this file
ocaml-lastfm
# A library supporting the OSC protocol to have external controls
# such as faders
ocaml-lo
# ============================================================================
# Finally, the mandatory lib dtools, duppy and liquidsoap...
# ============================================================================
ocaml-dtools
ocaml-duppy
ocaml-mm
liquidsoap
for i in ocaml-cry ocaml-ao ocaml-alsa ocaml-pulseaudio ocaml-bjack ocaml-mad ocaml-taglib ocaml-lame ocaml-aacplus ocaml-ogg ocaml-vorbis ocaml-speex ocaml-theora ocaml-schroedinger ocaml-faad ocaml-flac ocaml-ladspa ocaml-soundtouch ocaml-samplerate ocaml-dssi ocaml-xmlplaylist ocaml-lastfm ocaml-lo ocaml-dtools ocaml-duppy ocaml-mm liquidsoap; do make -C $i || exit 1; done
make[1]: Entering directory `/usr/src/savonet/ocaml-cry'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-cry/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-cry/src'
make[3]: `cry.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-cry/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-cry/src'
make[3]: `cry.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-cry/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-cry/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-cry'
make[1]: Entering directory `/usr/src/savonet/ocaml-ao'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-ao/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ao/src'
make[3]: `libao_stubs.a' is up to date.
make[3]: `ao.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ao/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ao/src'
make[3]: `libao_stubs.a' is up to date.
make[3]: `ao.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ao/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-ao/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-ao'
make[1]: Entering directory `/usr/src/savonet/ocaml-alsa'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-alsa/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-alsa/src'
make[3]: `libalsa_stubs.a' is up to date.
make[3]: `alsa.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-alsa/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-alsa/src'
make[3]: `libalsa_stubs.a' is up to date.
make[3]: `alsa.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-alsa/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-alsa/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-alsa'
make[1]: Entering directory `/usr/src/savonet/ocaml-pulseaudio'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[3]: `libpulseaudio_stubs.a' is up to date.
make[3]: `pulseaudio.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[3]: `libpulseaudio_stubs.a' is up to date.
make[3]: `pulseaudio.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-pulseaudio/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-pulseaudio'
make[1]: Entering directory `/usr/src/savonet/ocaml-bjack'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-bjack/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-bjack/src'
make[3]: `libbjack_stubs.a' is up to date.
make[3]: `bjack.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-bjack/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-bjack/src'
make[3]: `libbjack_stubs.a' is up to date.
make[3]: `bjack.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-bjack/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-bjack/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-bjack'
make[1]: Entering directory `/usr/src/savonet/ocaml-mad'
make -C src
make[2]: Entering directory `/usr/src/savonet/ocaml-mad/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-mad/src'
make[3]: `libmad_stubs.a' is up to date.
make[3]: `mad.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-mad/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-mad/src'
make[3]: `libmad_stubs.a' is up to date.
make[3]: `mad.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-mad/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-mad/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-mad'
make[1]: Entering directory `/usr/src/savonet/ocaml-taglib'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-taglib/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-taglib/src'
make[3]: `libtaglib_stubs.a' is up to date.
make[3]: `taglib.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-taglib/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-taglib/src'
make[3]: `libtaglib_stubs.a' is up to date.
make[3]: `taglib.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-taglib/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-taglib/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-taglib'
make[1]: Entering directory `/usr/src/savonet/ocaml-lame'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-lame/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lame/src'
make[3]: `liblame_stubs.a' is up to date.
make[3]: `lame.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lame/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lame/src'
make[3]: `liblame_stubs.a' is up to date.
make[3]: `lame.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lame/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-lame/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-lame'
make[1]: Entering directory `/usr/src/savonet/ocaml-aacplus'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-aacplus/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-aacplus/src'
make[3]: `libaacplus_stubs.a' is up to date.
make[3]: `aacplus.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-aacplus/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-aacplus/src'
make[3]: `libaacplus_stubs.a' is up to date.
make[3]: `aacplus.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-aacplus/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-aacplus/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-aacplus'
make[1]: Entering directory `/usr/src/savonet/ocaml-ogg'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-ogg/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ogg/src'
make[3]: `libogg_stubs.a' is up to date.
make[3]: `ogg.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ogg/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ogg/src'
make[3]: `libogg_stubs.a' is up to date.
make[3]: `ogg.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ogg/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-ogg/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-ogg'
make[1]: Entering directory `/usr/src/savonet/ocaml-vorbis'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-vorbis/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-vorbis/src'
make[3]: `libvorbis_stubs.a' is up to date.
make[3]: `vorbis.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-vorbis/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-vorbis/src'
make[3]: `libvorbis_stubs.a' is up to date.
make[3]: `vorbis.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-vorbis/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-vorbis/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-vorbis'
make[1]: Entering directory `/usr/src/savonet/ocaml-speex'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-speex/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-speex/src'
make[3]: `libspeex_stubs.a' is up to date.
make[3]: `speex.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-speex/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-speex/src'
make[3]: `libspeex_stubs.a' is up to date.
make[3]: `speex.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-speex/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-speex/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-speex'
make[1]: Entering directory `/usr/src/savonet/ocaml-theora'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-theora/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-theora/src'
make[3]: `libtheora_stubs.a' is up to date.
make[3]: `theora.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-theora/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-theora/src'
make[3]: `libtheora_stubs.a' is up to date.
make[3]: `theora.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-theora/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-theora/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-theora'
make[1]: Entering directory `/usr/src/savonet/ocaml-schroedinger'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-schroedinger/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-schroedinger/src'
make[3]: `libschroedinger_stubs.a' is up to date.
make[3]: `schroedinger.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-schroedinger/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-schroedinger/src'
make[3]: `libschroedinger_stubs.a' is up to date.
make[3]: `schroedinger.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-schroedinger/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-schroedinger/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-schroedinger'
make[1]: Entering directory `/usr/src/savonet/ocaml-faad'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-faad/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-faad/src'
make[3]: `libfaad_stubs.a' is up to date.
make[3]: `faad.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-faad/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-faad/src'
make[3]: `libfaad_stubs.a' is up to date.
make[3]: `faad.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-faad/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-faad/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-faad'
make[1]: Entering directory `/usr/src/savonet/ocaml-flac'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-flac/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-flac/src'
make[3]: `libflac_stubs.a' is up to date.
make[3]: `flac.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-flac/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-flac/src'
make[3]: `libflac_stubs.a' is up to date.
make[3]: `flac.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-flac/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-flac/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-flac'
make[1]: Entering directory `/usr/src/savonet/ocaml-ladspa'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-ladspa/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ladspa/src'
make[3]: `libladspa_stubs.a' is up to date.
make[3]: `ladspa.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ladspa/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-ladspa/src'
make[3]: `libladspa_stubs.a' is up to date.
make[3]: `ladspa.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-ladspa/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-ladspa/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-ladspa'
make[1]: Entering directory `/usr/src/savonet/ocaml-soundtouch'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-soundtouch/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-soundtouch/src'
make[3]: `libsoundtouch_stubs.a' is up to date.
make[3]: `soundtouch.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-soundtouch/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-soundtouch/src'
make[3]: `libsoundtouch_stubs.a' is up to date.
make[3]: `soundtouch.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-soundtouch/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-soundtouch/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-soundtouch'
make[1]: Entering directory `/usr/src/savonet/ocaml-samplerate'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-samplerate/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-samplerate/src'
make[3]: `libsamplerate_stubs.a' is up to date.
make[3]: `samplerate.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-samplerate/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-samplerate/src'
make[3]: `libsamplerate_stubs.a' is up to date.
make[3]: `samplerate.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-samplerate/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-samplerate/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-samplerate'
make[1]: Entering directory `/usr/src/savonet/ocaml-dssi'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-dssi/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-dssi/src'
make[3]: `libdssi_stubs.a' is up to date.
make[3]: `dssi.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-dssi/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-dssi/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-dssi'
make[1]: Entering directory `/usr/src/savonet/ocaml-xmlplaylist'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[3]: `xmlplaylist.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[3]: `xmlplaylist.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-xmlplaylist/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-xmlplaylist'
make[1]: Entering directory `/usr/src/savonet/ocaml-lastfm'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-lastfm/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lastfm/src'
make[3]: `lastfm.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lastfm/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lastfm/src'
make[3]: `lastfm.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lastfm/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-lastfm/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-lastfm'
make[1]: Entering directory `/usr/src/savonet/ocaml-lo'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-lo/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lo/src'
make[3]: `liblo_stubs.a' is up to date.
make[3]: `lo.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lo/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-lo/src'
make[3]: `liblo_stubs.a' is up to date.
make[3]: `lo.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-lo/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-lo/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-lo'
make[1]: Entering directory `/usr/src/savonet/ocaml-dtools'
make -C src
make[2]: Entering directory `/usr/src/savonet/ocaml-dtools/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-dtools/src'
make[3]: `dtools.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-dtools/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-dtools/src'
make[3]: `dtools.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-dtools/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-dtools/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-dtools'
make[1]: Entering directory `/usr/src/savonet/ocaml-duppy'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-duppy/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-duppy/src'
make[3]: `libduppy_stubs.a' is up to date.
make[3]: `duppy.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-duppy/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-duppy/src'
make[3]: `libduppy_stubs.a' is up to date.
make[3]: `duppy.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-duppy/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-duppy/src'
make[1]: Leaving directory `/usr/src/savonet/ocaml-duppy'
make[1]: Entering directory `/usr/src/savonet/ocaml-mm'
make -C src all
make[2]: Entering directory `/usr/src/savonet/ocaml-mm/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/src'
make[3]: `libmm_stubs.a' is up to date.
make[3]: `mm.cma' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/src'
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/src'
make[3]: `libmm_stubs.a' is up to date.
make[3]: `mm.cmxa' is up to date.
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/src'
make[2]: Leaving directory `/usr/src/savonet/ocaml-mm/src'
make -C external all
make[2]: Entering directory `/usr/src/savonet/ocaml-mm/external'
for d in alsa ao mad oss; do make -C $d all; done
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/external/alsa'
make[4]: Entering directory `/usr/src/savonet/ocaml-mm/external/alsa'
make[4]: `mm.alsa.cmxa' is up to date.
make[4]: Leaving directory `/usr/src/savonet/ocaml-mm/external/alsa'
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/external/alsa'
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/external/ao'
make[4]: Entering directory `/usr/src/savonet/ocaml-mm/external/ao'
make[4]: `mm.ao.cmxa' is up to date.
make[4]: Leaving directory `/usr/src/savonet/ocaml-mm/external/ao'
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/external/ao'
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/external/mad'
make[4]: Entering directory `/usr/src/savonet/ocaml-mm/external/mad'
make[4]: `mm.mad.cmxa' is up to date.
make[4]: Leaving directory `/usr/src/savonet/ocaml-mm/external/mad'
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/external/mad'
make[3]: Entering directory `/usr/src/savonet/ocaml-mm/external/oss'
make[4]: Entering directory `/usr/src/savonet/ocaml-mm/external/oss'
make[4]: `libmm.oss_stubs.a' is up to date.
make[4]: `mm.oss.cmxa' is up to date.
make[4]: Leaving directory `/usr/src/savonet/ocaml-mm/external/oss'
make[3]: Leaving directory `/usr/src/savonet/ocaml-mm/external/oss'
make[2]: Leaving directory `/usr/src/savonet/ocaml-mm/external'
make[1]: Leaving directory `/usr/src/savonet/ocaml-mm'
make[1]: Entering directory `/usr/src/savonet/liquidsoap'
make[2]: Entering directory `/usr/src/savonet/liquidsoap/src'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/tools'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/tools'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/decoder'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/decoder'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/playlists'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/playlists'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/encoder'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/encoder'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/protocols'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/protocols'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/plugins'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/plugins'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/stream'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/stream'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/lang'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/lang'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/ogg_formats'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/ogg_formats'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/video_converters'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/video_converters'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/audio_converters'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/audio_converters'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/operators'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/operators'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/sources'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/sources'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/conversions'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/conversions'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/outputs'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/outputs'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/io'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/io'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/visualization'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/visualization'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/analyze'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/analyze'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src/synth'
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src/synth'
make[3]: Entering directory `/usr/src/savonet/liquidsoap/src'
OCAMLOPT -c outputs/graphics_out.ml
OCAMLOPT -c outputs/alsa_out.ml
OCAMLOPT -c outputs/bjack_out.ml
OCAMLOPT -c operators/insert_metadata.ml
OCAMLOPT -c operators/map_metadata.ml
OCAMLOPT -c operators/on_metadata.ml
OCAMLOPT -c operators/store_metadata.ml
OCAMLOPT -c operators/on_track.ml
OCAMLOPT -c operators/on_end.ml
OCAMLOPT -c operators/delay.ml
OCAMLOPT -c operators/switch.ml
OCAMLOPT -c operators/fade.ml
OCAMLOPT -c operators/add.ml
OCAMLOPT -c operators/sequence.ml
OCAMLOPT -c operators/cross.ml
OCAMLOPT -c operators/smartcross.ml
OCAMLOPT -c operators/compress_exp.ml
OCAMLOPT -c operators/pitch.ml
OCAMLOPT -c operators/fir_filter.ml
OCAMLOPT -c operators/iir_filter.ml
OCAMLOPT -c operators/biquad_filter.ml
OCAMLOPT -c operators/map_op.ml
OCAMLOPT -c operators/flanger.ml
OCAMLOPT -c operators/comb.ml
OCAMLOPT -c operators/compress.ml
OCAMLOPT -c operators/clip.ml
OCAMLOPT -c operators/filter.ml
OCAMLOPT -c operators/setvol.ml
OCAMLOPT -c operators/normalize.ml
OCAMLOPT -c operators/echo.ml
OCAMLOPT -c operators/append.ml
OCAMLOPT -c operators/pan.ml
OCAMLOPT -c operators/ms_stereo.ml
OCAMLOPT -c operators/dyn_op.ml
OCAMLOPT -c operators/soundtouch_op.ml
OCAMLOPT -c operators/st_bpm.ml
OCAMLOPT -c operators/video_effects.ml
OCAMLOPT -c operators/video_fade.ml
OCAMLOPT -c operators/ladspa_op.ml
OCAMLOPT -c operators/noblank.ml
OCAMLOPT -c operators/compand.ml
OCAMLOPT -c operators/mixing_table.ml
OCAMLOPT -c operators/prepend.ml
OCAMLOPT -c operators/midi_routing.ml
OCAMLOPT -c operators/time_warp.ml
OCAMLOPT -c operators/resample.ml
OCAMLOPT -c operators/video_image.ml
OCAMLOPT -c operators/chord.ml
OCAMLOPT -c encoder/wav_encoder.ml
OCAMLOPT -c encoder/external_encoder.ml
OCAMLOPT -c encoder/lame_encoder.ml
OCAMLOPT -c encoder/flac_encoder.ml
OCAMLOPT -c encoder/aacplus_encoder.ml
OCAMLOPT -c encoder/ogg_encoder.ml
OCAMLOPT -c ogg_formats/speex_encoder.ml
OCAMLOPT -c ogg_formats/vorbis_encoder.ml
OCAMLOPT -c ogg_formats/theora_encoder.ml
OCAMLOPT -c ogg_formats/ogg_flac_encoder.ml
OCAMLOPT -c ogg_formats/dirac_encoder.ml
OCAMLOPT -c io/alsa_io.ml
OCAMLOPT -c io/oss_io.ml
OCAMLOPT -c io/pulseaudio_io.ml
OCAMLOPT -c io/portaudio_io.ml
OCAMLOPT -c io/udp_io.ml
OCAMLOPT -c analyze/analyze_rms.ml
OCAMLOPT -c playlists/playlist_basic.ml
OCAMLOPT -c playlists/playlist_xml.ml
OCAMLOPT -c visualization/vumeter.ml
OCAMLOPT -c visualization/vis_volume.ml
OCAMLOPT -c visualization/midimeter.ml
OCAMLOPT -c visualization/video_volume.ml
OCAMLOPT -c synth/keyboard.ml
OCAMLOPT -c synth/synth_op.ml
OCAMLOPT -c synth/dssi_op.ml
OCAMLOPT -c decoder/wav_decoder.ml
OCAMLOPT -c decoder/midi_decoder.ml
OCAMLOPT -c decoder/external_decoder.ml
OCAMLOPT -c decoder/flac_decoder.ml
OCAMLOPT -c decoder/aac_decoder.ml
OCAMLOPT -c decoder/ogg_decoder.ml
OCAMLOPT -c decoder/mp3.ml
OCAMLOPT -c decoder/vorbisduration.ml
OCAMLOPT -c decoder/flacduration.ml
OCAMLOPT -c decoder/ogg_flac_duration.ml
OCAMLOPT -c decoder/taglib_plug.ml
OCAMLOPT -c decoder/metadata_decoder.ml
OCAMLOPT -c lang/lang_builtins.ml
OCAMLOPT -c lang/builtins_lo.ml
OCAMLOPT -c lang/builtins_magic.ml
OCAMLOPT -c lang/builtins_lastfm.ml
OCAMLOPT -c lang/builtins_cry.ml
OCAMLOPT -c main.ml
OCAMLOPT -o liquidsoap
/usr/src/savonet/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): In function `ocaml_st_bpm_make':
soundtouch_stubs.cc:(.text+0x642): undefined reference to `BPMDetect::BPMDetect(int, int)'
/usr/src/savonet/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): In function `ocaml_st_bpm_putsamples_ni':
soundtouch_stubs.cc:(.text+0x815): undefined reference to `BPMDetect::inputSamples(float*, int)'
/usr/src/savonet/liquidsoap/../ocaml-soundtouch/src/libsoundtouch_stubs.a(soundtouch_stubs.o): In function `ocaml_st_bpm_get_bpm':
soundtouch_stubs.cc:(.text+0x865): undefined reference to `BPMDetect::getBpm()'
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
make[3]: *** [liquidsoap] Error 2
make[3]: Leaving directory `/usr/src/savonet/liquidsoap/src'
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory `/usr/src/savonet/liquidsoap/src'
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory `/usr/src/savonet/liquidsoap'
make: *** [all] Error 1
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users