savonet / liquidsoap-full

[DEPRECATED] Former main repository with all in-house bindings
GNU General Public License v2.0
49 stars 26 forks source link

not build in FreeBSD #16

Open panaceya opened 8 years ago

panaceya commented 8 years ago

Hello!

./configure step failed

make: don't know how to make /configure. Stop

make: stopped in /tmp/liquidsoap

****** Configuring ocaml-cry

10.2-RELEASE-p7

PS: port also now making;(

smimram commented 8 years ago

Are you compiling from git? If so, did you do ./bootstrap first?

panaceya commented 8 years ago

yes, i compile from git, and run ./bootsrtrap first.

5nake commented 8 years ago

It's looks like you using bsd make instead gmake(Makefile created for gmake). I had the same problem. I've installed gmake and created symlink (ln -s /usr/local/bin/gmake /usr/bin/make, previously moved original make - mv /usr/bin/make /usr/bin/make.orig) and compilation is successful

dkossako commented 7 years ago

I'm not sure whether is it make/gmake related trouble while configure files don't exists, there are only configure.ac in all submodules. Or liquidsoap's scripts ignores MAKE= variable.