ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ltib] Linphone compile error


From: Stuart Hughes
Subject: Re: [ltib] Linphone compile error
Date: Thu, 01 Apr 2010 10:48:11 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Fabio,

Is this a package that you are adding yourself, it look like it?

Looking at the output, you need to get rid of -Werror.  How you do this
depends on the package, for example gdb has a --disable-werror option to
configure, but other packages need a patch to the offending Makefile.

The second thing to bring mention is that you should not have to say:
"-I/home/fabio/ltib/rootfs/usr/include"
SPEEX_LIBS="-L/home/fabio/ltib/rootfs/usr/lib

in configure as these are automatically taken care of for you by
spoofing.  You may need LFLAG (or LIBFLAGS or similar) to add -lspeex,
but maybe you don't need anything.

If you do have to add anything like this, rather than say:
/home/fabio/ltib/rootfs/ it's better to use the environment variable:
$DEV_IMAGE which evaluates to the same thing and is not hard wired.

Regards, Stuart

Fabio Montemaggiore wrote:
> Hi,
> I trying installation Linphone on i.mx27 pdk and when I compile Linphone
> on LTIB show error in log.
> 
> I attached log file and spec file
> 
> Thanks
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib




reply via email to

[Prev in Thread] Current Thread [Next in Thread]