Guest User

Untitled

a guest
Dec 2nd, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 5.89 KB | None | 0 0
  1. jainbasil@Jains-MacBook-Pro ~/Development/Scribus/Git/scribus/indic_build $ cmake -DBUILD_OSX_BUNDLE=1 -DWANT_CAIRO=1 -DCMAKE_INSTALL_PREFIX:PATH=/Users/jainbasil/Applications/Scribus_Indic.App/Contents/ ../Scribus/
  2. -- Shared Library Flags:
  3. -- The C compiler identification is GNU 4.2.1
  4. -- The CXX compiler identification is Clang 3.1.0
  5. -- Checking whether C compiler has -isysroot
  6. -- Checking whether C compiler has -isysroot - yes
  7. -- Checking whether C compiler supports OSX deployment target flag
  8. -- Checking whether C compiler supports OSX deployment target flag - yes
  9. -- Check for working C compiler: /usr/bin/gcc
  10. -- Check for working C compiler: /usr/bin/gcc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Scribus 1.5.0.svn will be built to install into /Users/jainbasil/Applications/Scribus_Indic.App/Contents
  18. -- Machine: i686-apple-darwin11, void pointer size: 8
  19. -- Found target X86
  20. -- Found Snow Leopard Target: Apple, 64 bit, X86
  21. -- Building for target i686-apple-darwin11
  22. -- APPLEBUNDLE install prefix: /Users/jainbasil/Applications/Scribus_Indic.App/Contents/Scribus1.5.0.svn.app/Contents
  23. -- Using standard ApplicationDataDir. You can change it with -DAPPLICATION_DATA_DIR
  24. Setting x86_64 Architecture for OSX Build/Bundle
  25. -- x86_64 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
  26. -- Looking for Q_WS_X11
  27. -- Looking for Q_WS_X11 - not found.
  28. -- Looking for Q_WS_WIN
  29. -- Looking for Q_WS_WIN - not found.
  30. -- Looking for Q_WS_QWS
  31. -- Looking for Q_WS_QWS - not found.
  32. -- Looking for Q_WS_MAC
  33. -- Looking for Q_WS_MAC - found
  34. -- Looking for QT_MAC_USE_COCOA
  35. -- Looking for QT_MAC_USE_COCOA - found
  36. -- Found Qt4: /Users/jainbasil/QtSDK/Desktop/Qt/4.8.1/gcc/bin/qmake (found suitable version "4.8.1", required is "4.7.0")
  37. Qt4 Found OK
  38. -- QtWebkit Found OK
  39. -- Building without Qt3 Support (GOOD)
  40. -- Found ZLIB: /usr/lib/libz.dylib  
  41. ZLIB Library Found OK
  42. -- Found PNG: /opt/local/lib/libpng.dylib  
  43. Using PNG Library: /opt/local/lib/libpng.dylib
  44. PNG Library Found OK
  45. No OSG found, building without 3D Extension
  46. -- Found JPEG: /opt/local/lib/libjpeg.dylib  
  47. JPEG Library Found OK
  48. -- Found TIFF: /opt/local/lib/libtiff.dylib  
  49. TIFF Library Found OK
  50. -- Found PythonLibs: /usr/lib/libpython2.7.dylib (found version "2.7.1")
  51. Python Library Found OK
  52. -- Found Freetype: /opt/local/lib/libfreetype.dylib (found version "2.4.10")
  53. -- FreeType2 Library Found OK
  54. -- Looking for FT_Get_First_Char in /opt/local/lib/libfreetype.dylib
  55. -- Looking for FT_Get_First_Char in /opt/local/lib/libfreetype.dylib - found
  56. -- Looking for FT_Get_Next_Char in /opt/local/lib/libfreetype.dylib
  57. -- Looking for FT_Get_Next_Char in /opt/local/lib/libfreetype.dylib - found
  58. -- Found PKG_CONFIG: /opt/local/bin/pkg-config (found version "0.27.1")
  59. -- checking for one of the modules 'libcairo>=1.2.0;cairo>=1.2.0'
  60. CAIRO Library Found OK
  61. -- Found Cups: /usr/lib/libcups.dylib (found version "1.5.3")
  62. CUPS Library Found OK
  63. -- Found LibXml2: /opt/local/lib/libxml2.dylib (found version "2.8.0")
  64. LIBXML2 Library Found OK
  65. LCMS ReleaseLibrary: /opt/local/lib/liblcms.dylib
  66. LCMS Debug Library: LCMS_LIBRARY_DEBUG-NOTFOUND
  67. LCMS Library: /opt/local/lib/liblcms.dylib
  68. LCMS 2 ReleaseLibrary: /opt/local/lib/liblcms2.dylib
  69. LCMS 2 Debug Library: LCMS2_LIBRARY_DEBUG-NOTFOUND
  70. LCMS 2 Library: /opt/local/lib/liblcms2.dylib
  71. LittleCMS-2 Library Found OK
  72. -- checking for one of the modules 'fontconfig'
  73. FontConfig Found OK
  74. -- Found ASPELL: /opt/local/lib/libaspell.dylib  
  75. ASpell Found OK
  76. PoDoFo NOT found - Disabling support for PDF embedded in AI
  77. -- Boost version: 1.50.0
  78. Boost Library Found OK
  79. Building without GraphicksMagick (use -DWANT_GRAPHICSMAGICK=1 to enable)
  80. -- checking for one of the modules 'libpoppler>=0.17.1;poppler>=0.17.1'
  81. Poppler NOT found - Disabling support for native PDF import
  82. -- ICU Found OK
  83. -- Check if the system is big endian
  84. -- Searching 16 bit integer
  85. -- Looking for sys/types.h
  86. -- Looking for sys/types.h - found
  87. -- Looking for stdint.h
  88. -- Looking for stdint.h - found
  89. -- Looking for stddef.h
  90. -- Looking for stddef.h - found
  91. -- Check size of unsigned short
  92. -- Check size of unsigned short - done
  93. -- Using unsigned short
  94. -- Check if the system is big endian - little endian
  95. -- Looking for dlfcn.h
  96. -- Looking for dlfcn.h - found
  97. -- Looking for unistd.h
  98. -- Looking for unistd.h - found
  99. -- Looking for sys/stat.h
  100. -- Looking for sys/stat.h - found
  101. -- Looking for include file endian.h
  102. -- Looking for include file endian.h - not found.
  103. -- Looking for include file fcntl.h
  104. -- Looking for include file fcntl.h - found
  105. RPATH: lib/scribus/plugins/;
  106. -- /Users/jainbasil/QtSDK/Desktop/Qt/4.8.1/gcc/lib/QtCore.framework/Users/jainbasil/QtSDK/Desktop/Qt/4.8.1/gcc/lib/QtGui.framework/Users/jainbasil/QtSDK/Desktop/Qt/4.8.1/gcc/lib/QtXml.framework/opt/local/lib/libxml2.dylib/usr/lib/libz.dylib-undefined dynamic_lookup
  107. -- Building with Scripter 1
  108. -- Detected APPLEBUNDLE setting, adjust Aspell dictionary location, be sure to install dictionaries in: /Users/jainbasil/Applications/Scribus_Indic.App/Contents/Scribus1.5.0.svn.app/Contents/share/aspell/
  109. -- Source header files will be installed
  110. -- /Users/jainbasil/Development/Scribus/Git/scribus/Scribus/resources/translations/po
  111. -- The following GUI languages will be installed:
  112. -- Configuring done
  113. CMake Error at scribus/third_party/harfbuzz/src/CMakeLists.txt:45 (ADD_LIBRARY):
  114.   Cannot find source file:
  115.  
  116.     hb-shaper.cc
  117.  
  118.   Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  119.   .hxx .in .txx
  120.  
  121.  
  122. CMake Warning:
  123.   Manually-specified variables were not used by the project:
  124.  
  125.     WANT_CAIRO
  126.  
  127.  
  128. -- Build files have been written to: /Users/jainbasil/Development/Scribus/Git/scribus/indic_build
Add Comment
Please, Sign In to add comment