[GRASS-dev] Re: [GRASS GIS] #902: nviz (tcl) fails on wingrass

GRASS GIS trac at osgeo.org
Wed Feb 10 20:45:49 EST 2010


#902: nviz (tcl) fails on wingrass
-----------------------+----------------------------------------------------
  Reporter:  hamish    |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.4.0                    
 Component:  NVIZ      |     Version:  svn-trunk                
Resolution:            |    Keywords:                           
  Platform:  All       |         Cpu:  All                      
-----------------------+----------------------------------------------------
Comment (by glynn):

 Replying to [comment:22 hamish]:
 > Following the conservative path of least change I've committed the "--"
 solution to the 6.4 branch. For wider testing I'd like to backported
 r40879 to the 6.5 branch, but I got stuck in the merge conflicts. I had to
 comment out Vars.make as it doesn't exist and getCat.c was failing because
 it couldn't find V2_area_att() and V2_line_att(). I'm not sure where those
 are supposed to come from.

 r40879 doesn't touch those files.

 I've found using "svn merge" between branches is more trouble than it's
 worth. It's easier to use e.g.:

 {{{
 cd /path/to/7.0.svn
 svn diff -c 40879 > nviz.patch
 cd ../6.5
 patch -p0 < ../7.0.svn/nviz.patch
 }}}

 This still produces some failures, but it doesn't try to merge unrelated
 changes.

 I'm test-compiling a manual back-port at the moment; I'll attach the patch
 one I've verified that it compiles.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/902#comment:23>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list