[winGRASS] NVIZ on cygwin
Huidae Cho
grass4u at gmail.com
Fri Oct 22 22:20:37 EDT 2004
Hi list,
I've upgraded to grass 5.7 and found that NVIZ won't work any more
even though I copied the pre-compiled NVWISH2.2 which is available at
the wingrass page. I compiled it with xtcltk, not cygwin version, but
it failed to run with segmentation fault.
I decided to rebuild whole tcltk from its sources and not to use
windows code but unix directory. With little modification, I succeeded
to compile both tcltk and NVIZ and so far, I don't have any problem.
Even better is that I can resize an NVIZ window without having to run
X in full mode (I couldn't do it with the pre-compiled NVWISH2.2).
Anyway, attachments are patch files for tcl/tk 8.4.7.
1. download tcl8.4.7-src.tar.gz and tk8.4.7-src.tar.gz
2. tar xvfz tcl8.4.7-src.tar.gz
patch -p 0 < tcl8.4.7-cygwin.patch
cd tcl8.4.7/unix
./configure
make
make install
3. tar xvfz tk8.4.7-src.tar.gz
patch -p 0 < tk8.4.7-cygwin.patch
cd tk8.4.7/unix
./configure
make
make install
Hope you enjoy!
Huidae Cho
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tcl8.4.7-cygwin.patch
Type: application/octet-stream
Size: 1663 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-windows/attachments/20041022/d93f578b/tcl8.4.7-cygwin.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tk8.4.7-cygwin.patch
Type: application/octet-stream
Size: 424 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/grass-windows/attachments/20041022/d93f578b/tk8.4.7-cygwin.obj
More information about the grass-windows
mailing list