#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)
Change History (5)
by , 15 years ago
Attachment: | oopfixes.diff added |
---|
comment:1 by , 15 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 , 13 years ago
Milestone: | → 3.2.3 |
---|---|
Version: | 3.0.3 → 3.2.0 |
comment:3 by , 13 years ago
Milestone: | 3.2.3 → 3.3.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixes for out-of-place build errors with Python support.