Advertisement
chohlasa

Untitled

Oct 25th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Downloading/unpacking GDAL==1.10.0 (from -r python_requirements.txt (line 6))
  2. Downloading GDAL-1.10.0.tar.gz (449kB): 449kB downloaded
  3. Running setup.py egg_info for package GDAL
  4. Installing collected packages: GDAL
  5. Found existing installation: GDAL 1.9.2
  6. Uninstalling GDAL:
  7. Successfully uninstalled GDAL
  8. Running setup.py install for GDAL
  9. building 'osgeo._gdal' extension
  10. gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I/usr/include/python2.6 -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-2.6/extensions/gdal_wrap.o
  11. extensions/gdal_wrap.cpp:2853:22: error: cpl_port.h: No such file or directory
  12. extensions/gdal_wrap.cpp:2854:24: error: cpl_string.h: No such file or directory
  13. extensions/gdal_wrap.cpp:2855:27: error: cpl_multiproc.h: No such file or directory
  14. extensions/gdal_wrap.cpp:2856:22: error: cpl_http.h: No such file or directory
  15. extensions/gdal_wrap.cpp:2858:18: error: gdal.h: No such file or directory
  16. extensions/gdal_wrap.cpp:2859:23: error: gdal_priv.h: No such file or directory
  17. extensions/gdal_wrap.cpp:2860:22: error: gdal_alg.h: No such file or directory
  18. extensions/gdal_wrap.cpp:2861:24: error: gdalwarper.h: No such file or directory
  19. extensions/gdal_wrap.cpp:4625:22: error: gdalgrid.h: No such file or directory
  20. extensions/gdal_wrap.cpp:2878: error: ‘CPLErrorHandler’ does not name a type
  21. extensions/gdal_wrap.cpp:2881: error: expected initializer before ‘PythonBindingErrorHandler’
  22. extensions/gdal_wrap.cpp:2753: warning: ‘swig_module’ defined but not used
  23. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement