linphone-users
[Top][All Lists]
Advanced

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

Re: [linphone-users] On ARM error compile


From: Alastair Johnson
Subject: Re: [linphone-users] On ARM error compile
Date: Mon, 19 Apr 2010 12:17:08 +0100
User-agent: KMail/1.12.4 (Linux/2.6.31-gentoo-r6; KDE/4.3.5; x86_64; ; )

On Monday 19 April 2010, Fabio Montemaggiore wrote:
> Hy,
> I am trying compile Linphone 3.1.2 on LTIB (ARMv5te gcc-4.1.2) but I got
> error. In attach the log file output
> 
> cc1: warnings being treated as errors
> setupwizard.c: In function 'create_username_changed':
> setupwizard.c:45: warning: implicit declaration of function
> 'gtk_entry_get_text_length'
> make[2]: *** [setupwizard.o] Error 1
> make[2]: Leaving directory
> `/home/fabio/ltib/rpm/BUILD/linphone-3.1.2/gtk-glade'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/fabio/ltib/rpm/BUILD/linphone-3.1.2'
> make: *** [all] Error 2
> error: Bad exit status from /home/fabio/ltib/tmp/rpm-tmp.65259 (%build)
> 
> 
> RPM build errors:
>      Bad exit status from /home/fabio/ltib/tmp/rpm-tmp.65259 (%build)
> Build time for linphone: 72 seconds
> 
> Failed building linphone
> 
> 
> f_scbuild() returned an error, exiting
> traceback:
>   main:561
> 
> Exiting on error or interrupt

You have a warning that's being treated as an error because of a configure 
option. The quick and dirty option is to modify your spec file to call 
configure with --enable-strict=no and see if it works. I've done this with 
Openmoko (armv4t) without problems so far. The better solution is to fix the 
implicit declaration.




reply via email to

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