[ECOS] FreeBSD stack problems with MULTICAST

2007-09-20 Thread David Miras
Hi all, I'm working, on ecos, for web service test (DPWS). I have to send and receive MULTICAST messages. I used the older (OpenBSD) stack but it isn’t supported multicast. I now use the FreeBSD Stack, but on compilation of my application, i have a lot of errors. If i compile with OpenBSD stack

Re: [ECOS] FreeBSD stack problems

2005-11-28 Thread Bass8tt8
Hi, i solved the error below : Error syntax error before __P[d:/Ultimodule/ecos/work/posix-new_install/include/arpa/inet.h] line 63 by adding this line -- #define __P(x) x but now i also have 2 errors during compilation of library with FreeBSD Stack :

Re: [ECOS] FreeBSD stack problems

2005-11-28 Thread Bass8tt8
I HAVE DO A MISTAKE IN MY POST.. THIS IS THE CORRECT VERSION : Hi, i solved the error below : Error syntax error before _P[d:/Ultimodule/ecos/work/posix-new_install/include/arpa/inet.h] line 63 by adding this line -- #define __P(x) x but now

[ECOS] FreeBSD stack problems

2005-11-10 Thread Bass8tt8
I now use the FreeBSD Stack, but on compilation of my application , i have a lot of errors :: Error syntax error before __P[d:/Ultimodule/ecos/work/posix-new_install/include/arpa/inet.h] IntelUPNP line 63 ... ... too much lines ... Error syntax error before

Re: [ECOS] FreeBSD stack problems

2005-11-10 Thread Andrew Lunn
On Thu, Nov 10, 2005 at 12:32:57PM +0100, Bass8tt8 wrote: I now use the FreeBSD Stack, but on compilation of my application , i have a lot of errors :: Error syntax error before __P[d:/Ultimodule/ecos/work/posix-new_install/include/arpa/inet.h] IntelUPNP line 63 You need to find

Re: [ECOS] FreeBSD stack problems

2005-11-10 Thread Gary Thomas
: ecos-discuss ecos-discuss@ecos.sourceware.org Sent: Thursday, November 10, 2005 1:14 PM Subject: Re: [ECOS] FreeBSD stack problems On Thu, Nov 10, 2005 at 12:32:57PM +0100, Bass8tt8 wrote: I now use the FreeBSD Stack, but on compilation of my application , i have a lot of errors

Re: [ECOS] FreeBSD stack problems

2005-11-10 Thread Bass8tt8
- Original Message - From: Gary Thomas [EMAIL PROTECTED] To: Bass8tt8 [EMAIL PROTECTED] Cc: eCos Discussion ecos-discuss@ecos.sourceware.org Sent: Thursday, November 10, 2005 3:50 PM Subject: Re: [ECOS] FreeBSD stack problems On Thu, 2005-11-10 at 15:37 +0100, Bass8tt8 wrote