linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] linphone_core_set_nat_address ?


From: gregor
Subject: Re: [Linphone-users] linphone_core_set_nat_address ?
Date: Mon, 26 Jul 2004 10:46:01 +0200
User-agent: KMail/1.6.2

open coreapi/linphonecore.c, then jump to line 38. you will find this:
#ifdef INET6  
#include <netdb.h>  
#endif

change this to 

#include <netdb.h>  

and try to compile again.
don't know if this is a "legal" solution... but it works.. ;-)

On Montag, 26. Juli 2004 02:36 zouhair Soussi wrote:
> _LOG_DOMAIN=\"LinphoneCore\" -g -O2 -c linphonecore.c -MT linphonecore.lo
> -MD -MP -MF .deps/linphonecore.TPlo  -fPIC -DPIC -o .libs/linphonecore.o
> linphonecore.c: In function `linphone_core_set_nat_address':
> linphonecore.c:1249: error: storage size of `hints' isn't known
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> linphonecore.c:1252: error: invalid application of `sizeof' to an
> incomplete type
> make[2]: *** [linphonecore.lo] Erreur 1
> make[2]: Leaving directory `/home/moi/linphone-0.12.2/coreapi'
> make[1]: *** [all-recursive] Erreur 1
> make[1]: Leaving directory `/home/moi/linphone-0.12.2'
> make: *** [all] Erreur 2
>
> please help
>
> thanx
>
> _________________________________________________________________
> Hotmail : un compte GRATUIT qui vous suit partout et tout le temps !
> http://g.msn.fr/FR1000/9493
>
>
>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-users




reply via email to

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