<br><br><div class="gmail_quote">On Wed, Jun 22, 2011 at 7:02 PM, Paul Ramsey <span dir="ltr"><<a href="mailto:pramsey@opengeo.org">pramsey@opengeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Swtich bools to ints, we should aim to be a pure C project... I wonder<br>
what C++ bits we have around. We used to have to compile the<br>
GEOS/PostGIS bridge code inside postgis before the GEOS c-api was<br>
added. At this point we should be able to compile pure-C.<br></blockquote><div><br>Was exposing the private API in lwgeom_transform.c when I discovered a "callback" which returns bool. I'm not sure it's safe for me to touch so I'm leaving it alone. What does postgresql expect?<br>
<br>static bool<br>PROJ4SRSCacheIsEmpty(MemoryContext context) ; <br><br>I take back what I said about postgis being compiled with g++. My make line shows gcc and a ton of options. I don't know what the difference between compiling in the two directories is.<br>
<br>Bryce<br> <br></div></div>