2013/2/26 Rob Canning <r...@spc.org>:
> On 02/27/2013 02:51 AM, Romain Beauxis wrote:
>> Hi Rob,
>>
>> 2013/2/26 Rob Canning <r...@spc.org>:
>>> hi,
>>> was trying compiling latest git
>>> but got
>>> OCAMLOPT -c io/gstreamer_io.ml
>>> File "io/gstreamer_io.ml", line 33, characters 4-32:
>>> Error: Unbound constructor Element.State_change_success
>>> make[3]: *** [io/gstreamer_io.cmx] Error 2
>>>
>>> so tried to compile the ocaml-gstreamer and got this:
>>>
>>> Installing library with ocamlfind
>>> ocamlfind install  gstreamer META gstreamer.mli gstreamer.cmi
>>> gstreamer.cma gstreamer.cmxa gstreamer.cmx gstreamer.a
>>> libgstreamer_stubs.a dllgstreamer_stubs.so
>>> ocamlfind: Package gstreamer is already installed
>>>    - (file /usr/local/lib/ocaml/3.12.1/gstreamer/META already exists)
>>> make[1]: *** [libinstall] Error 2
>>> make[1]: Leaving directory `/home/rob/liquidsoap/ocaml-gstreamer/src'
>>> make: *** [install] Error 2
>>> rob@encoder:~/liquidsoap/ocaml-gstreamer$
>> You need to remove the package already installed prior to installing
>> the new one. Based on your logs, it seems that this module was
>> installed by a package manager such as apt-get/dpkg on debian-based
>
> this is what it looks like but i already tried this
> Package 'libgstreamer-ocaml-dev' is not installed, so not removed
> i compiled this ocaml-gstreamer a couple of weeks ago without this problem
> not sure...

Hmm, weird.

In any case you should be able to compile from liquidsoap-full using
the local ocaml-gstreamer there even with a global one installed..
Make sure that:
* Un-comment ocaml-gstreamer in your PACKAGES file
* Run make bootstrap, ./configure, make clean and finally make.

If you follow these steps, liquidsoap's configuration script should
pick up ocaml-gstreamer from the local directory instead of the global
module.

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to