[Sofia-sip-devel] Windows error

2008-12-04 Thread Emanuele Vespa
Hi all, after I've successfully build sofia sip under Windows with the Win32
solution, when I try to build my application I get this:

c:\documents and settings\administrator\desktop\manu stage\gateway.c(198) :
error C2275: 'nua_handle_t' : illegal use of this type as an expression

 c:\sofia-sip-1.11-debug\include\sofia-sip\nua_tag.h(66) : see declaration
of 'nua_handle_t'


note that this application run perfectly on linux!

Thanks for your attention, regards

Emanuele
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


Re: [Sofia-sip-devel] Windows error

2008-12-04 Thread Michael Jerris
MSVC is picky about some c99 stuff it doesn't like, in this case it is  
likely code before declaration which msvc only supports for cpp code,  
not c.  I would have to see the gateway.c code to be sure.

Mike

On Dec 4, 2008, at 7:04 AM, Emanuele Vespa wrote:

 Hi all, after I've successfully build sofia sip under Windows with  
 the Win32 solution, when I try to build my application I get this:

 c:\documents and settings\administrator\desktop\manu stage 
 \gateway.c(198) : error C2275: 'nua_handle_t' : illegal use of this  
 type as an expression

  c:\sofia-sip-1.11-debug\include\sofia-sip\nua_tag.h(66) : see  
 declaration of 'nua_handle_t'


 note that this application run perfectly on linux!

 Thanks for your attention, regards

 Emanuele
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/___
 Sofia-sip-devel mailing list
 Sofia-sip-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel