Date: Sun, 16 Jan 2011 14:26:27 +0300 From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: Eygene Ryabinkin <rea@freebsd.org> Cc: Janik Galasso <janik@hikarihq.com>, freebsd-ports@freebsd.org Subject: Re: Help with audio/mangler and gsm Message-ID: <4D32D5E3.8080500@yandex.ru> In-Reply-To: <cAZMwQmjBLiDtcIAzDnqGAnmUCM@fEEwdAuY7Lvf1o%2BSaK2fw%2BgdbpE> References: <1295148392.55010.8.camel@localhost> <cAZMwQmjBLiDtcIAzDnqGAnmUCM@fEEwdAuY7Lvf1o%2BSaK2fw%2BgdbpE>
next in thread | previous in thread | raw e-mail | index | archive | help
16.01.2011 14:09, Eygene Ryabinkin пишет: > Janik, good day. > > Sat, Jan 15, 2011 at 10:26:32PM -0500, Janik Galasso wrote: >> Here's the error I get when trying to configure it with the gsm codec >> (which was installed when I activated it in multimedia/ffmpeg) >> >> checking for gsm_create in -lgsm... no >> Error: cannot find libgsm: Is it installed? Also make sure you have the >> libgsm development packages installed. >> exit: Illegal number: -1 >> ===> Script "configure" failed unexpectedly. >> Please report the problem to janik@hikarihq.com [maintainer] and attach >> the >> "/usr/ports/audio/mangler/work/mangler-1.2.1/config.log" including the >> output >> of the failure of your make command. Also, it might be a good idea to >> provide >> an overview of all packages installed on your system (e.g. an `ls >> /var/db/pkg`). >> *** Error code 1 >> >> Stop in /usr/ports/audio/mangler. >> *** Error code 1 > > Try using > {{{ > CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" > CFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > }}} > inside you port's Makefile if you really have the audio/gsm > installed and configure just unable to locate it. There is also --disable-gsm in CONFIGURE_ARGS that should be removed. -- Regards, Ruslan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D32D5E3.8080500>