Mail Archives: cygwin/1998/06/17/06:20:20
Hi,
I am trying to compile some code with Winsock2. I am currently trying to
modify the header files myself because I get many errors messages. I
discover that gcc does not handle propertly the following macro:
#define FD_CLR(fd,set) do { \
u_int __i; \
for (__i = 0; ...
The compiler says: parse error before for...
In fact, I edited the file with vi and remove all the ^M after the \ and
it works. (Now I have different error messages) I am pretty sure that it
comes from some silly TEXT and BINARY mode. And perhaps the solution would
be to use the 'mount' programs....
Benoit Papillault
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -