Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. root@infolab-HP-Z420-Workstation:/home/infolab# R CMD INSTALL --configure-args='--with-proj-include=/usr/local/includes/ --with-proj-lib=/usr/local/lib/proj --with-proj-share=/usr/share/proj/' /home/infolab/Downloads/rgdal
  2. * installing to library ‘/usr/local/lib/R/site-library’
  3. * installing *source* package ‘rgdal’ ...
  4. ** package ‘rgdal’ successfully unpacked and MD5 sums checked
  5. configure: CC: gcc -std=gnu99
  6. configure: CXX: g++
  7. configure: rgdal: 0.8-10
  8. checking for /usr/bin/svnversion... yes
  9. configure: svn revision: 496
  10. configure: gdal-config: gdal-config
  11. checking gdal-config usability... yes
  12. configure: GDAL: 1.10.0
  13. checking GDAL version >= 1.6.3... yes
  14. checking for gcc... gcc -std=gnu99
  15. checking for C compiler default output file name... a.out
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc -std=gnu99 accepts -g... yes
  22. checking for gcc -std=gnu99 option to accept ANSI C... none needed
  23. checking how to run the C preprocessor... gcc -std=gnu99 -E
  24. checking for egrep... grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking gdal.h usability... yes
  36. checking gdal.h presence... yes
  37. checking for gdal.h... yes
  38. checking gdal: linking with --libs only... yes
  39. checking GDAL: /usr/share/gdal/pcs.csv readable... yes
  40. checking proj_api.h usability... yes
  41. checking proj_api.h presence... yes
  42. checking for proj_api.h... yes
  43. checking for pj_init_plus in -lproj... yes
  44. checking PROJ.4 Version 4.7 or earlier... no
  45. configure: PROJ_LIB: /usr/share/proj/
  46. proj_conf_test.c:3:7: error: conflicting types for 'pj_open_lib'
  47. /usr/local/include/proj_api.h:146:8: note: previous declaration of 'pj_open_lib' was here
  48. checking PROJ.4: epsg found and readable... no
  49. Error: proj/epsg not found
  50. Either install missing proj support files, for example
  51. the proj-nad and proj-epsg RPMs on systems using RPMs,
  52. or if installed but not autodetected, set PROJ_LIB to the
  53. correct path, and if need be use the --with-proj-share=
  54. configure argument.
  55. ERROR: configuration failed for package ‘rgdal’
  56. * removing ‘/usr/local/lib/R/site-library/rgdal’