Hi list,<br>I downloaded and build GDAL 1.4 from the daily CVS.<br><br>Actually, the getBlockSize method is contained in the interface file band.i (gdal/swig/include).<br>The necessary binding is also contained in the swig&#39;s generated wrapper gdal_wrap.cpp (gdal/swig/java).
<br><br>However, the produced java proxy class Band.java (gdal/swig/java/org/gdal/gdal) contains no binding for the getBlockSize method. (Maybe Swig was not correctly executed). By this way, a Java program cannot access to getBlockSize.
<br clear="all"><br>Thus, I&#39;m providing to generate JAVA SWIG wrappers but I have some trouble.
<br><br>When executing SWIG, it returns this error:<br>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<br>Microsoft (R) Program Maintenance Utility Version 7.10.3077<br>Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br><br>swig -Wall -Iinclude -Iinclude/java&nbsp; -ID:\AllData\gdal-2007 -c++ -java -o gdalconst_wrap.c -package org/gdal/gdal 
gdal.i<br>include\Band.i(215): Warning(453): Can&#39;t apply (IF_ERROR_RETURN_NONE). No typemaps are defined.<br>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
<br><br><br>I&#39;m searching this text within the files of the whole swig folder but I cannot find the IF_ERROR_RETURN_NONE typemap.<br>It is possible that IF_ERROR_RETURN_NONE was recently defined but not yet included in the GDAL CVS repository?
<br><br>
Does anybody have any clues about what I&#39;m doing wrong?<br>Thank you very much<br>-- <br>Best Regards,<br>Daniele