Created
April 24, 2019 21:49
-
-
Save geographika/72fd1dec763aa01d38f7c4d515968225 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@php-mapscript:/build/mapserver/build# sudo cmake .. -DCMAKE_BUILD_TYPE=Release \ | |
> -DWITH_CLIENT_WFS=ON \ | |
> -DWITH_CLIENT_WMS=ON \ | |
> -DWITH_CURL=ON \ | |
> -DWITH_GDAL=ON \ | |
> -DWITH_GIF=ON \ | |
> -DWITH_ICONV=ON \ | |
> -DWITH_KML=ON \ | |
> -DWITH_LIBXML2=ON \ | |
> -DWITH_OGR=ON \ | |
> -DWITH_ORACLESPATIAL=OFF \ | |
> -DWITH_POINT_Z_M=ON \ | |
> -DWITH_PROJ=ON \ | |
> -DWITH_SOS=ON \ | |
> -DWITH_THREAD_SAFETY=ON \ | |
> -DWITH_WCS=ON \ | |
> -DWITH_WFS=ON \ | |
> -DWITH_WMS=ON \ | |
> -DWITH_FCGI=OFF \ | |
> -DWITH_FRIBIDI=OFF \ | |
> -DWITH_CAIRO=OFF \ | |
> -DWITH_POSTGRES=OFF \ | |
> -DWITH_HARFBUZZ=OFF \ | |
> -DWITH_POSTGIS=OFF \ | |
> -DWITH_PYTHON=ON \ | |
> -DWITH_PHPNG=ON \ | |
> -DWITH_PHP=ON \ | |
> -DCMAKE_INSTALL_PREFIX=/usr \ | |
> | |
-- The C compiler identification is GNU 4.8.4 | |
-- The CXX compiler identification is GNU 4.8.4 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Looking for strrstr | |
-- Looking for strrstr - not found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strcasestr | |
-- Looking for strcasestr - found | |
-- Looking for strlcat | |
-- Looking for strlcat - not found | |
-- Looking for strlcpy | |
-- Looking for strlcpy - not found | |
-- Looking for strlen | |
-- Looking for strlen - found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for vsnprintf | |
-- Looking for vsnprintf - found | |
-- Looking for lrintf | |
-- Looking for lrintf - found | |
-- Looking for lrint | |
-- Looking for lrint - found | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - found | |
-- Performing Test HAVE_SYNC_FETCH_AND_ADD | |
-- Performing Test HAVE_SYNC_FETCH_AND_ADD - Success | |
-- Found ProtobufC: /usr/lib/x86_64-linux-gnu/libprotobuf-c.so | |
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") | |
-- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.50") | |
-- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so | |
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so | |
-- Found PROJ: /usr/lib/libproj.so | |
-- Looking for iconv | |
-- Looking for iconv - found | |
-- Found iconv library: | |
-- Found GEOS: /usr/lib/x86_64-linux-gnu/libgeos_c.so | |
-- Found GDAL: /usr/lib/libgdal.so | |
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.35.0") | |
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.1") | |
-- Looking for include file pthread.h | |
-- Looking for include file pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Performing Test GIF_GifFileType_UserData | |
-- Performing Test GIF_GifFileType_UserData - Success | |
-- Found GIF: /usr/lib/x86_64-linux-gnu/libgif.so (found version "4") | |
-- Found SWIG: /usr/bin/swig (found version "4.0.0") | |
-- Found PythonInterp: /usr/bin/python (found version "2.7.6") | |
-- Could NOT find PY_setuptools (missing: PY_SETUPTOOLS) | |
-- CMake Version: 2.8 | |
-- Build Type: Release | |
-- Python MapScript output directory: /build/mapserver/build/mapscript/python | |
-- Python Executable: /usr/bin/python | |
-- Python site packages: /usr/lib/python2.7/dist-packages | |
-- /usr/include/php/20151012/main | |
-- Found PHP-Version 7.0.33-6+ubuntu14.04.1+deb.sury.org+3 (using /usr/bin/php-config) | |
-- /usr/include/php/20151012/main | |
-- Found PHP-Version 7.0.33-6+ubuntu14.04.1+deb.sury.org+3 (using /usr/bin/php-config) | |
-- * Summary of configured options for this build | |
-- * Mandatory components | |
-- * png: /usr/lib/x86_64-linux-gnu/libpng.so | |
-- * jpeg: /usr/lib/x86_64-linux-gnu/libjpeg.so | |
-- * freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so | |
-- * Optional components | |
-- * GDAL: /usr/lib/libgdal.so | |
-- * OGR: /usr/lib/libgdal.so | |
-- * GIF: /usr/lib/x86_64-linux-gnu/libgif.so | |
-- * MYSQL: disabled | |
-- * FRIBIDI: disabled | |
-- * HARFBUZZ: disabled | |
-- * GIF: /usr/lib/x86_64-linux-gnu/libgif.so | |
-- * CAIRO: disabled | |
-- * SVGCAIRO: disabled | |
-- * RSVG: disabled | |
-- * CURL: /usr/lib/x86_64-linux-gnu/libcurl.so | |
-- * PROJ: /usr/lib/libproj.so | |
-- * PIXMAN: disabled | |
-- * LIBXML2: /usr/lib/x86_64-linux-gnu/libxml2.so | |
-- * POSTGIS: disabled | |
-- * GEOS: /usr/lib/x86_64-linux-gnu/libgeos_c.so | |
-- * FastCGI: disabled | |
-- * PROTOBUFC: /usr/lib/x86_64-linux-gnu/libprotobuf-c.so | |
-- * Oracle Spatial: disabled | |
-- * Exempi XMP: disabled | |
-- * Optional features | |
-- * WMS SERVER: ENABLED | |
-- * WFS SERVER: ENABLED | |
-- * WCS SERVER: ENABLED | |
-- * SOS SERVER: ENABLED | |
-- * WMS CLIENT: ENABLED | |
-- * WFS CLIENT: ENABLED | |
-- * ICONV: ENABLED | |
-- * Thread-safety support: ENABLED | |
-- * KML output: ENABLED | |
-- * Z+M point coordinate support: ENABLED | |
-- * XML Mapfile support: disabled | |
-- * Mapscripts | |
-- * Python: ENABLED | |
-- * PHP: ENABLED | |
-- * PHPNG: ENABLED | |
-- * PERL: disabled | |
-- * RUBY: disabled | |
-- * JAVA: disabled | |
-- * C#: disabled | |
-- * V8 Javascript: disabled | |
-- * Apache Module (Experimental): disabled | |
-- | |
-- Will install files to /usr | |
-- Will install libraries to /usr/lib | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
WITH_POSTGRES | |
-- Build files have been written to: /build/mapserver/build | |
root@php-mapscript:/build/mapserver/build# make | |
[ 0%] Generating renderers/mvt/vector_tile.pb-c.c, renderers/mvt/vector_tile.pb-c.h | |
Scanning dependencies of target mapserver | |
[ 1%] Building C object CMakeFiles/mapserver.dir/renderers/mvt/vector_tile.pb-c.c.o | |
[ 2%] Building C object CMakeFiles/mapserver.dir/fontcache.c.o | |
[ 2%] Building C object CMakeFiles/mapserver.dir/cgiutil.c.o | |
[ 3%] Building C object CMakeFiles/mapserver.dir/mapgeos.c.o | |
[ 3%] Building C object CMakeFiles/mapserver.dir/maporaclespatial.c.o | |
[ 4%] Building C object CMakeFiles/mapserver.dir/mapsearch.c.o | |
[ 5%] Building C object CMakeFiles/mapserver.dir/mapwms.c.o | |
[ 5%] Building C object CMakeFiles/mapserver.dir/classobject.c.o | |
[ 6%] Building C object CMakeFiles/mapserver.dir/mapgml.c.o | |
[ 6%] Building C object CMakeFiles/mapserver.dir/mapoutput.c.o | |
/build/mapserver/mapoutput.c: In function ‘msOutputFormatResolveFromImage’: | |
/build/mapserver/mapoutput.c:1163:11: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] | |
int ret; | |
^ | |
[ 7%] Building C object CMakeFiles/mapserver.dir/mapwmslayer.c.o | |
[ 8%] Building C object CMakeFiles/mapserver.dir/layerobject.c.o | |
[ 8%] Building C object CMakeFiles/mapserver.dir/mapgraticule.c.o | |
[ 9%] Building C object CMakeFiles/mapserver.dir/mapows.c.o | |
[ 9%] Building C object CMakeFiles/mapserver.dir/mapservutil.c.o | |
[ 10%] Building C object CMakeFiles/mapserver.dir/mapxbase.c.o | |
[ 11%] Building C object CMakeFiles/mapserver.dir/maphash.c.o | |
[ 11%] Building C object CMakeFiles/mapserver.dir/mapowscommon.c.o | |
[ 12%] Building C object CMakeFiles/mapserver.dir/mapshape.c.o | |
[ 12%] Building C object CMakeFiles/mapserver.dir/mapxml.c.o | |
[ 13%] Building C object CMakeFiles/mapserver.dir/mapbits.c.o | |
[ 14%] Building C object CMakeFiles/mapserver.dir/maphttp.c.o | |
[ 14%] Building C object CMakeFiles/mapserver.dir/mapparser.c.o | |
[ 15%] Building C object CMakeFiles/mapserver.dir/mapstring.c.o | |
[ 15%] Building C object CMakeFiles/mapserver.dir/mapxmp.c.o | |
[ 16%] Building C object CMakeFiles/mapserver.dir/mapcairo.c.o | |
[ 17%] Building C object CMakeFiles/mapserver.dir/mapimageio.c.o | |
[ 17%] Building C object CMakeFiles/mapserver.dir/mappluginlayer.c.o | |
[ 18%] Building C object CMakeFiles/mapserver.dir/mapsymbol.c.o | |
[ 18%] Building C object CMakeFiles/mapserver.dir/mapchart.c.o | |
[ 19%] Building C object CMakeFiles/mapserver.dir/mapimagemap.c.o | |
[ 20%] Building C object CMakeFiles/mapserver.dir/mappool.c.o | |
[ 20%] Building C object CMakeFiles/mapserver.dir/maptclutf.c.o | |
[ 21%] Building C object CMakeFiles/mapserver.dir/mapcluster.c.o | |
[ 21%] Building C object CMakeFiles/mapserver.dir/mapio.c.o | |
[ 22%] Building C object CMakeFiles/mapserver.dir/mappostgis.c.o | |
[ 23%] Building C object CMakeFiles/mapserver.dir/maptemplate.c.o | |
[ 23%] Building C object CMakeFiles/mapserver.dir/mapcontext.c.o | |
[ 24%] Building C object CMakeFiles/mapserver.dir/mapjoin.c.o | |
[ 24%] Building C object CMakeFiles/mapserver.dir/mappostgresql.c.o | |
[ 25%] Building C object CMakeFiles/mapserver.dir/mapthread.c.o | |
[ 26%] Building C object CMakeFiles/mapserver.dir/mapcopy.c.o | |
[ 26%] Building C object CMakeFiles/mapserver.dir/maplabel.c.o | |
[ 27%] Building C object CMakeFiles/mapserver.dir/mapprimitive.c.o | |
[ 27%] Building C object CMakeFiles/mapserver.dir/maptile.c.o | |
[ 28%] Building C object CMakeFiles/mapserver.dir/mapcpl.c.o | |
[ 29%] Building C object CMakeFiles/mapserver.dir/maplayer.c.o | |
[ 29%] Building C object CMakeFiles/mapserver.dir/mapproject.c.o | |
/build/mapserver/mapproject.c: In function ‘msProjectRectGrid’: | |
/build/mapserver/mapproject.c:694:14: warning: ‘prj_rect.maxy’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
rect->maxy = prj_rect.maxy; | |
^ | |
/build/mapserver/mapproject.c:693:14: warning: ‘prj_rect.maxx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
rect->maxx = prj_rect.maxx; | |
^ | |
/build/mapserver/mapproject.c:692:14: warning: ‘prj_rect.miny’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
rect->miny = prj_rect.miny; | |
^ | |
/build/mapserver/mapproject.c:691:14: warning: ‘prj_rect.minx’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
rect->minx = prj_rect.minx; | |
^ | |
[ 30%] Building C object CMakeFiles/mapserver.dir/maptime.c.o | |
[ 30%] Building C object CMakeFiles/mapserver.dir/mapcrypto.c.o | |
[ 31%] Building C object CMakeFiles/mapserver.dir/maplegend.c.o | |
[ 32%] Building C object CMakeFiles/mapserver.dir/hittest.c.o | |
[ 32%] Building C object CMakeFiles/mapserver.dir/mapprojhack.c.o | |
[ 33%] Building C object CMakeFiles/mapserver.dir/maptree.c.o | |
[ 33%] Building C object CMakeFiles/mapserver.dir/mapdebug.c.o | |
[ 34%] Building C object CMakeFiles/mapserver.dir/maplexer.c.o | |
[ 35%] Building C object CMakeFiles/mapserver.dir/mapquantization.c.o | |
[ 35%] Building C object CMakeFiles/mapserver.dir/mapunion.c.o | |
[ 36%] Building C object CMakeFiles/mapserver.dir/mapdraw.c.o | |
[ 36%] Building C object CMakeFiles/mapserver.dir/maplibxml2.c.o | |
[ 37%] Building C object CMakeFiles/mapserver.dir/mapquery.c.o | |
[ 38%] Building C object CMakeFiles/mapserver.dir/maputil.c.o | |
[ 38%] Building C object CMakeFiles/mapserver.dir/strptime.c.o | |
[ 39%] Building C object CMakeFiles/mapserver.dir/mapdrawgdal.c.o | |
[ 39%] Building C object CMakeFiles/mapserver.dir/mapraster.c.o | |
[ 40%] Building C object CMakeFiles/mapserver.dir/mapuvraster.c.o | |
[ 41%] Building C object CMakeFiles/mapserver.dir/mapdummyrenderer.c.o | |
[ 41%] Building C object CMakeFiles/mapserver.dir/mapobject.c.o | |
[ 42%] Building C object CMakeFiles/mapserver.dir/maprasterquery.c.o | |
[ 42%] Building C object CMakeFiles/mapserver.dir/mapwcs.c.o | |
[ 43%] Building C object CMakeFiles/mapserver.dir/maperror.c.o | |
[ 44%] Building C object CMakeFiles/mapserver.dir/mapogcfilter.c.o | |
[ 44%] Building C object CMakeFiles/mapserver.dir/mapregex.c.o | |
[ 45%] Building C object CMakeFiles/mapserver.dir/mapwcs11.c.o | |
[ 45%] Building C object CMakeFiles/mapserver.dir/mapfile.c.o | |
[ 46%] Building C object CMakeFiles/mapserver.dir/mapogcfiltercommon.c.o | |
[ 47%] Building C object CMakeFiles/mapserver.dir/maprendering.c.o | |
[ 47%] Building C object CMakeFiles/mapserver.dir/mapwcs20.c.o | |
[ 48%] Building C object CMakeFiles/mapserver.dir/mapogcsld.c.o | |
[ 48%] Building C object CMakeFiles/mapserver.dir/mapmetadata.c.o | |
/build/mapserver/mapmetadata.c: In function ‘_msMetadataGetOnline’: | |
/build/mapserver/mapmetadata.c:148:14: warning: ‘link_protocol’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
xmlAddChild(psORNode, _msMetadataGetCharacterString(namespace, "protocol", link_protocol)); | |
^ | |
[ 50%] Building C object CMakeFiles/mapserver.dir/mapresample.c.o | |
[ 51%] Building C object CMakeFiles/mapserver.dir/mapwfs.c.o | |
[ 51%] Building C object CMakeFiles/mapserver.dir/mapgdal.c.o | |
/build/mapserver/mapgdal.c: In function ‘msSaveImageGDAL’: | |
/build/mapserver/mapgdal.c:288:21: warning: ignoring return value of ‘GDALRasterIO’, declared with attribute warn_unused_result [-Wunused-result] | |
GDALRasterIO( hBand, GF_Write, 0, iLine, image->width, 1, | |
^ | |
/build/mapserver/mapgdal.c:294:21: warning: ignoring return value of ‘GDALRasterIO’, declared with attribute warn_unused_result [-Wunused-result] | |
GDALRasterIO( hBand, GF_Write, 0, iLine, image->width, 1, | |
^ | |
/build/mapserver/mapgdal.c:299:21: warning: ignoring return value of ‘GDALRasterIO’, declared with attribute warn_unused_result [-Wunused-result] | |
GDALRasterIO( hBand, GF_Write, 0, iLine, image->width, 1, | |
^ | |
/build/mapserver/mapgdal.c:332:23: warning: ignoring return value of ‘GDALRasterIO’, declared with attribute warn_unused_result [-Wunused-result] | |
GDALRasterIO( hBand, GF_Write, 0, iLine, image->width, 1, | |
^ | |
/build/mapserver/mapgdal.c:355:23: warning: ignoring return value of ‘GDALRasterIO’, declared with attribute warn_unused_result [-Wunused-result] | |
GDALRasterIO( hBand, GF_Write, 0, iLine, image->width, 1, | |
^ | |
[ 52%] Building C object CMakeFiles/mapserver.dir/mapogcsos.c.o | |
[ 52%] Building C object CMakeFiles/mapserver.dir/mapscale.c.o | |
[ 53%] Building C object CMakeFiles/mapserver.dir/mapwfs11.c.o | |
[ 54%] Building C object CMakeFiles/mapserver.dir/mapwfs20.c.o | |
[ 54%] Building C object CMakeFiles/mapserver.dir/mapgeomtransform.c.o | |
[ 55%] Building C object CMakeFiles/mapserver.dir/mapogroutput.c.o | |
/build/mapserver/mapogroutput.c: In function ‘msOGRRecursiveFileList’: | |
/build/mapserver/mapogroutput.c:151:13: warning: ignoring return value of ‘VSIStatL’, declared with attribute warn_unused_result [-Wunused-result] | |
VSIStatL( full_filename, &sStatBuf ); | |
^ | |
/build/mapserver/mapogroutput.c: In function ‘msOGRCleanupDS’: | |
/build/mapserver/mapogroutput.c:200:13: warning: ignoring return value of ‘VSIStatL’, declared with attribute warn_unused_result [-Wunused-result] | |
VSIStatL( full_filename, &sStatBuf ); | |
^ | |
[ 55%] Building C object CMakeFiles/mapserver.dir/mapwfslayer.c.o | |
[ 56%] Building CXX object CMakeFiles/mapserver.dir/mapagg.cpp.o | |
In file included from /build/mapserver/mapagg.h:31:0, | |
from /build/mapserver/mapagg.cpp:32: | |
/build/mapserver/renderers/agg/include/agg_path_storage.h: In function ‘int agg2RenderEllipseSymbol(imageObj*, double, double, symbolObj*, symbolStyleObj*)’: | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:169:9: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
coord_ptr[1] = T(y); | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:723:23: note: ‘y’ was declared here | |
double x, y; | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:168:9: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
coord_ptr[0] = T(x); | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:723:20: note: ‘x’ was declared here | |
double x, y; | |
^ | |
[ 57%] Building CXX object CMakeFiles/mapserver.dir/mapkml.cpp.o | |
[ 57%] Building CXX object CMakeFiles/mapserver.dir/mapgeomutil.cpp.o | |
[ 58%] Building CXX object CMakeFiles/mapserver.dir/mapkmlrenderer.cpp.o | |
[ 58%] Building C object CMakeFiles/mapserver.dir/textlayout.c.o | |
/build/mapserver/textlayout.c: In function ‘msLayoutTextSymbol’: | |
/build/mapserver/textlayout.c:692:18: warning: unused variable ‘glyph_count’ [-Wunused-variable] | |
unsigned int glyph_count,j; | |
^ | |
[ 59%] Building CXX object CMakeFiles/mapserver.dir/maputfgrid.cpp.o | |
In file included from /build/mapserver/mapagg.h:31:0, | |
from /build/mapserver/maputfgrid.cpp:33: | |
/build/mapserver/renderers/agg/include/agg_path_storage.h: In function ‘int utfgridRenderEllipseSymbol(imageObj*, double, double, symbolObj*, symbolStyleObj*)’: | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:169:9: warning: ‘y’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
coord_ptr[1] = T(y); | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:723:23: note: ‘y’ was declared here | |
double x, y; | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:168:9: warning: ‘x’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
coord_ptr[0] = T(x); | |
^ | |
/build/mapserver/renderers/agg/include/agg_path_storage.h:723:20: note: ‘x’ was declared here | |
double x, y; | |
^ | |
[ 60%] Building CXX object CMakeFiles/mapserver.dir/mapogr.cpp.o | |
[ 60%] Building C object CMakeFiles/mapserver.dir/mapcontour.c.o | |
[ 61%] Building C object CMakeFiles/mapserver.dir/mapsmoothing.c.o | |
[ 61%] Building CXX object CMakeFiles/mapserver.dir/mapv8.cpp.o | |
[ 62%] Building C object CMakeFiles/mapserver.dir/kerneldensity.c.o | |
[ 63%] Building C object CMakeFiles/mapserver.dir/mapcompositingfilter.c.o | |
[ 63%] Building C object CMakeFiles/mapserver.dir/mapmvt.c.o | |
[ 64%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_arc.cpp.o | |
[ 64%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_vcgen_dash.cpp.o | |
[ 65%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_vcgen_contour.cpp.o | |
[ 66%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_curves.cpp.o | |
[ 66%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_embedded_raster_fonts.cpp.o | |
[ 67%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_trans_affine.cpp.o | |
[ 67%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_vcgen_stroke.cpp.o | |
[ 68%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_font_freetype.cpp.o | |
[ 69%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/agg_line_aa_basics.cpp.o | |
[ 69%] Building CXX object CMakeFiles/mapserver.dir/renderers/agg/src/clipper.cpp.o | |
[ 70%] Building CXX object CMakeFiles/mapserver.dir/mapscript/v8/point.cpp.o | |
[ 70%] Building CXX object CMakeFiles/mapserver.dir/mapscript/v8/line.cpp.o | |
[ 71%] Building CXX object CMakeFiles/mapserver.dir/mapscript/v8/shape.cpp.o | |
[ 72%] Building CXX object CMakeFiles/mapserver.dir/mapscript/v8/v8_mapscript.cpp.o | |
Linking CXX shared library libmapserver.so | |
[ 72%] Built target mapserver | |
Scanning dependencies of target legend | |
[ 72%] Building C object CMakeFiles/legend.dir/legend.c.o | |
Linking C executable legend | |
[ 72%] Built target legend | |
Scanning dependencies of target mapserv | |
[ 73%] Building C object CMakeFiles/mapserv.dir/mapserv.c.o | |
Linking C executable mapserv | |
[ 73%] Built target mapserv | |
Scanning dependencies of target msencrypt | |
[ 73%] Building C object CMakeFiles/msencrypt.dir/msencrypt.c.o | |
Linking C executable msencrypt | |
[ 73%] Built target msencrypt | |
Scanning dependencies of target scalebar | |
[ 74%] Building C object CMakeFiles/scalebar.dir/scalebar.c.o | |
Linking C executable scalebar | |
[ 74%] Built target scalebar | |
Scanning dependencies of target shp2img | |
[ 75%] Building C object CMakeFiles/shp2img.dir/shp2img.c.o | |
Linking C executable shp2img | |
[ 75%] Built target shp2img | |
Scanning dependencies of target shptree | |
[ 75%] Building C object CMakeFiles/shptree.dir/shptree.c.o | |
Linking C executable shptree | |
[ 75%] Built target shptree | |
Scanning dependencies of target shptreetst | |
[ 76%] Building C object CMakeFiles/shptreetst.dir/shptreetst.c.o | |
Linking C executable shptreetst | |
[ 76%] Built target shptreetst | |
Scanning dependencies of target shptreevis | |
[ 76%] Building C object CMakeFiles/shptreevis.dir/shptreevis.c.o | |
Linking C executable shptreevis | |
[ 76%] Built target shptreevis | |
Scanning dependencies of target sortshp | |
[ 77%] Building C object CMakeFiles/sortshp.dir/sortshp.c.o | |
Linking C executable sortshp | |
[ 77%] Built target sortshp | |
Scanning dependencies of target tile4ms | |
[ 78%] Building C object CMakeFiles/tile4ms.dir/tile4ms.c.o | |
Linking C executable tile4ms | |
[ 78%] Built target tile4ms | |
[ 78%] Swig source | |
Scanning dependencies of target _pythonmapscript | |
[ 79%] Building C object mapscript/python/CMakeFiles/_pythonmapscript.dir/__/mapscriptPYTHON_wrap.c.o | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘imageObj_write’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:4015:28: warning: unused variable ‘renderer’ [-Wunused-variable] | |
rendererVTableObj *renderer = NULL; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_CompositingFilter_filter_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:6612:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:CompositingFilter_filter_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_clusterObj_region_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7386:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:clusterObj_region_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_clusterObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7440:65: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:clusterObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_clusterObj_setGroup’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7537:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:clusterObj_setGroup", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_clusterObj_setFilter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7634:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:clusterObj_setFilter", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_outputFormatObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7849:62: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:outputFormatObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_outputFormatObj_mimetype_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7902:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:outputFormatObj_mimetype_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_outputFormatObj_driver_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:7955:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:outputFormatObj_driver_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_outputFormatObj_extension_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:8008:67: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:outputFormatObj_extension_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_new_outputFormatObj’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:8323:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "O|z:new_outputFormatObj", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_queryMapObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9101:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:queryMapObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_log_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9293:52: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_log_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_imagepath_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9346:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_imagepath_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_imageurl_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9399:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_imageurl_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_temppath_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9452:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_temppath_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_template_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9528:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_template_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_header_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9581:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_header_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_footer_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9634:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_footer_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_empty_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9687:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_empty_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_error_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9740:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_error_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_mintemplate_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:9949:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_mintemplate_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_maxtemplate_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10002:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_maxtemplate_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_queryformat_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10055:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_queryformat_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_legendformat_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10108:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_legendformat_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_browseformat_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10161:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_browseformat_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_webObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10346:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:webObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_rangeitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:10944:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:styleObj_rangeitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_symbolname_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:11101:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:styleObj_symbolname_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:12314:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:styleObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_setSymbolByName’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:12462:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOz:styleObj_setSymbolByName", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_setBinding’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:12573:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOz:styleObj_setBinding", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_styleObj_setGeomTransform’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:12728:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:styleObj_setGeomTransform", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_font_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:13229:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:labelObj_font_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_encoding_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:14790:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:labelObj_encoding_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:15085:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:labelObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_setBinding’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:15295:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOz:labelObj_setBinding", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_setExpression’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:15348:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:labelObj_setExpression", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_labelObj_setText’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:15445:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:labelObj_setText", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:15964:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_title_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16017:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_title_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_template_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16070:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_template_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_keyimage_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16423:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_keyimage_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_group_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16476:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_group_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16678:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_setExpression’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16823:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_setExpression", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_setText’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:16920:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_setText", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_getMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:17017:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_getMetaData", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_setMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:17066:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:classObj_setMetaData", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_classObj_getNextMetaDataKey’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:17162:65: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:classObj_getNextMetaDataKey", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolSetObj_filename_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:19259:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolSetObj_filename_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolSetObj_getSymbolByName’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:19565:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolSetObj_getSymbolByName", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolSetObj_index’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:19613:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolSetObj_index", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_referenceMapObj_image_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:20099:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:referenceMapObj_image_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_referenceMapObj_markername_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:20256:68: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:referenceMapObj_markername_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_referenceMapObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:20489:70: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:referenceMapObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_scalebarObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:21514:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:scalebarObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_legendObj_template_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:22301:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:legendObj_template_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_legendObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:22378:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:legendObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_imageObj_save’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:22879:53: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz|O:imageObj_save", , &arg2, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_scaleTokenEntryObj_value_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23247:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:scaleTokenEntryObj_value_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_scaleTokenObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23396:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:scaleTokenObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_classitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23649:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_classitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_header_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23817:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_header_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_footer_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23870:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_footer_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_template_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23923:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_template_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:23976:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_group_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:24029:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_group_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_data_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:24134:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_data_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_labelitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25123:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_labelitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_tileitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25176:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_tileitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_tileindex_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25229:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_tileindex_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_tilesrs_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25282:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_tilesrs_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_connection_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25387:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_connection_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_plugin_library_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25440:65: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_plugin_library_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_plugin_library_original_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25493:74: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_plugin_library_original_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_bandsitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25621:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_bandsitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_filteritem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25674:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_filteritem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_styleitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25727:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_styleitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_requires_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25780:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_requires_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_labelrequires_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:25833:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_labelrequires_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_classgroup_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:26151:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_classgroup_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_mask_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:26204:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_mask_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_encoding_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:26257:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_encoding_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_utfitem_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:26310:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_utfitem_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_updateFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:26772:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_updateFromString", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_queryByFilter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:27701:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOz:layerObj_queryByFilter", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_queryByAttributes’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:27761:67: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOzzO:layerObj_queryByAttributes", , , &arg3, &arg4, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_setFilter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28222:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_setFilter", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_setWKTProjection’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28319:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_setWKTProjection", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_setProjection’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28416:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_setProjection", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_getMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28702:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_getMetaData", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_setMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28751:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:layerObj_setMetaData", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_removeMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28799:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_removeMetaData", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_getNextMetaDataKey’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28895:65: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_getNextMetaDataKey", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_getWMSFeatureInfoURL’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:28955:71: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOOOOz:layerObj_getWMSFeatureInfoURL", , , , , , &arg6)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_applySLD’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:29081:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:layerObj_applySLD", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_applySLDURL’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:29130:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:layerObj_applySLDURL", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_layerObj_setGeomTransform’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:29924:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:layerObj_setGeomTransform", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:30037:53: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_shapepath_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:30904:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_shapepath_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_mappath_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:30957:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_mappath_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_datapattern_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:31350:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_datapattern_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_templatepattern_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:31403:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_templatepattern_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_new_mapObj’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:31474:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] | |
PyObject *swig_obj[1] ; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getLayerByName’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:32176:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getLayerByName", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getSymbolByName’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:32224:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getSymbolByName", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setImageType’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:32366:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_setImageType", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_selectOutputFormat’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:32413:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_selectOutputFormat", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_queryByFilter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:32975:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_queryByFilter", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setWKTProjection’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33265:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_setWKTProjection", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setProjection’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33362:58: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_setProjection", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_save’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33410:49: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_save", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_saveQuery’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33461:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz|O:mapObj_saveQuery", , &arg2, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_loadQuery’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33516:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_loadQuery", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_saveQueryAsGML’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33624:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz|O:mapObj_saveQueryAsGML", , &arg2, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33681:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getMetaData", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33730:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:mapObj_setMetaData", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_removeMetaData’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33778:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_removeMetaData", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getNextMetaDataKey’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33874:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getNextMetaDataKey", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setSymbolSet’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:33922:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_setSymbolSet", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setFontSet’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34018:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_setFontSet", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_saveMapContext’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34066:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_saveMapContext", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_loadMapContext’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34117:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz|O:mapObj_loadMapContext", , &arg2, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_setConfigOption’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34385:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:mapObj_setConfigOption", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getConfigOption’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34433:60: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getConfigOption", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_applySLD’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34528:53: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_applySLD", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_applySLDURL’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34576:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_applySLDURL", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_getOutputFormatByName’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:34897:66: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_getOutputFormatByName", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_removeOutputFormat’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:35000:63: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:mapObj_removeOutputFormat", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_mapObj_loadOWSParameters’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:35051:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OO|z:mapObj_loadOWSParameters", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_msLoadMapFromString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:35824:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] | |
PyObject *swig_obj[2] ; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_rectObj_draw’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:36352:54: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOOOOz:rectObj_draw", , , , , , &arg6)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_pointObj_draw’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:36881:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOOOOz:pointObj_draw", , , , , , &arg6)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_shapeObj_text_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:38123:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:shapeObj_text_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_shapeObj_fromWKT’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:38371:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] | |
PyObject *swig_obj[1] ; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_shapeObj_setValue’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:40240:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "OOz:shapeObj_setValue", , , &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_new_shapefileObj’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:41232:62: error: expected expression before ‘)’ token | |
if (!PyArg_ParseTuple(args, "z|O:new_shapefileObj", &arg1, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_new_projectionObj’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:41904:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] | |
PyObject *swig_obj[1] ; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_projectionObj_setWKTProjection’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:41997:68: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:projectionObj_setWKTProjection", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_colorObj_setHex’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:42519:53: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:colorObj_setHex", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolObj_name_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:42626:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolObj_name_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolObj_character_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:43424:61: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolObj_character_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_symbolObj_font_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:43477:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:symbolObj_font_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_new_symbolObj’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:43532:59: error: expected expression before ‘)’ token | |
if (!PyArg_ParseTuple(args, "z|O:new_symbolObj", &arg1, )) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_msGetErrorString’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44476:13: warning: unused variable ‘swig_obj’ [-Wunused-variable] | |
PyObject *swig_obj[1] ; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_hashTableObj_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44631:55: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:hashTableObj_set", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_hashTableObj_get’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44680:56: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz|z:hashTableObj_get", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_hashTableObj_remove’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44728:57: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:hashTableObj_remove", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_hashTableObj_nextKey’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44823:59: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "O|z:hashTableObj_nextKey", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_OWSRequest_contenttype_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:44956:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:OWSRequest_contenttype_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_OWSRequest_postrequest_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:45009:64: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:OWSRequest_postrequest_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_OWSRequest_httpcookiedata_set’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:45062:67: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Oz:OWSRequest_httpcookiedata_set", , &arg2)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_OWSRequest_setParameter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:45307:62: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:OWSRequest_setParameter", , &arg2, &arg3)) SWIG_fail; | |
^ | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c: In function ‘_wrap_OWSRequest_addParameter’: | |
/build/mapserver/build/mapscript/python/../mapscriptPYTHON_wrap.c:45355:62: error: expected expression before ‘,’ token | |
if (!PyArg_ParseTuple(args, "Ozz:OWSRequest_addParameter", , &arg2, &arg3)) SWIG_fail; | |
^ | |
make[2]: *** [mapscript/python/CMakeFiles/_pythonmapscript.dir/__/mapscriptPYTHON_wrap.c.o] Error 1 | |
make[1]: *** [mapscript/python/CMakeFiles/_pythonmapscript.dir/all] Error 2 | |
make: *** [all] Error 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment