[GRASS5] Sockets code

Markus Neteler neteler at geog.uni-hannover.de
Sun Feb 18 10:28:28 EST 2001


On Sat, Feb 17, 2001 at 07:45:41AM -0700, John Huddleston wrote:
> Malcolm, (Eric?)
> 
> Did you commit the changes to the cvs?
> 
> John Huddleston
Hi John,

yes, Eric submitted to CVS.

Markus

 
> ----- 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'
> 

-- 
Markus Neteler *  University of Hannover
Institute of Physical Geography and Landscape Ecology
Schneiderberg 50 * D-30167 Hannover * Germany
Tel: ++49-(0)511-762-4494  Fax: -3984

---------------------------------------- 
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