Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. cmake -DCMAKE_INSTALL_PREFIX=~/Applications -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=MinSizeRel -DWITH_INTERNAL_SPATIALITE=TRUE -DGEOS_INCLUDE_DIR=/usr/local/Cellar/geos/3.2.2/include -DGEOS_LIBRARY=/usr/local/Cellar/geos/3.2.2/lib/libgeos_c.dylib -DGDAL_INCLUDE_DIR=/usr/local/Cellar/gdal/1.7.3/include -DGDAL_LIBRARY=/usr/local/Cellar/gdal/1.7.3/lib/libgdal.dylib -DPYTHON_EXECUTABLE=/usr/local/Cellar/python/2.7.1/bin/python
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Checking whether C compiler has -isysroot
  5. -- Checking whether C compiler has -isysroot - yes
  6. -- Checking whether C compiler supports OSX deployment target flag
  7. -- Checking whether C compiler supports OSX deployment target flag - yes
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Checking whether CXX compiler has -isysroot
  13. -- Checking whether CXX compiler has -isysroot - yes
  14. -- Checking whether CXX compiler supports OSX deployment target flag
  15. -- Checking whether CXX compiler supports OSX deployment target flag - yes
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Quantum GIS version: 1.6.0 Copiapo (10600)
  21. -- Could not find GRASS
  22. -- Found Iconv: /usr/lib/libiconv.dylib
  23. -- Looking for openpty
  24. -- Looking for openpty - found
  25. -- Found Proj: /usr/local/lib/libproj.dylib
  26. -- Found Expat: /usr/lib/libexpat.dylib
  27. -- Found GSL: -L/usr/local/Cellar/gsl/1.14/lib -lgsl -lgslcblas -lm
  28. -- Found GEOS: /usr/local/Cellar/geos/3.2.2/lib/libgeos_c.dylib
  29. -- Found GDAL: /usr/local/Cellar/gdal/1.7.3/lib/libgdal.dylib
  30. -- Found QWT: /usr/local/lib/libqwt.dylib
  31. -- Found PostgreSQL: /usr/local/Cellar/postgresql/9.0.2/lib/libpq.dylib
  32. -- Looking for Q_WS_X11
  33. -- Looking for Q_WS_X11 - not found.
  34. -- Looking for Q_WS_WIN
  35. -- Looking for Q_WS_WIN - not found.
  36. -- Looking for Q_WS_QWS
  37. -- Looking for Q_WS_QWS - not found.
  38. -- Looking for Q_WS_MAC
  39. -- Looking for Q_WS_MAC - found
  40. -- Looking for QT_MAC_USE_COCOA
  41. -- Looking for QT_MAC_USE_COCOA - found
  42. -- Found Qt-Version 4.7.1 (using /usr/local/bin/qmake)
  43. -- Found PythonInterp: /usr/local/Cellar/python/2.7.1/bin/python
  44. -- Found Python executable: /usr/local/Cellar/python/2.7.1/bin/python
  45. -- Found Python version: 2.7.1
  46. -- Found Python library: -framework Python
  47. -- Found SIP version: 4.12
  48. -- Found PyQt4 version: 4.8.2
  49. -- Found FCGI: /usr/lib/libfcgi.dylib
  50. -- Configuring done
  51. -- Generating done
Add Comment
Please, Sign In to add comment