[geos-devel] PHP bindings

2010-06-18 Thread strk
I've started hand-crafting PHP bindings for the GEOS C-API. Currently in the process of merging into trunk for proper build scripts. One obstacle I found is that -ansi, which is added to CFLAGS by ./configure, won't accept Zend (PHP engine) headers, so that switch must be removed when building

Re: [geos-devel] C/C++ Standards, switches ordering

2010-06-18 Thread strk
Alright, as of r3006 AM_ is used. This means that you can finally override the CFLAGS yourself w/out loosing the important ones (-ffloat-store, -DGEOS_INLINE, -DNDEBUG). The first one is mandatory, the second two are controlled trough ./configure switches (--disable-inline, --disable-cassert)

[geos-devel] Online doxygen docs

2010-06-18 Thread strk
I was looking for info about WKTWriter::setTrim but haven't found it on http://download.osgeo.org/geos/doxygen/ Who's in charge for updating that page ? Can we track both latest release and trunk ? --strk; () Free GIS Flash consultant/developer /\ http://strk.keybit.net/services.html

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the Ubuntu box). If anyone feels like testing on other systems these are the steps: 0: svn up 1: make

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
On Fri, Jun 18, 2010 at 06:41:47PM +0200, strk wrote: So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the Ubuntu box). FYI: also tested successfully on Debian 4.0

Re: [geos-devel] PHP bindings

2010-06-18 Thread strk
On Fri, Jun 18, 2010 at 06:53:19PM +0200, strk wrote: On Fri, Jun 18, 2010 at 06:41:47PM +0200, strk wrote: So, current trunk as a -std=gnu99 added to CFLAGS when building the PHP bindings and was tested to work on OpenSUSE 11.1 and Ubuntu 8.10 with gcc-4.3.2 (-std=c99 didn't work on the

Re: [geos-devel] Online doxygen docs

2010-06-18 Thread Paul Ramsey
I am... I just repaired it and now we're building trunk and 3.2 nightly... P On Fri, Jun 18, 2010 at 7:48 AM, strk s...@keybit.net wrote: I was looking for info about WKTWriter::setTrim but haven't found it on http://download.osgeo.org/geos/doxygen/ Who's in charge for updating that page ?