Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. libtool: compile: gcc -fno-strict-aliasing -fpic -c -DUSE_FASTCGI -DUSE_CAIRO -DUSE_FRIBIDI -DUSE_FRIBIDI2 -DUSE_EXSLT -DUSE_XSLT -DUSE_XMLMAPFILE -DUSE_WMS_LYR -DUSE_WFS_LYR -DUSE_SOS_SVR -DUSE_LIBXML2 -DUSE_CURL -DUSE_CURLOPT_PROXYAUTH -DUSE_KML -DUSE_WCS_SVR -DUSE_WFS_SVR -DUSE_WMS_SVR -DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DHAVE_SYNC_FETCH_AND_ADD -DUSE_THREAD -DUSE_PROJ -DUSE_GD -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_GIF -DUSE_ICONV -DUSE_JPEG -DUSE_GIF -DUSE_PNG -DUSE_FREETYPE -DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT -DNEED_STRRSTR -DDISABLE_CVSID -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -Wall -DNDEBUG -I -I/home/abuild/rpmbuild/BUILD/mapserver-6.2.0 -I/usr/include -I/usr/include/fastcgi -pthread -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/fribidi -I/usr/include -I/usr/include -I/usr/include/libxml2 -I/usr/include/pgsql -I/usr/include/gdal -I/usr/include -I/usr/include -I/usr/include/freetype2 -I/usr/lib64/jvm/java-1.6.0-openjdk/include -I/usr/lib64/jvm/java-1.6.0-openjdk/include/linux -c javamapscript_wrap.c -fPIC -DPIC -o .libs/javamapscript_wrap.o
  2. javamapscript_wrap.c: In function 'new_imageObj':
  3. javamapscript_wrap.c:1499:13: warning: passing argument 1 of 'renderer->loadImageFromFile' discards 'const' qualifier from pointer target type [enabled by default]
  4. javamapscript_wrap.c:1499:13: note: expected 'char *' but argument is of type 'const char *'
  5. javamapscript_wrap.c: In function 'layerObj_getShape':
  6. javamapscript_wrap.c:1701:13: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
  7. javamapscript_wrap.c: In function 'layerObj_setItems':
  8. javamapscript_wrap.c:1750:5: warning: no return statement in function returning non-void [-Wreturn-type]
  9. javamapscript_wrap.c: In function 'layerObj_queryByAttributes':
  10. javamapscript_wrap.c:1796:13: error: 'layerObj' has no member named 'paginate'
  11. javamapscript_wrap.c: In function 'layerObj_queryByPoint':
  12. javamapscript_wrap.c:1817:13: error: 'layerObj' has no member named 'paginate'
  13. javamapscript_wrap.c: In function 'layerObj_queryByRect':
  14. javamapscript_wrap.c:1837:13: error: 'layerObj' has no member named 'paginate'
  15. javamapscript_wrap.c: In function 'mapObj_zoomRectangle':
  16. javamapscript_wrap.c:2559:20: warning: variable 'dY' set but not used [-Wunused-but-set-variable]
  17. javamapscript_wrap.c:2559:16: warning: variable 'dX' set but not used [-Wunused-but-set-variable]
  18. javamapscript_wrap.c: In function 'Java_edu_umn_gis_mapscript_mapscriptJNI_imageObj_1getBytes':
  19. javamapscript_wrap.c:18530:3: warning: pointer targets in passing argument 2 of 'SWIG_JavaArrayOutSchar' differ in signedness [-Wpointer-sign]
  20. javamapscript_wrap.c:384:12: note: expected 'signed char *' but argument is of type 'unsigned char *'
  21. javamapscript_wrap.c: In function 'Java_edu_umn_gis_mapscript_mapscriptJNI_msIO_1getStdoutBufferBytes':
  22. javamapscript_wrap.c:46028:3: warning: pointer targets in passing argument 2 of 'SWIG_JavaArrayOutSchar' differ in signedness [-Wpointer-sign]
  23. javamapscript_wrap.c:384:12: note: expected 'signed char *' but argument is of type 'unsigned char *'
  24. make: *** [javamapscript_wrap.lo] Error 1
  25. error: Bad exit status from /var/tmp/rpm-tmp.fd7yrn (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement