Advertisement
Guest User

Untitled

a guest
Mar 15th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. root@gis-dev-test:/opt/gdal# ./configure --with-geos --with-grass=/usr/local/grass-7.0.svn
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking C_WFLAGS for maximum warnings... -Wall -Wdeclaration-after-statement
  14. checking for g++... g++
  15. checking whether we are using the GNU C++ compiler... yes
  16. checking whether g++ accepts -g... yes
  17. checking CXX_WFLAGS for maximum warnings... -Wall
  18. checking for gcc... (cached) gcc
  19. checking whether we are using the GNU C compiler... (cached) yes
  20. checking whether gcc accepts -g... (cached) yes
  21. checking for gcc option to accept ISO C89... (cached) none needed
  22. checking whether we are using the GNU C++ compiler... (cached) yes
  23. checking whether g++ accepts -g... (cached) yes
  24. checking how to print strings... printf
  25. checking for a sed that does not truncate output... /bin/sed
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking for fgrep... /bin/grep -F
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  32. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  33. checking whether ln -s works... yes
  34. checking the maximum length of command line arguments... 1572864
  35. checking whether the shell understands some XSI constructs... yes
  36. checking whether the shell understands "+="... yes
  37. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  38. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  39. checking for /usr/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... dlltool
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... @
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking for gawk... no
  49. checking for mawk... mawk
  50. checking command to parse /usr/bin/nm -B output from gcc object... ok
  51. checking for sysroot... no
  52. checking for mt... mt
  53. checking if mt is a manifest tool... no
  54. checking how to run the C preprocessor... gcc -E
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking for dlfcn.h... yes
  66. checking for objdir... .libs
  67. checking if gcc supports -fno-rtti -fno-exceptions... no
  68. checking for gcc option to produce PIC... -fPIC -DPIC
  69. checking if gcc PIC flag -fPIC -DPIC works... yes
  70. checking if gcc static flag -static works... yes
  71. checking if gcc supports -c -o file.o... yes
  72. checking if gcc supports -c -o file.o... (cached) yes
  73. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  74. checking whether -lc should be explicitly linked in... no
  75. checking dynamic linker characteristics... GNU/Linux ld.so
  76. checking how to hardcode library paths into programs... immediate
  77. checking whether stripping libraries is possible... yes
  78. checking if libtool supports shared libraries... yes
  79. checking whether to build shared libraries... yes
  80. checking whether to build static libraries... yes
  81. checking how to run the C++ preprocessor... g++ -E
  82. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  83. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  84. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  85. checking for g++ option to produce PIC... -fPIC -DPIC
  86. checking if g++ PIC flag -fPIC -DPIC works... yes
  87. checking if g++ static flag -static works... yes
  88. checking if g++ supports -c -o file.o... yes
  89. checking if g++ supports -c -o file.o... (cached) yes
  90. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  91. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking for dlopen in -ldl... yes
  94. checking for nanosleep in -lrt... yes
  95. checking for sin in -lm... yes
  96. checking for ANSI C header files... (cached) yes
  97. checking assert.h usability... yes
  98. checking assert.h presence... yes
  99. checking for assert.h... yes
  100. checking fcntl.h usability... yes
  101. checking fcntl.h presence... yes
  102. checking for fcntl.h... yes
  103. checking for unistd.h... (cached) yes
  104. checking dbmalloc.h usability... no
  105. checking dbmalloc.h presence... no
  106. checking for dbmalloc.h... no
  107. checking for dlfcn.h... (cached) yes
  108. checking for stdint.h... (cached) yes
  109. checking limits.h usability... yes
  110. checking limits.h presence... yes
  111. checking for limits.h... yes
  112. checking locale.h usability... yes
  113. checking locale.h presence... yes
  114. checking for locale.h... yes
  115. checking values.h usability... yes
  116. checking values.h presence... yes
  117. checking for values.h... yes
  118. checking float.h usability... yes
  119. checking float.h presence... yes
  120. checking for float.h... yes
  121. checking errno.h usability... yes
  122. checking errno.h presence... yes
  123. checking for errno.h... yes
  124. checking direct.h usability... no
  125. checking direct.h presence... no
  126. checking for direct.h... no
  127. checking whether byte ordering is bigendian... no
  128. checking for 64bit integer type... long long
  129. checking for 64bit file io... yes
  130. checking for stat64... yes
  131. checking for fopen64... yes
  132. checking for ftruncate64... yes
  133. checking size of int... 4
  134. checking size of unsigned long... 8
  135. checking size of void*... 8
  136. checking for int8... no
  137. checking for int16... no
  138. checking for int32... no
  139. checking native cpu bit order... lsb2msb
  140. checking for vprintf... yes
  141. checking for _doprnt... no
  142. checking for snprintf... yes
  143. checking for vsnprintf... yes
  144. checking for atoll... yes
  145. checking for strtof... yes
  146. checking for getcwd... yes
  147. checking whether strtof is declared... yes
  148. checking for readlink... yes
  149. checking for gmtime_r... yes
  150. checking for localtime_r... yes
  151. checking for setlocale... yes
  152. checking to enable debug build... no, CFLAGS="-g -O2"
  153. checking whether GCC 4.1 atomic builtins are available... yes
  154. checking whether we should hide internal symbols... no
  155. checking for local include/lib path... none
  156. checking for pthread_create in -lpthread... yes
  157. checking for PTHREAD_MUTEX_RECURSIVE... yes
  158. checking for deflateInit_ in -lz... yes
  159. checking for inflateCopy in -lz... yes
  160. using pre-installed libz
  161. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  162. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  163. checking for shared library run path origin... /bin/bash: ./config.rpath: No such file or directory
  164. done
  165. checking for iconv... yes
  166. checking for working iconv... yes
  167. checking for iconv declaration...
  168. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  169. using ICONV_CPP_CONST=""
  170. checking for pg_config... no
  171. checking for PostgreSQL... no
  172. checking for G_asprintf in -lgrass_gis... yes
  173. checking for ffopen in -lcfitsio... no
  174. libcfitsio not found - FITS support disabled
  175. checking for Mopen in -lcsf... no
  176. checking csf.h usability... no
  177. checking csf.h presence... no
  178. checking for csf.h... no
  179. using internal csf code.
  180. checking for libpng... checking for png_set_IHDR in -lpng... no
  181. checking png.h usability... yes
  182. checking png.h presence... yes
  183. checking for png.h... yes
  184. using internal png code.
  185. checking for gta_version in -lgta... no
  186. libgta not found - GTA support disabled
  187. checking for PCIDSK... using internal libpcidsk.
  188. checking for libtiff... checking for TIFFScanlineSize64 in -ltiff... no
  189. using internal TIFF code.
  190. BigTIFF support enabled.
  191. using internal GeoTIFF code.
  192. checking for jpeg_read_scanlines in -ljpeg... no
  193. checking jpeglib.h usability... yes
  194. checking jpeglib.h presence... yes
  195. checking for jpeglib.h... yes
  196. using internal jpeg code.
  197. checking for jpeg12... enabled
  198. checking for DGifOpenFileName in -lgif... no
  199. checking gif_lib.h usability... no
  200. checking gif_lib.h presence... no
  201. checking for gif_lib.h... no
  202. using internal gif code.
  203. checking ecs.h usability... no
  204. checking ecs.h presence... no
  205. checking for ecs.h... no
  206. checking for FMEObjects... no
  207. checking for SDreaddata in -lmfhdfalt... no
  208. checking for SDreaddata in -lmfhdf... no
  209. checking for SDreaddata in -lhdf4... no
  210. checking for SDreaddata in -lmfhdf... no
  211. checking for SDreaddata in -lmfhdf... no
  212. checking for H5Fopen in -lhdf5... no
  213. checking for nc-config... no
  214. did not find nc-config, some features may be missing
  215. use --with-netcdf=/path/to/netcdf or add nc-config to PATH
  216. checking for nc_open in -lnetcdf... no
  217. libnetcdf not found ... netCDF support disabled
  218. checking for jpc_decode in -ljasper... no
  219. checking for jp2_decode in -ljasper... no
  220. checking for pgx_decode in -ljasper... no
  221. checking for opj_decode_tile_data in -lopenjpeg... no
  222. checking openjpeg.h usability... no
  223. checking openjpeg.h presence... no
  224. checking for openjpeg.h... no
  225. checking for OpenGeodatabase in -lFileGDBAPI... no
  226. checking for NCScbmOpenFileView in -lNCSEcw... no
  227. checking for NCScbmOpenFileView in -lecwj2... no
  228. checking for Kakadu JPEG2000 support... not requested.
  229. configure: MrSID support disabled.
  230. configure: MrSID/MG4 Lidar support disabled.
  231. checking for MSG... not requested
  232. checking for BSB... enabled
  233. checking if Oracle support is enabled... no
  234. checking for GRIB... enabled
  235. checking for OGR ... enabled
  236. checking for MySQL... no
  237. checking for Ingres... no
  238. checking for Xerces C++ Parser... no
  239. checking for XML_ParserCreate in -lexpat... yes
  240. checking for Expat XML Parser headers in /usr/include... found
  241. checking for Expat XML Parser... yes
  242. checking if Expat XML Parser version is >= 1.95.0... yes
  243. checking for Google libkml... no
  244. checking for SQLConnect in -lodbc... no
  245. checking for SQLInstallDriverEx in -lodbcinst... no
  246. checking if Oracle support is enabled... no
  247. checking Checking for DODS... disabled
  248. checking for curl-config... no
  249. disabled
  250. checking for sqlite3_open in -lsqlite3... yes
  251. checking for SQLite3 library >= 3.0.0... yes
  252. checking Checking for DWGdirect... disabled
  253. configure: IBM Informix DataBlade not supported.
  254. configure: checking whether we should include ESRI SDE support...
  255. ESRI SDE support not requested.
  256. checking for VFK support... yes
  257. checking for geos-config... /usr/bin/geos-config
  258. checking for GEOS version >= 2.2.0... yes
  259. checking for GEOSversion in -lgeos_c... yes
  260. configure: Using C API from GEOS 3.3.1
  261. checking for OpenCL support... no
  262. checking for FreeXL support... checking freexl.h usability... no
  263. checking freexl.h presence... no
  264. checking for freexl.h... no
  265. checking for freexl_open in -lfreexl... no
  266. checking for freexl_open in -lfreexl... no
  267. checking for freexl_open in -lfreexl... no
  268. libfreexl not found - FreeXL support disabled
  269. checking whether to enable PAM... yes
  270. checking for poppler... disabled
  271. checking for podofo... disabled
  272. checking how to link PROJ.4 library... link dynamically.
  273. checking GDAL version information from gdal_version.h: 1.9.0
  274. checking for perl bindings... disabled
  275. checking for php bindings... disabled
  276. checking for ruby bindings... disabled
  277. checking for python bindings... disabled
  278. checking whether we should include Java support... no
  279. checking whether we should include MDB support... no
  280. configure: checking whether we should include rasdaman support...
  281. rasdaman support not requested.
  282. checking whether we should include Armadillo support... no
  283. configure: creating ./config.status
  284. config.status: creating GDALmake.opt
  285. config.status: WARNING: 'GDALmake.opt.in' seems to ignore the --datarootdir setting
  286. config.status: creating port/cpl_config.h
  287. config.status: port/cpl_config.h is unchanged
  288. config.status: executing libtool commands
  289.  
  290. GDAL is now configured for x86_64-unknown-linux-gnu
  291.  
  292. Installation directory: /usr/local
  293. C compiler: gcc -g -O2
  294. C++ compiler: g++ -g -O2
  295.  
  296. LIBTOOL support: yes
  297.  
  298. LIBZ support: external
  299. LIBLZMA support: no
  300. GRASS support: grass57+
  301. CFITSIO support: no
  302. PCRaster support: internal
  303. LIBPNG support: internal
  304. GTA support: no
  305. LIBTIFF support: internal (BigTIFF=yes)
  306. LIBGEOTIFF support: internal
  307. LIBJPEG support: internal
  308. 8/12 bit JPEG TIFF: yes
  309. LIBGIF support: internal
  310. OGDI support: no
  311. HDF4 support: no
  312. HDF5 support: no
  313. NetCDF support: no
  314. Kakadu support: no
  315. JasPer support: no
  316. OpenJPEG support: no
  317. ECW support: no
  318. MrSID support: no
  319. MrSID/MG4 Lidar support: no
  320. MSG support: no
  321. GRIB support: yes
  322. EPSILON support: no
  323. WebP support: no
  324. cURL support (wms/wcs/...):no
  325. PostgreSQL support: no
  326. MySQL support: no
  327. Ingres support: no
  328. Xerces-C support: no
  329. NAS support: no
  330. Expat support: yes
  331. Google libkml support: no
  332. ODBC support: no
  333. PGeo support: no
  334. FGDB support: no
  335. MDB support: no
  336. PCIDSK support: internal
  337. OCI support: no
  338. GEORASTER support: no
  339. SDE support: no
  340. Rasdaman support: no
  341. DODS support: no
  342. SQLite support: yes
  343. SpatiaLite support: no
  344. DWGdirect support no
  345. INFORMIX DataBlade support:no
  346. GEOS support: yes
  347. VFK support: yes
  348. Poppler support: no
  349. Podofo support: no
  350. OpenCL support: no
  351. Armadillo support: no
  352. FreeXL support: no
  353.  
  354.  
  355. SWIG Bindings: no
  356.  
  357. Statically link PROJ.4: no
  358. enable OGR building: yes
  359. enable pthread support: yes
  360. enable POSIX iconv support:yes
  361. hide internal symbols: no
  362.  
  363.  
  364. after
  365.  
  366. make
  367.  
  368.  
  369. .....
  370. libtool: compile: g++ -g -O2 -Wall -I.. -I../.. -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrsegydatasource.cpp -fPIC -DPIC -o ../o/.libs/ogrsegydatasource.o
  371. libtool: compile: g++ -g -O2 -Wall -I.. -I../.. -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrsegydatasource.cpp -o ../o/ogrsegydatasource.o >/dev/null 2>&1
  372. /bin/bash /opt/gdal/libtool --mode=compile --tag=CXX g++ -g -O2 -Wall -I.. -I../.. -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c -o ../o/ogrsegylayer.lo ogrsegylayer.cpp
  373. libtool: compile: g++ -g -O2 -Wall -I.. -I../.. -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrsegylayer.cpp -fPIC -DPIC -o ../o/.libs/ogrsegylayer.o
  374. libtool: compile: g++ -g -O2 -Wall -I.. -I../.. -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrsegylayer.cpp -o ../o/ogrsegylayer.o >/dev/null 2>&1
  375. make[3]: Leaving directory `/opt/gdal/ogr/ogrsf_frmts/segy'
  376. make -C grass
  377. make[3]: Entering directory `/opt/gdal/ogr/ogrsf_frmts/grass'
  378. /bin/bash /opt/gdal/libtool --mode=compile --tag=CXX g++ -g -O2 -Wall -DUSE_CPL -DGRASS_GISBASE=\"/usr/local/grass-7.0.svn\" -I.. -I../.. -I/usr/local/grass-7.0.svn/include -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c -o ../o/ogrgrassdriver.lo ogrgrassdriver.cpp
  379. libtool: compile: g++ -g -O2 -Wall -DUSE_CPL -DGRASS_GISBASE=\"/usr/local/grass-7.0.svn\" -I.. -I../.. -I/usr/local/grass-7.0.svn/include -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrgrassdriver.cpp -fPIC -DPIC -o ../o/.libs/ogrgrassdriver.o
  380. libtool: compile: g++ -g -O2 -Wall -DUSE_CPL -DGRASS_GISBASE=\"/usr/local/grass-7.0.svn\" -I.. -I../.. -I/usr/local/grass-7.0.svn/include -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrgrassdriver.cpp -o ../o/ogrgrassdriver.o >/dev/null 2>&1
  381. /bin/bash /opt/gdal/libtool --mode=compile --tag=CXX g++ -g -O2 -Wall -DUSE_CPL -DGRASS_GISBASE=\"/usr/local/grass-7.0.svn\" -I.. -I../.. -I/usr/local/grass-7.0.svn/include -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c -o ../o/ogrgrassdatasource.lo ogrgrassdatasource.cpp
  382. libtool: compile: g++ -g -O2 -Wall -DUSE_CPL -DGRASS_GISBASE=\"/usr/local/grass-7.0.svn\" -I.. -I../.. -I/usr/local/grass-7.0.svn/include -I/opt/gdal/port -I/opt/gdal/gcore -I/opt/gdal/alg -I/opt/gdal/ogr -I/opt/gdal/ogr/ogrsf_frmts -DOGR_ENABLED -I/opt/gdal/port -c ogrgrassdatasource.cpp -fPIC -DPIC -o ../o/.libs/ogrgrassdatasource.o
  383. ogrgrassdatasource.cpp: In member function 'int OGRGRASSDataSource::Open(const char*, int, int, int)':
  384. ogrgrassdatasource.cpp:191:28: error: 'GV_FATAL_PRINT' was not declared in this scope
  385. ogrgrassdatasource.cpp:191:43: error: 'Vect_set_fatal_error' was not declared in this scope
  386. make[3]: *** [../o/ogrgrassdatasource.lo] Error 1
  387. make[3]: Leaving directory `/opt/gdal/ogr/ogrsf_frmts/grass'
  388. make[2]: *** [grass-target] Error 2
  389. make[2]: Leaving directory `/opt/gdal/ogr/ogrsf_frmts'
  390. make[1]: *** [sublibs] Error 2
  391. make[1]: Leaving directory `/opt/gdal/ogr'
  392. make: *** [ogr-target] Error 2
  393. root@gis-dev-test:/opt/gdal#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement