[GRASS-dev] more NVIZ updates

Hamish hamish_nospam at yahoo.com
Sat Nov 25 02:28:06 EST 2006


Michael Barton wrote:
> 
> 1. I forgot to change the Makefile to reference the new files I did.
> This may be the problem. Need to add configindex, panel_rquery.tcl and
> panel_vquery.tcl. I also got rid of several files: panel_query.tcl,
> panel_query_orig.tcl, panel_query_pgs.tcl, panel_pick.tcl, and
> panel_hightlight.tcl.

*.tcl are already copied, diff for configIndex is attached.

Installing configIndex doesn't help.


> 2. Have you tested this with 8.4?

not yet, will do.


> There was a lot of effort to bring NVIZ up to 8.4 recently.

I am not sure what a programming target of "bring up to 8.4" means.
"Modernizing" NVIZ does not have to make it backwards-incompatible with
tcl/tk 8.3.


> Is this not working with your system?

I am purposefully staying with 8.3 to catch any incompatibilities.


Hamish
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/grass/grassrepository/grass6/visualization/nviz/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	15 Mar 2006 16:50:30 -0000	1.11
+++ Makefile	25 Nov 2006 07:16:40 -0000
@@ -35,9 +35,8 @@
 	$(MKDIR) $(INSTALL_DIR)/bitmaps
 	(cd scripts; $(INSTALL) script_get_line script_play script_tools script_file_tools $(INSTALL_DIR)/scripts)
 	$(INSTALL) scripts/*.tcl $(INSTALL_DIR)/scripts
-### ACS - BEGIN ###############################################################
 	$(INSTALL) scripts/nviz_params $(INSTALL_DIR)/scripts/nviz_params
-### ACS - END #################################################################
+	$(INSTALL) scripts/configIndex $(INSTALL_DIR)/scripts/
 	$(INSTALL) scripts/*Index $(INSTALL_DIR)/scripts
 	(cd bitmaps; tar -cf - *  | (cd $(INSTALL_DIR)/bitmaps; tar  -xf - 2>/dev/null ); true)
 	$(INSTALL) scripts/$(NV_VER)_script $(INSTALL_DIR)/scripts


More information about the grass-dev mailing list