[GRASS-user] GRASS-6.5svn Build Error
Rich Shepard
rshepard at appl-ecosys.com
Tue Feb 15 17:52:21 EST 2011
I just checked out the latest 6.5 code and tried to build it, but
encountered an error in ../vector/v.kernel, line 760:
/home/rshepard/GIS/GRASS/grass-6.5svn/vector/v.kernel/main.c:760: undefined
reference to `Vect_net_shortest_path_coor2'
Grepping the file I see that's the only reference to coor2; the reference
to coor is on line 664 and 756:
grep Vect_net_shortest
main.c: Vect_net_shortest_path_coor(Net, APoints->x[0], APoints->y[0],
main.c: /*ret = Vect_net_shortest_path_coor(Net, x, y, 0.0, Points->x[0], */
main.c: ret = Vect_net_shortest_path_coor2(Net,
Changing the coor2 to coor does not eliminate the error.
Rich
More information about the grass-user
mailing list