Opened 9 years ago
Closed 9 years ago
#2974 closed defect (fixed)
grass704 compilation fails
Reported by: | martinl | Owned by: | |
---|---|---|---|
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)
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 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.
Note:
See TracTickets
for help on using tickets.
See #2970