Question about configuration / include directories
Mikael Magnusson
mikma264 at gmail.com
Sun Jun 11 14:30:25 CEST 2006
Werner Dittmann wrote:
> Before I dig into the problem maybe somebody else knows
> this immediately :-) :
>
> On my system (SUSE 10.1) the gsm.h files are not in
> /usr/inlcude but in /usr/include/gsm. Thus the configure
> wouldn't find it (I worked around setting with a link,
> but this is not a real fix). Is there any way that we can
> enhance the configure to check both places _and_ adjust
> the include path in the sources GsmCodec.cxx / GsmCodec.h ?
>
> Regards,
> Werner
There is no need to change the source files in this case. You could add
-I/usr/include/gsm to your CPPFLAGS as a temporary solution. The real
solution is to add -I/usr/include/gsm to GSM_CFLAGS in configure when
it's needed and use GSM_CFLAGS when compiling the gsm module.
Mikael
More information about the Minisip-devel
mailing list