Skip to content

Instantly share code, notes, and snippets.

@oldpatricka
Created November 5, 2010 18:44
Show Gist options
  • Save oldpatricka/664591 to your computer and use it in GitHub Desktop.
Save oldpatricka/664591 to your computer and use it in GitHub Desktop.
build porblems
==> ############## building java bindings
==> make
make
mkdir -p org/gdal/gdal
mkdir -p org/gdal/gdalconst
swig -Wall -I../include -I../include/java -I../include/java/docs -outdir "org/gdal/gdal" -package "org.gdal.gdal" -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2 -c++ -java -o gdal_wrap.cpp ../include/gdal.i
mkdir -p org/gdal/ogr
mkdir -p org/gdal/osr
swig -Wall -I../include -I../include/java -I../include/java/docs -outdir "org/gdal/gdalconst" -package "org.gdal.gdalconst" -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2 -java -o gdalconst_wrap.c ../include/gdalconst.i
swig -Wall -I../include -I../include/java -I../include/java/docs -outdir "org/gdal/ogr" -package "org.gdal.ogr" -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2 -c++ -java -o ogr_wrap.cpp ../include/ogr.i
../include/Driver.i:98: Warning(516): Overloaded method CreateCopy(char const *,GDALDatasetShadow *,int,char **,GDALProgressFunc) ignored. Method CreateCopy(char const *,GDALDatasetShadow *,int,char **,GDALProgressFunc,void *) at ../include/Driver.i:98 used.
../include/Driver.i:98: Warning(516): Overloaded method CreateCopy(char const *,GDALDatasetShadow *,int,char **,GDALProgressFunc,void *) ignored. Method CreateCopy(char const *,GDALDatasetShadow *,int,char **,GDALProgressFunc) at ../include/Driver.i:98 used.
../include/Dataset.i:258: Warning(516): Overloaded method BuildOverviews(char const *,int,int *,GDALProgressFunc) ignored. Method BuildOverviews(char const *,int,int *,GDALProgressFunc,void *) at ../include/Dataset.i:258 used.
../include/Dataset.i:258: Warning(516): Overloaded method BuildOverviews(char const *,int,int *,GDALProgressFunc,void *) ignored. Method BuildOverviews(char const *,int,int *,GDALProgressFunc) at ../include/Dataset.i:258 used.
swig -Wall -I../include -I../include/java -I../include/java/docs -outdir "org/gdal/osr" -package "org.gdal.osr" -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2 -c++ -java -o osr_wrap.cpp ../include/osr.i
../include/Band.i:259: Warning(453): Can't apply (IF_ERROR_RETURN_NONE). No typemaps are defined.
../include/Band.i:269: Warning(453): Can't apply (IF_ERROR_RETURN_NONE). No typemaps are defined.
../include/Band.i:273: Warning(516): Overloaded method ComputeStatistics(bool,double *,double *,double *,double *,GDALProgressFunc) ignored. Method ComputeStatistics(bool,double *,double *,double *,double *,GDALProgressFunc,void *) at ../include/Band.i:273 used.
../include/Band.i:273: Warning(516): Overloaded method ComputeStatistics(bool,double *,double *,double *,double *,GDALProgressFunc,void *) ignored. Method ComputeStatistics(bool,double *,double *,double *,double *,GDALProgressFunc) at ../include/Band.i:273 used.
/bin/sh /private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/libtool --mode=compile --tag=CC /usr/bin/cc -fno-strict-aliasing -O3 -march=core2 -msse4.1 -w -pipe -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/port -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/gcore -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/alg -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/ogr -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/ogr/ogrsf_frmts -I/usr/lib/jvm/java-6-openjdk//include -I/usr/lib/jvm/java-6-openjdk//include/linux -c gdalconst_wrap.c
libtool: compile: /usr/bin/cc -fno-strict-aliasing -O3 -march=core2 -msse4.1 -w -pipe -Wall -Wdeclaration-after-statement -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/port -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/gcore -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/alg -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/ogr -I/private/tmp/homebrew-gdal-1.7.2-89rL/gdal-1.7.2/ogr/ogrsf_frmts -I/usr/lib/jvm/java-6-openjdk//include -I/usr/lib/jvm/java-6-openjdk//include/linux -c gdalconst_wrap.c -fno-common -DPIC -o .libs/gdalconst_wrap.o
../include/java/gdal_java.i:607: Warning(516): Overloaded method GetDefaultHistogram(double *,double *,int *,int **,bool,GDALProgressFunc) ignored. Method GetDefaultHistogram(double *,double *,int *,int **,bool,GDALProgressFunc,void *) at ../include/java/gdal_java.i:607 used.
../include/java/gdal_java.i:607: Warning(516): Overloaded method GetDefaultHistogram(double *,double *,int *,int **,bool,GDALProgressFunc,void *) ignored. Method GetDefaultHistogram(double *,double *,int *,int **,bool,GDALProgressFunc) at ../include/java/gdal_java.i:607 used.
gdalconst_wrap.c:121:17: error: jni.h: No such file or directory
gdalconst_wrap.c:145: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:237: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:258: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:266: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutSchar’
gdalconst_wrap.c:283: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:304: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:312: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutUchar’
gdalconst_wrap.c:329: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:350: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:358: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutShort’
gdalconst_wrap.c:375: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:396: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:404: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutUshort’
gdalconst_wrap.c:421: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:442: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:450: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutInt’
gdalconst_wrap.c:467: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:488: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:496: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutUint’
gdalconst_wrap.c:513: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:534: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:542: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutLong’
gdalconst_wrap.c:559: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:580: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:588: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutUlong’
gdalconst_wrap.c:605: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:626: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:634: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutLonglong’
gdalconst_wrap.c:651: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:672: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:680: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutFloat’
gdalconst_wrap.c:697: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:718: error: expected ‘)’ before ‘*’ token
gdalconst_wrap.c:726: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SWIG_JavaArrayOutDouble’
gdalconst_wrap.c:755: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:768: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:781: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:794: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:807: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:820: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:833: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:846: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:859: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:872: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:885: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:898: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:911: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:924: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:937: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:950: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:963: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:976: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:989: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1002: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1015: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1028: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1041: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1054: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1067: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1080: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1093: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1119: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1132: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1145: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1171: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1184: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1197: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1210: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1223: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1236: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1249: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1262: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1275: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1288: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1301: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1314: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1327: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1340: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1353: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1366: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1379: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1392: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1405: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1418: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1431: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1444: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1457: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1470: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1483: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1496: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1509: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1522: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1535: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1548: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1561: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1574: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1600: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1613: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1626: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1639: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1652: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1665: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1678: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1691: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1704: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1717: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1730: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1756: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1769: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1782: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1795: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1808: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1821: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1834: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1847: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1860: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1873: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1886: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1899: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1912: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1925: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1938: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1951: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1964: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1977: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:1990: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2003: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2016: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2029: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2042: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2055: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2068: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
gdalconst_wrap.c:2081: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘JNICALL’
make: *** [gdalconst_wrap.lo] Error 1
make: *** Waiting for unfinished jobs....
../include/Operations.i:89: Warning(516): Overloaded method ComputeMedianCutPCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,GDALColorTableShadow *,GDALProgressFunc) ignored. Method ComputeMedianCutPCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,GDALColorTableShadow *,GDALProgressFunc,void *) at ../include/Operations.i:89 used.
../include/Operations.i:89: Warning(516): Overloaded method ComputeMedianCutPCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,GDALColorTableShadow *,GDALProgressFunc,void *) ignored. Method ComputeMedianCutPCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,GDALColorTableShadow *,GDALProgressFunc) at ../include/Operations.i:89 used.
../include/Operations.i:118: Warning(516): Overloaded method DitherRGB2PCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALColorTableShadow *,GDALProgressFunc) ignored. Method DitherRGB2PCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALColorTableShadow *,GDALProgressFunc,void *) at ../include/Operations.i:118 used.
../include/Operations.i:118: Warning(516): Overloaded method DitherRGB2PCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALColorTableShadow *,GDALProgressFunc,void *) ignored. Method DitherRGB2PCT(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,GDALColorTableShadow *,GDALProgressFunc) at ../include/Operations.i:118 used.
../include/Operations.i:151: Warning(516): Overloaded method ReprojectImage(GDALDatasetShadow *,GDALDatasetShadow *,char const *,char const *,GDALResampleAlg,double,double,GDALProgressFunc) ignored. Method ReprojectImage(GDALDatasetShadow *,GDALDatasetShadow *,char const *,char const *,GDALResampleAlg,double,double,GDALProgressFunc,void *) at ../include/Operations.i:151 used.
../include/Operations.i:151: Warning(516): Overloaded method ReprojectImage(GDALDatasetShadow *,GDALDatasetShadow *,char const *,char const *,GDALResampleAlg,double,double,GDALProgressFunc,void *) ignored. Method ReprojectImage(GDALDatasetShadow *,GDALDatasetShadow *,char const *,char const *,GDALResampleAlg,double,double,GDALProgressFunc) at ../include/Operations.i:151 used.
../include/Operations.i:173: Warning(516): Overloaded method ComputeProximity(GDALRasterBandShadow *,GDALRasterBandShadow *,char **,GDALProgressFunc) ignored. Method ComputeProximity(GDALRasterBandShadow *,GDALRasterBandShadow *,char **,GDALProgressFunc,void *) at ../include/Operations.i:173 used.
../include/Operations.i:173: Warning(516): Overloaded method ComputeProximity(GDALRasterBandShadow *,GDALRasterBandShadow *,char **,GDALProgressFunc,void *) ignored. Method ComputeProximity(GDALRasterBandShadow *,GDALRasterBandShadow *,char **,GDALProgressFunc) at ../include/Operations.i:173 used.
../include/Operations.i:222: Warning(516): Overloaded method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *,char **,GDALProgressFunc) ignored. Method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *,char **,GDALProgressFunc,void *) at ../include/Operations.i:222 used.
../include/Operations.i:222: Warning(516): Overloaded method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *,char **,GDALProgressFunc,void *) ignored. Method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *,char **,GDALProgressFunc) at ../include/Operations.i:222 used.
../include/Operations.i:222: Warning(516): Overloaded method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int) ignored. Method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *) at ../include/Operations.i:222 used.
../include/Operations.i:222: Warning(516): Overloaded method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int,double *) ignored. Method RasterizeLayer(GDALDatasetShadow *,int,int *,OGRLayerShadow *,int) at ../include/Operations.i:222 used.
../include/Operations.i:292: Warning(516): Overloaded method Polygonize(GDALRasterBandShadow *,GDALRasterBandShadow *,OGRLayerShadow *,int,char **,GDALProgressFunc) ignored. Method Polygonize(GDALRasterBandShadow *,GDALRasterBandShadow *,OGRLayerShadow *,int,char **,GDALProgressFunc,void *) at ../include/Operations.i:292 used.
../include/Operations.i:292: Warning(516): Overloaded method Polygonize(GDALRasterBandShadow *,GDALRasterBandShadow *,OGRLayerShadow *,int,char **,GDALProgressFunc,void *) ignored. Method Polygonize(GDALRasterBandShadow *,GDALRasterBandShadow *,OGRLayerShadow *,int,char **,GDALProgressFunc) at ../include/Operations.i:292 used.
../include/Operations.i:319: Warning(516): Overloaded method FillNodata(GDALRasterBandShadow *,GDALRasterBandShadow *,double,int,char **,GDALProgressFunc) ignored. Method FillNodata(GDALRasterBandShadow *,GDALRasterBandShadow *,double,int,char **,GDALProgressFunc,void *) at ../include/Operations.i:319 used.
../include/Operations.i:319: Warning(516): Overloaded method FillNodata(GDALRasterBandShadow *,GDALRasterBandShadow *,double,int,char **,GDALProgressFunc,void *) ignored. Method FillNodata(GDALRasterBandShadow *,GDALRasterBandShadow *,double,int,char **,GDALProgressFunc) at ../include/Operations.i:319 used.
../include/Operations.i:345: Warning(516): Overloaded method SieveFilter(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,int,char **,GDALProgressFunc) ignored. Method SieveFilter(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,int,char **,GDALProgressFunc,void *) at ../include/Operations.i:345 used.
../include/Operations.i:345: Warning(516): Overloaded method SieveFilter(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,int,char **,GDALProgressFunc,void *) ignored. Method SieveFilter(GDALRasterBandShadow *,GDALRasterBandShadow *,GDALRasterBandShadow *,int,int,char **,GDALProgressFunc) at ../include/Operations.i:345 used.
../include/Operations.i:376: Warning(516): Overloaded method RegenerateOverviews(GDALRasterBandShadow *,int,GDALRasterBandShadow **,char const *,GDALProgressFunc) ignored. Method RegenerateOverviews(GDALRasterBandShadow *,int,GDALRasterBandShadow **,char const *,GDALProgressFunc,void *) at ../include/Operations.i:376 used.
../include/Operations.i:376: Warning(516): Overloaded method RegenerateOverviews(GDALRasterBandShadow *,int,GDALRasterBandShadow **,char const *,GDALProgressFunc,void *) ignored. Method RegenerateOverviews(GDALRasterBandShadow *,int,GDALRasterBandShadow **,char const *,GDALProgressFunc) at ../include/Operations.i:376 used.
../include/Operations.i:403: Warning(516): Overloaded method RegenerateOverview(GDALRasterBandShadow *,GDALRasterBandShadow *,char const *,GDALProgressFunc) ignored. Method RegenerateOverview(GDALRasterBandShadow *,GDALRasterBandShadow *,char const *,GDALProgressFunc,void *) at ../include/Operations.i:403 used.
../include/Operations.i:403: Warning(516): Overloaded method RegenerateOverview(GDALRasterBandShadow *,GDALRasterBandShadow *,char const *,GDALProgressFunc,void *) ignored. Method RegenerateOverview(GDALRasterBandShadow *,GDALRasterBandShadow *,char const *,GDALProgressFunc) at ../include/Operations.i:403 used.
Exit status: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment