Hi,
the thing I have noticed in 1.5.3 is that in "swig/include/gdal.i" there is:
#if !defined(SWIGJAVA)
%include "ColorTable.i"
#endif
In case you are building JAVA bindings, the include will be skipped
resulting in errors.
Not sure why this has been added.
In the patch I have provided to Mike, I
I've just updated to the tagged 1.5.3 version of GDAL. I'm building the
Swig Java bindings, and I'm getting the following build error
(truncated, occurs a total of 8 times):
Buildfile: build.xml
compile:
[javac] Compiling 39 source files to
C:\src\gdal-1.5.3\swig\java\build\class
es
[java