Opened 11 years ago

Closed 11 years ago

#624 closed defect (fixed)

geos/linearref include files erroneously put under algorithm

Reported by: curtisg Owned by: strk
Priority: blocker Milestone: 3.3.9
Component: Build/Install Version: 3.3.8
Severity: Critical Keywords:
Cc:

Description

The files in include/geos/linearref are being put under include/algorithms during the install phase. This breaks several of the files which try to include things under <geos/linearref>.

The fix is to change the line in Makefile.in:

Makefile.in:geosdir = $(includedir)/geos/algorithm

to

Makefile.in:geosdir = $(includedir)/geos/linearref

Change History (6)

comment:1 by curtisg, 11 years ago

and also Makefile.am

comment:2 by robe, 11 years ago

Is this still an issue. Sounds like a serious one if it is.

in reply to:  2 comment:3 by curtisg, 11 years ago

Replying to robe:

Is this still an issue. Sounds like a serious one if it is.

Yes, it is still an issue, and yes, it is serious.

comment:4 by robe, 11 years ago

Priority: majorblocker
Severity: SignificantCritical

comment:5 by strk, 11 years ago

Owner: changed from pramsey to strk
Status: newassigned

comment:6 by strk, 11 years ago

Resolution: fixed
Status: assignedclosed

r3828 in 3.3 branch, r3829 in trunk

Note: See TracTickets for help on using tickets.