Help with audio/mangler and gsm

Ruslan Mahmatkhanov cvs-src at yandex.ru
Sun Jan 16 11:43:14 UTC 2011


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 at 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


More information about the freebsd-ports mailing list