Mateusz,<div><br></div><div>Our problem is that when we want to use the GEOS library in our own code we need to include geos_c.h</div><div>That is logic. We do that as well with other libraries we use, like gdal, proj, etc.</div>

<div>For that reason in the build script we copy the needed header files to a include folder higher in the tree after compiling. So our application knows it should look in that folder and everything works.</div><div><br>
</div>
<div>This approach works well. When we update the source code of such a library and we compile it again the header files are neatly copied.</div><div>But this doesn&#39;t work with geos_c.h because it refers to two files in sub folders. We can do two things: either create the sub folder and copy the two files in to it or copy geos_c.h and open it and change geos/version.h to geos_version.h and geos/export,h to geos_export,h..</div>

<div>Currently we do the latter workaround.</div><div><br></div><div>As I understand now the situation for GEOS cannot be changed. So we need to re-thing our workaround.</div><div><br></div><div>Thanks for the explanation.</div>

<div><br></div><div><br clear="all">--<br>Paul Meems<br>Release manager, configuration manager<br>and forum moderator of MapWindow GIS.<br><a href="http://www.mapwindow.org">www.mapwindow.org</a><br><br>Owner of MapWindow.nl - Support for<br>

Dutch speaking users.<br><a href="http://www.mapwindow.nl">www.mapwindow.nl</a><br><br>
<br><br><div class="gmail_quote">2010/3/3 Mateusz Loskot <span dir="ltr">&lt;<a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Paul Meems wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
<br>
I just did and got the missing file.<br>
<br>
But this issue should be fixed:<br>
<a href="http://trac.osgeo.org/geos/ticket/330#comment:4" target="_blank">http://trac.osgeo.org/geos/ticket/330#comment:4</a><br>
but it&#39;s not. geos_c.h still refers to geos/version.h and geos/export.h<br>
<br>
Am I still not using the latest version or do I mis-interpret the fixed issue?<br>
</blockquote>
<br></div>
I had no idea the fix is supposed to remove geos/export.h from geos_c.h<br>
It seems to me the export.h was added intentionally:<br>
<br>
<a href="http://trac.osgeo.org/geos/changeset/2556#file4" target="_blank">http://trac.osgeo.org/geos/changeset/2556#file4</a><br>
<br>
Best regards,<br><font color="#888888">
-- <br>
Mateusz Loskot, <a href="http://mateusz.loskot.net" target="_blank">http://mateusz.loskot.net</a></font><div><div></div><div class="h5"><br>
_______________________________________________<br>
geos-devel mailing list<br>
<a href="mailto:geos-devel@lists.osgeo.org" target="_blank">geos-devel@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geos-devel" target="_blank">http://lists.osgeo.org/mailman/listinfo/geos-devel</a><br>
</div></div></blockquote></div><br></div>