Advertisement
Guest User

Untitled

a guest
May 12th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1.  
  2. -- The C compiler identification is Clang 4.2.0
  3. -- Check for working C compiler: /usr/bin/cc
  4. -- Check for working C compiler: /usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Performing Test WITH_FPIC
  8. -- Performing Test WITH_FPIC - Success
  9. -- Performing Test WITH_STACK_PROTECTOR
  10. -- Performing Test WITH_STACK_PROTECTOR - Success
  11. -- Performing Test WITH_FORTIFY_SOURCE
  12. -- Performing Test WITH_FORTIFY_SOURCE - Success
  13. -- Performing Test ICONV_HAVE_WERROR
  14. -- Performing Test ICONV_HAVE_WERROR - Success
  15. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
  16. -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
  17. -- Found Iconv: /usr/lib/libiconv.dylib
  18. -- Found CMocka: /usr/local/lib/libcmocka.dylib
  19. -- Looking for argp.h
  20. -- Looking for argp.h - not found
  21. -- Looking for nanosleep in rt
  22. -- Looking for nanosleep in rt - not found
  23. -- Looking for clock_gettime in rt
  24. -- Looking for clock_gettime in rt - not found
  25. -- Looking for dlopen in dl
  26. -- Looking for dlopen in dl - found
  27. -- Looking for asprintf
  28. -- Looking for asprintf - found
  29. -- Looking for fnmatch
  30. -- Looking for fnmatch - found
  31. -- Looking for timegm
  32. -- Looking for timegm - found
  33. -- Looking for strerror_r
  34. -- Looking for strerror_r - found
  35. -- Looking for utimes
  36. -- Looking for utimes - found
  37. -- Looking for lstat
  38. -- Looking for lstat - found
  39. -- Found PkgConfig: /opt/local/bin/pkg-config (found version "0.28")
  40. -- checking for module 'neon'
  41. -- found neon, version 0.29.6
  42. -- Found Neon: /opt/local/lib/libneon.dylib
  43. -- neon-config executable: /opt/local/bin/neon-config
  44. -- libneon has not been compiled with LFS support, rely on OS
  45. -- checking for module 'sqlite3'
  46. -- found sqlite3, version 3.7.16.2
  47. -- Found SQLite3: /usr/lib/libsqlite3.dylib
  48. -- Found Iniparser: /usr/local/lib/libiniparser.a
  49. -- neon-config executable: /opt/local/bin/neon-config
  50. -- libneon has not been compiled with LFS support, rely on OS
  51. -- Found Doxygen: /opt/local/bin/doxygen (found version "1.8.3.1")
  52. -- Generate /Users/developer/build-owncloud/buildenv/mac/ocsync-build/doc/doxy.config from doxy.config.in
  53. -- Configuring done
  54. -- Generating done
  55. -- Build files have been written to: /Users/developer/build-owncloud/buildenv/mac/ocsync-build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement