[geos-devel] Re: [GEOS] #286: Compile issues with HP-Ux 11i
GEOS
geos-trac at osgeo.org
Fri Sep 11 14:55:58 EDT 2009
#286: Compile issues with HP-Ux 11i
------------------------+---------------------------------------------------
Reporter: MarkMapo | Owner: geos-devel at lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone:
Component: Default | Version: 3.0.3
Severity: Unassigned | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by pramsey):
Sorry to not apply this, but you're making it a lot of work. Here's how to
get a patch I can apply and test easily.
{{{
# checkout svn next to your working directory of code
svn checkout http://svn.osgeo.org/geos/branches/3.0 geos-3.0-svn
# diff the two directories
diff -u5 -r geos-yours geos-3.0-svn > geos-hpux.patch
# apply the patch to the svn directory
cd geos-3.0-svn
patch -p0 < ../geos-hpux.patch
# test the patch
./configure ; make ; make check
# check that the modified files show up as flagged
svn status
# generate a new patch
svn diff > ../geos-hpux.patch
}}}
If you did the same thing for 3.1 and trunk, that would be even better,
and would ensure future versions can compile on HP-UX too.
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/286#comment:1>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list