I met this when trying to build wengo-classic w/ VC80
but in a different place. I guess this is because
socklen_int had been typedefed before somewhere. I
ended up commenting out the offending 

    #define socklen_t int

It's dirty and worked. Your case may vary but finding
where socklen_t is redefined might help.

Wei

--- jérémie HUYGHE <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> When I try to build phapi using scons, it says me an
> error with netlib:
> 
> c:\openwengo-ng\trunk\wifo\netlib\src\udp_func.h(17)
> :
> error C2632: 'int' follow
> ed by 'int' is illegal
> c:\openwengo-ng\trunk\wifo\netlib\src\udp_func.h(17)
> :
> warning C4091: 'typedef '
>  : ignored on left of 'int' when no variable is
> declared
> scons: *** [debug\wifo\netlib\src\netlib.obj] Error
> 2
> 
> 
> I don't understand...in UDP_func.h, line 17, it's:
> typedef int socklen_t;
> 
> What can be the matter with socklen_t  ?
> Have you ever met this problem ?!
> 
> Thanks in advance.
> regards.
> 
> Jérémie
> 
> 
>       
> 
>       
>               
>
___________________________________________________________________________
> 
> Nouveau : téléphonez moins cher avec Yahoo!
> Messenger ! Découvez les tarifs exceptionnels pour
> appeler la France et l'international.
> Téléchargez sur http://fr.messenger.yahoo.com
> _______________________________________________
> Wengophone-devel mailing list
> [email protected]
>
http://dev.openwengo.com/mailman/listinfo/wengophone-devel
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to