Hi,<br>the thing I have noticed in 1.5.3 is that in &quot;swig/include/gdal.i&quot; there is:<br><br>#if !defined(SWIGJAVA)<br> %include &quot;ColorTable.i&quot;<br>#endif<br><br>In case you are building JAVA bindings, the include will be skipped resulting in errors.<br>

Not sure why this has been added.<br>In the patch I have provided to Mike, I have removed the !defined/endif directives.<br><br>Moreover, in the patch, for &quot;swig/include/java/gdal_java.i&quot;, the line: <br>
<br>
&quot;%typemap(javaimports) GDALColorTable %{&quot;<br>
<br>
have been substitued by <br>
<br>
&quot;%typemap(javaimports) GDALColorTableShadow %{&quot;<br>
<br><br>Daniele<br><br><div class="gmail_quote">On Mon, Oct 27, 2008 at 3:26 PM, Nidel, Mike <span dir="ltr">&lt;<a href="mailto:mike.nidel@lmco.com" target="_blank">mike.nidel@lmco.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I&#39;ve just updated to the tagged 1.5.3 version of GDAL. I&#39;m building the<br>
Swig Java bindings, and I&#39;m getting the following build error<br>
(truncated, occurs a total of 8 times):<br>
<br>
Buildfile: build.xml<br>
<br>
compile:<br>
 &nbsp; &nbsp;[javac] Compiling 39 source files to<br>
C:\src\gdal-1.5.3\swig\java\build\class<br>
es<br>
 &nbsp; &nbsp;[javac]<br>
C:\src\gdal-1.5.3\swig\java\org\gdal\gdal\ColorTable.java:35: cannot<br>
&nbsp;find symbol<br>
 &nbsp; &nbsp;[javac] symbol &nbsp;: method delete_ColorTable(long)<br>
 &nbsp; &nbsp;[javac] location: class org.gdal.gdal.gdalJNI<br>
 &nbsp; &nbsp;[javac] &nbsp; &nbsp; &nbsp; gdalJNI.delete_ColorTable(swigCPtr);<br>
 &nbsp; &nbsp;[javac] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br>
<br>
<br>
I know this relates to a patch that was provided by Daniele over at<br>
Geosolutions. I applied the patch to a previous build but haven&#39;t<br>
applied it to the 1.5.3 baseline on my system.<br>
<br>
Is there any intention of fixing this in GDAL? Is it possible I&#39;ve<br>
missed or forgotten some discussion on the topic? Perhaps it&#39;s fixed in<br>
a more recent build?<br>
<br>
<br>
Mike<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>-------------------------------------------------------<br>Eng. Daniele Romagnoli <br>Software Engineer<br><br>GeoSolutions S.A.S.<br>Via Carignoni 51<br>55041 Camaiore (LU)<br>

Italy<br><br>phone: +39 0584983027<br>fax: &nbsp; &nbsp; +39 0584983027<br>mob: &nbsp; +39 328 0559267<br><br><br><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a><br><br>-------------------------------------------------------<br>

<br>