Guest User

sqlite3 build fail

a guest
Apr 9th, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  2. checking for sqlite3.h... yes
  3. checking for sqlite3_libversion_number() in -lsqlite3... yes
  4. checking for rb_proc_arity()... yes
  5. checking for sqlite3_initialize()... yes
  6. checking for sqlite3_backup_init()... yes
  7. checking for sqlite3_column_database_name()... no
  8. checking for sqlite3_enable_load_extension()... no
  9. checking for sqlite3_load_extension()... no
  10. checking for sqlite3_open_v2()... yes
  11. checking for sqlite3_prepare_v2()... yes
  12. checking for sqlite3_int64 in sqlite3.h... yes
  13. checking for sqlite3_uint64 in sqlite3.h... yes
  14. creating Makefile
  15.  
  16. make "DESTDIR=" clean
  17.  
  18. make "DESTDIR="
  19. compiling backup.c
  20. compiling database.c
  21. database.c:300:1: warning: control may reach end of non-void function [-Wreturn-type]
  22. }
  23. ^
  24. 1 warning generated.
  25. compiling exception.c
  26. compiling sqlite3.c
  27. compiling statement.c
  28. linking shared-object sqlite3/sqlite3_native.bundle
  29. clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]
  30. clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
  31. make: *** [sqlite3_native.bundle] Error 1
  32.  
  33. make failed, exit code 2
Advertisement
Add Comment
Please, Sign In to add comment