[GRASS-user] GRASS-6.5svn Build Error

   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

On Tue, Feb 15, 2011 at 11:52 PM, Rich Shepard <rshepard@appl-ecosys.com> wrote:

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'

Oops, fixed in r45409. Sorry for the inconvenience!

Markus M

On Wed, 16 Feb 2011, Markus Metz wrote:

Oops, fixed in r45409. Sorry for the inconvenience!

Markus,

   Thanks! This is the first build error I've encountered with GRASS. I'll
get the new code and build it today.

Rich

On Wed, 16 Feb 2011, Rich Shepard wrote:

Thanks! This is the first build error I've encountered with GRASS. I'll
get the new code and build it today.

   BTW, while the code now compiles, I see syntax errors in glext.h flash by
on the console.

Rich