On Jun 23, 2011 at 10:09, Olle E. Johansson oej@edvina.net wrote:
Building Kamailio from GIT on FreeBSD 7.1 this happens:
berlin# git clone --depth 1 git://git.sip-router.org/sip-router kamailio Cloning into kamailio... remote: Counting objects: 22318, done. remote: Compressing objects: 100% (11683/11683), done. remote: Total 22318 (delta 15561), reused 15574 (delta 10311) Receiving objects: 100% (22318/22318), 16.18 MiB | 1.48 MiB/s, done. Resolving deltas: 100% (15561/15561), done. berlin# cd kamailio berlin# make FLAVOUR=kamailio cfg Error expanding embedded variable.
Use gmake intead of make (it doesn't work with the BSD make, it needs GNU make). It's briefly documented somewhere in INSTALL.
Andrei