Advertisement
goatbar

matplotlib-basemap mac osx build failure

Jul 29th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. customize UnixCCompiler
  2. customize UnixCCompiler using build_ext
  3. building 'mpl_toolkits.basemap._proj' extension
  4. compiling C sources
  5. C compiler: gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/sw/include
  6.  
  7. creating build/temp.macosx-10.7-x86_64-2.7
  8. creating build/temp.macosx-10.7-x86_64-2.7/src
  9. compile options: '-Isrc -I/sw/lib/python2.7/site-packages/numpy/core/include -I/sw/include/python2.7 -c'
  10. gcc: src/PJ_geos.c
  11. src/PJ_geos.c:162:26: error: no member named 'ctx' in 'struct PJconsts'
  12. if ((P->h = pj_param(P->ctx, P->params, "dh").f) <= 0.) E_ERROR(-30);
  13. ~ ^
  14. src/PJ_geos.c:164:37: error: no member named 'ctx' in 'struct PJconsts'
  15. P->sweep_axis = pj_param(P->ctx, P->params, "ssweep").s;
  16. ~ ^
  17. 2 errors generated.
  18. src/PJ_geos.c:162:26: error: no member named 'ctx' in 'struct PJconsts'
  19. if ((P->h = pj_param(P->ctx, P->params, "dh").f) <= 0.) E_ERROR(-30);
  20. ~ ^
  21. src/PJ_geos.c:164:37: error: no member named 'ctx' in 'struct PJconsts'
  22. P->sweep_axis = pj_param(P->ctx, P->params, "ssweep").s;
  23. ~ ^
  24. 2 errors generated.
  25. error: Command "gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/sw/include -Isrc -I/sw/lib/python2.7/site-packages/numpy/core/include -I/sw/include/python2.7 -c src/PJ_geos.c -o build/temp.macosx-10.7-x86_64-2.7/src/PJ_geos.o" failed with exit status 1
  26. ### execution of /tmp/fink.uzn_3 failed, exit code 1
  27. ### execution of /tmp/fink.Yis2d failed, exit code 1
  28. Removing runtime build-lock...
  29. Removing build-lock package...
  30. /sw/bin/dpkg-lockwait -r fink-buildlock-matplotlib-basemap-py27-1.0.4-1
  31. (Reading database ... 297343 files and directories currently installed.)
  32. Removing fink-buildlock-matplotlib-basemap-py27-1.0.4-1 ...
  33. Failed: phase installing: matplotlib-basemap-py27-1.0.4-1 failed
  34.  
  35.  
  36.  
  37.  
  38. Also include the following system information:
  39. Package manager version: 0.34.1
  40. Distribution version: selfupdate-cvs Sat Jul 28 07:37:13 2012, 10.7, x86_64
  41. Trees: local/main stable/main
  42. Xcode.app: 4.4
  43. Xcode command-line tools: 4.3.0.0.1.1249367152
  44. Max. Fink build jobs: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement