Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#332 closed defect (fixed)

Errors in out-of-place builds of geos 3.2.0

Reported by: pkgw Owned by: pramsey
Priority: minor Milestone: 3.2.3
Component: Build/Install Version: 3.2.0
Severity: Unassigned Keywords:
Cc:

Description

I tried building geos 3.2.0 out-of-place with Python support. That is, I ran:

$ cd geos-3.2.0 $ mkdir BUILD $ cd BUILD $ ../configure --enable-python $ make

I encountered some errors. The attached patch contains the changes I needed to make to fix things.

Attachments (1)

oopfixes.diff (967 bytes ) - added by pkgw 14 years ago.
Fixes for out-of-place build errors with Python support.

Download all attachments as: .zip

Change History (5)

by pkgw, 14 years ago

Attachment: oopfixes.diff added

Fixes for out-of-place build errors with Python support.

comment:1 by pkgw, 14 years ago

Weirdly, the Trac view of the diff I just attached only shows differences for geos.i.in . The patch that you get if you download the original should also include changes to swig/python/Makefile.am.

comment:2 by strk, 13 years ago

Milestone: 3.2.3
Version: 3.0.33.2.0

comment:3 by strk, 13 years ago

Milestone: 3.2.33.3.1
Resolution: fixed
Status: newclosed

Fixed in 3.3 branch with r3474 and trunk with r3475. Thanks!

comment:4 by strk, 13 years ago

Milestone: 3.3.13.2.3

Also committed in 3.2 branch with r3476

Note: See TracTickets for help on using tickets.