Hi!

Le 14 septembre 2011 12:48, McCurly <em...@mccurly.de> a écrit :
> Am 14.09.2011 13:32, schrieb Samuel Mimram:
>
> On Wed, Sep 14, 2011 at 1:11 PM, McCurly <em...@mccurly.de> wrote:
>>
>> Am 14.09.2011 11:25, schrieb Samuel Mimram:
>>
>> Hi,
>>
>> On Tue, Sep 13, 2011 at 10:26 PM, McCurly <em...@mccurly.de> wrote:
>>>
>>> On Fri, Sep 2, 2011 at 9:44 AM, David Baelde <david.bae...@gmail.com>
>>> wrote:
>>> >> For now, you can avoid the erroneous detection of the Graphics module
>>> >> by passing --disable-graphics at configure.
>>> > Oops, turns out this doesn't work, as pointed out earlier:
>>> >   http://dev.sourcefabric.org/browse/LS-558
>>> >
>>> > I'll describe another workaround there...
>>> *push* news?
>>
>> You can either use the workaround provided by David at the url above, or
>> use the latest version of liq (I just commited a fix, make sur to boostrap
>> and configure again).
>>
>> ++
>>
>> Sam.
>>
>> thx sam.
>> it works now.
>> but i must mention another problem, i noticed on beta 2.1, 3 and svn: if
>> not useing theora in PACKAGES it complains about
>>
>> File "ogg_formats/theora_encoder.ml", line 71, characters 4-240:
>> Error: Unbound record field label Theora.Encoder.keyframe_frequency
>>
>> i dont want to use any graphics/video, so i intentionally left theora in
>> PACKAGES commented out. configureing with theora+ --disable-graphics works
>> out. thats weired.
>>
>> so youve got to install libtheora-ocaml-dev if you only want to use audio?
>> could that be right?
>
> My guess is that you have an old version of libtheora-ocaml-dev installed on
> your system. I have just tightened the required version for theora in the
> configure. Could you test if it works now? Alternatively you can use
> configure --without-theora.
>
> ++
>
> Sam.
>
> well, no. it still complains about ogg_formats. there is no way to compile
> without libtheora-ocaml-dev. as i now reread the docs: theora libs are
> essential?
> anyway, now, as i know there's obviousely a need for the theora libs i can
> compile everything, allthough i wont use theora. thx 4 your assistance...

Of course, not. Theora is not mandatory. Mandatory libs for building
liquidsoap are:
 * pcre-ocaml
 * ocaml-duppy
 * ocaml-dtools
 * ocaml-mm
Only the first one is not provided by us. Additionally, we strongly
recommend the following two libs:
 * ocaml-magic, for automated file format detection
 * camomile, for string format detection/conversion

Your problem comes probably, as Sam explained, from an inconsistency
in the ocaml-theora version used when building liquidsoap. Could you
try the following command line:
  ocamlfind query theora
This should indicate the location of the theora binding detected when
configuring your build, provided you already disabled it in your
PACKAGES file.

Romain

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to