Opened 15 years ago

Closed 15 years ago

#529 closed defect (fixed)

r.walk fails to build in GRASS 6.5 r36362

Reported by: msieczka Owned by: grass-dev@…
Priority: critical Milestone: 6.4.0
Component: Installation Version: svn-develbranch6
Keywords: Cc: michael.barton@…
CPU: x86-64 Platform: Linux

Description

develbranch6 r36362

shoofi@fooy:~/src/straight/grass65/raster/r.walk$ make
gcc -I/home/shoofi/src/straight/grass65/dist.x86_64-unknown-linux-gnu/include  -pipe -march=core2 -g -Wall    -I/usr/local/include    -DPACKAGE=\""grassmods"\"  -I/home/shoofi/src/straight/grass65/dist.x86_64-unknown-linux-gnu/include -o OBJ.x86_64-unknown-linux-gnu/main.o -c main.c
main.c: In function ‘main’:
main.c:529: error: ‘move_dir_layer’ undeclared (first use in this function)
main.c:529: error: (Each undeclared identifier is reported only once
main.c:529: error: for each function it appears in.)
make: *** [OBJ.x86_64-unknown-linux-gnu/main.o] Błąd 1

Debian testing amd64, gcc 4.3.3.

Change History (2)

comment:1 by cnielsen, 15 years ago

Cc: michael.barton@… added

The modifications to stash.h seem to be missing from the changeset for r.walk but they are in the patch attached to ticket #399 <http://trac.osgeo.org/grass/attachment/ticket/399>.

comment:2 by cmbarton, 15 years ago

Resolution: fixed
Status: newclosed

Fixed.

Note: See TracTickets for help on using tickets.