Benedikt,<div>please open an issue for this.</div><div><br></div><div>thanks,</div><div>thomas</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 16, 2012 at 12:28 PM,  <span dir="ltr"><<a href="mailto:umn-ms@hydrotec.de" target="_blank">umn-ms@hydrotec.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi<br>
<br>
I tried to compile Mapserver 6.2 with proj 4.7. I'm having a problem with a<br>
function called "pj_clear_initcache"<br>
As far as I can see, this function was introduced in proj 4.8 and is not<br>
part of  proj 4.7.<br>
<br>
In Mapserver 6.2 maputil.c has code<br>
#  if PJ_VERSION >= 470<br>
  pj_clear_initcache();<br>
#  endif<br>
  ...<br>
#endif<br>
<br>
where Mapserver 6.0 used.<br>
#  if PJ_VERSION >= 480<br>
  pj_clear_initcache();<br>
#  endif<br>
  ...<br>
#endif<br>
<br>
I changed the "#  if PJ_VERSION" back to 6.0...<br>
<br>
Benedikt<br>
<br>
proj_api in 4.7:<br>
<a href="http://svn.osgeo.org/metacrs/proj/branches/4.7/proj/src/proj_api.h" target="_blank">http://svn.osgeo.org/metacrs/proj/branches/4.7/proj/src/proj_api.h</a><br>
proj_api in 4.8:<br>
<a href="http://svn.osgeo.org/metacrs/proj/branches/4.8/proj/src/proj_api.h" target="_blank">http://svn.osgeo.org/metacrs/proj/branches/4.8/proj/src/proj_api.h</a><br>
<br>
<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div><br></div>