[GRASS5] Sockets code
John Huddleston
jhudd at lamar.colostate.edu
Sat Feb 17 09:45:41 EST 2001
Malcolm, (Eric?)
Did you commit the changes to the cvs?
John Huddleston
----- Original Message -----
From: "Malcolm Blue" <mblue at nb.sympatico.ca>
To: "grass5 Developers List" <grass5 at geog.uni-hannover.de>
Sent: Wednesday, February 14, 2001 12:27 AM
Subject: [GRASS5] Sockets code
> Eric,
>
> I was able to get the new sockets code
> running on Cygwin. To do this I had to
> remove the '#ifndef __CYGWIN__' and
> '#endif' statements sandwiching the
> FONT and TEXT case statements in
> SWITCHER.c, i.e.:
>
> /*
> #ifndef __CYGWIN__
> */
> case FONT:
> RECTEXT(text);
> x = Font_get(text);
> SEND(&x, sizeof(x));
> break;
> case TEXT:
> RECTEXT(text);
> Text(text);
> break;
> /*
> #endif
> */
>
> After that minor fix the sockets XDRIVER
> seems to run on winNT/Cygwin. So far
> I've just tested with some of the basic
> d.* commands: d.mon, d.rast, d.vect,
> d.histogram and d.erase, but once these
> were working for the IPC version the
> others worked as well.
>
> Note that, we made these same changes to
> the IPC version to run it.
>
>
> Good work.
>
>
> Malcolm
>
>
> ----------------------------------------
> If you want to unsubscribe from GRASS Development Team mailing list write to:
> minordomo at geog.uni-hannover.de with
> subject 'unsubscribe grass5'
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
More information about the grass-dev
mailing list