4.1 graphics monitor fix for DECStations (3000/5000/etc)

GEOL1 at CWU.BITNET GEOL1 at CWU.BITNET
Thu May 20 13:48:00 EDT 1993


For Decstation/Ultrix users:
To fix the problem of the GRASS Graphics monitor window
shutting down when the cursor is moved into it, edit the
file
  .../src/display/devices/XDRIVER/XDRIVER/Serve_Xevent.c
to comment out these 5 lines near the end of the file.

/*
    if (event.type == ClientMessage)
    {
        Graph_Close();
        exit(0);
    }
*/

Then run gmake4.1 while in this directory.

The Gmakefile could also be modified to insert a space
after each "*.o" filename in the list, and before the
"\" character.  This will cause the object files to be
put in the expected subdirectory.

Jim Hinthorne &
Dave Satnik
GIS Lab
CWU




More information about the grass-user mailing list