Hello, I'm new to liquidsoap and I tried to compile the sources. So my steps where:
sudo apt-get install automake autoconf sudo apt-get install libtool shtool autogen sudo apt-get install ocaml git clone https://github.com/savonet/liquidsoap.git cd liquidsoap autoconf here I get the following error: -----------------start------------------------------------ configure.ac:146: error: possibly undefined macro: AC_CHECK_OCAML_COMPILERS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:284: error: possibly undefined macro: AC_CHECK_OCAML_BINDING autoreconf: /usr/bin/autoconf failed with exit status: 1 ------------------end------------------------------------- when I try to run ./configure I got the following error: -----------------start------------------------------------ ./configure: line 3722: syntax error near unexpected token `OS_TYPE=`$OCAMLFIND ocamlc -config | grep os_type | tr -d ' ' | cut -d':' -f 2`' ./configure: line 3722: `OS_TYPE=`$OCAMLFIND ocamlc -config | grep os_type | tr -d ' ' | cut -d':' -f 2`' ------------------end------------------------------------- the part in configure looks like this: -----------------start------------------------------------ 3719: AC_CHECK_OCAML_COMPILERS() 3720: 3721: # Check for OS 3722: OS_TYPE=`$OCAMLFIND ocamlc -config | grep os_type | tr -d ' ' | cut -d':' -f 2` ------------------end------------------------------------- So I assume that the error is cased by the AC_CHECK_OCAML_COMPILERS() - Problem. I'm running a ubuntu 15.04. regards Chris ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
