Opened 8 years ago

Closed 8 years ago

#2974 closed defect (fixed)

grass704 compilation fails

Reported by: martinl Owned by: grass-dev@…
Priority: blocker Milestone: 7.0.4
Component: Compiling Version: svn-releasebranch70
Keywords: Vect_point_in_box_2d Cc:
CPU: Unspecified Platform: Unspecified

Description

Current releasebranch_70 fails to compile

Errors in:
/opt/src/grass70_release/vector/v.distance
(cd vector/v.distance/;make)
distance.c: In function ‘line2area’:
distance.c:298:13: error: implicit declaration of function ‘Vect_point_in_box_2d’ [-Werror=implicit-function-declaration]

Change History (3)

comment:1 by martinl, 8 years ago

See #2970

in reply to:  1 comment:2 by wenzeslaus, 8 years ago

The key was actually in comment:6:ticket:2734. I have backported r68143 and r68146 but not r66462. Now backported in r68206. Added -Werror-implicit-function-declaration also to my 7.0 branch settings. Close this if it works for you.

comment:3 by martinl, 8 years ago

Resolution: fixed
Status: newclosed

Thanks, works. Closing.

Note: See TracTickets for help on using tickets.