challah 0.7.1 → 0.8.0.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/challah.rb +5 -0
  3. data/lib/challah/plugins.rb +41 -0
  4. data/lib/challah/railtie.rb +14 -0
  5. data/lib/challah/user.rb +17 -0
  6. data/lib/challah/version.rb +1 -1
  7. data/test/plugins_test.rb +65 -0
  8. data/vendor/bundle/bin/convert_to_should_syntax +7 -3
  9. data/vendor/bundle/bin/erubis +7 -3
  10. data/vendor/bundle/bin/rackup +7 -3
  11. data/vendor/bundle/bin/rails +7 -3
  12. data/vendor/bundle/bin/rake +7 -3
  13. data/vendor/bundle/bin/rake2thor +7 -3
  14. data/vendor/bundle/bin/rdiscount +7 -3
  15. data/vendor/bundle/bin/rdoc +7 -3
  16. data/vendor/bundle/bin/ri +7 -3
  17. data/vendor/bundle/bin/thor +7 -3
  18. data/vendor/bundle/bin/tilt +7 -3
  19. data/vendor/bundle/bin/tt +7 -3
  20. data/vendor/bundle/bin/yard +7 -3
  21. data/vendor/bundle/bin/yardoc +7 -3
  22. data/vendor/bundle/bin/yri +7 -3
  23. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/Makefile +49 -23
  24. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.bundle +0 -0
  25. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/bcrypt_ext.o +0 -0
  26. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt.o +0 -0
  27. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_blowfish.o +0 -0
  28. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/crypt_gensalt.o +0 -0
  29. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/ext/mri/wrapper.o +0 -0
  30. data/vendor/bundle/gems/bcrypt-ruby-3.0.1/lib/bcrypt_ext.bundle +0 -0
  31. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/Makefile +49 -23
  32. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/generator.bundle +0 -0
  33. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/generator/generator.o +0 -0
  34. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/Makefile +49 -23
  35. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/parser.bundle +0 -0
  36. data/vendor/bundle/gems/json-1.7.4/ext/json/ext/parser/parser.o +0 -0
  37. data/vendor/bundle/gems/json-1.7.4/lib/json/ext/generator.bundle +0 -0
  38. data/vendor/bundle/gems/json-1.7.4/lib/json/ext/parser.bundle +0 -0
  39. data/vendor/bundle/gems/rdiscount-1.6.8/ext/Csio.o +0 -0
  40. data/vendor/bundle/gems/rdiscount-1.6.8/ext/Makefile +49 -23
  41. data/vendor/bundle/gems/rdiscount-1.6.8/ext/basename.o +0 -0
  42. data/vendor/bundle/gems/rdiscount-1.6.8/ext/css.o +0 -0
  43. data/vendor/bundle/gems/rdiscount-1.6.8/ext/docheader.o +0 -0
  44. data/vendor/bundle/gems/rdiscount-1.6.8/ext/dumptree.o +0 -0
  45. data/vendor/bundle/gems/rdiscount-1.6.8/ext/emmatch.o +0 -0
  46. data/vendor/bundle/gems/rdiscount-1.6.8/ext/generate.o +0 -0
  47. data/vendor/bundle/gems/rdiscount-1.6.8/ext/html5.o +0 -0
  48. data/vendor/bundle/gems/rdiscount-1.6.8/ext/markdown.o +0 -0
  49. data/vendor/bundle/gems/rdiscount-1.6.8/ext/mkdio.o +0 -0
  50. data/vendor/bundle/gems/rdiscount-1.6.8/ext/mkmf.log +5 -5
  51. data/vendor/bundle/gems/rdiscount-1.6.8/ext/rdiscount.bundle +0 -0
  52. data/vendor/bundle/gems/rdiscount-1.6.8/ext/rdiscount.o +0 -0
  53. data/vendor/bundle/gems/rdiscount-1.6.8/ext/resource.o +0 -0
  54. data/vendor/bundle/gems/rdiscount-1.6.8/ext/tags.o +0 -0
  55. data/vendor/bundle/gems/rdiscount-1.6.8/ext/toc.o +0 -0
  56. data/vendor/bundle/gems/rdiscount-1.6.8/ext/xml.o +0 -0
  57. data/vendor/bundle/gems/rdiscount-1.6.8/lib/rdiscount.bundle +0 -0
  58. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/Makefile +49 -23
  59. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/backup.o +0 -0
  60. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/database.o +0 -0
  61. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/exception.o +0 -0
  62. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/mkmf.log +91 -59
  63. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/sqlite3.o +0 -0
  64. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/sqlite3_native.bundle +0 -0
  65. data/vendor/bundle/gems/sqlite3-1.3.6/ext/sqlite3/statement.o +0 -0
  66. data/vendor/bundle/gems/sqlite3-1.3.6/lib/sqlite3/sqlite3_native.bundle +0 -0
  67. data/vendor/bundle/specifications/actionmailer-3.2.7.gemspec +1 -1
  68. data/vendor/bundle/specifications/actionpack-3.2.7.gemspec +1 -1
  69. data/vendor/bundle/specifications/activemodel-3.2.7.gemspec +1 -1
  70. data/vendor/bundle/specifications/activerecord-3.2.7.gemspec +1 -1
  71. data/vendor/bundle/specifications/activeresource-3.2.7.gemspec +1 -1
  72. data/vendor/bundle/specifications/activesupport-3.2.7.gemspec +1 -1
  73. data/vendor/bundle/specifications/arel-3.0.2.gemspec +1 -1
  74. data/vendor/bundle/specifications/bcrypt-ruby-3.0.1.gemspec +1 -1
  75. data/vendor/bundle/specifications/builder-3.0.0.gemspec +1 -1
  76. data/vendor/bundle/specifications/erubis-2.7.0.gemspec +1 -1
  77. data/vendor/bundle/specifications/factory_girl-3.6.1.gemspec +1 -1
  78. data/vendor/bundle/specifications/highline-1.6.13.gemspec +1 -1
  79. data/vendor/bundle/specifications/hike-1.2.1.gemspec +1 -1
  80. data/vendor/bundle/specifications/i18n-0.6.0.gemspec +1 -1
  81. data/vendor/bundle/specifications/journey-1.0.4.gemspec +1 -1
  82. data/vendor/bundle/specifications/json-1.7.4.gemspec +1 -1
  83. data/vendor/bundle/specifications/mail-2.4.4.gemspec +1 -1
  84. data/vendor/bundle/specifications/metaclass-0.0.1.gemspec +1 -1
  85. data/vendor/bundle/specifications/mime-types-1.19.gemspec +1 -1
  86. data/vendor/bundle/specifications/mocha-0.12.2.gemspec +1 -1
  87. data/vendor/bundle/specifications/multi_json-1.3.6.gemspec +1 -1
  88. data/vendor/bundle/specifications/polyglot-0.3.3.gemspec +1 -1
  89. data/vendor/bundle/specifications/rack-1.4.1.gemspec +1 -1
  90. data/vendor/bundle/specifications/rack-cache-1.2.gemspec +1 -1
  91. data/vendor/bundle/specifications/rack-ssl-1.3.2.gemspec +1 -1
  92. data/vendor/bundle/specifications/rack-test-0.6.1.gemspec +1 -1
  93. data/vendor/bundle/specifications/rails-3.2.7.gemspec +1 -1
  94. data/vendor/bundle/specifications/railties-3.2.7.gemspec +1 -1
  95. data/vendor/bundle/specifications/rake-0.9.2.2.gemspec +1 -1
  96. data/vendor/bundle/specifications/rdiscount-1.6.8.gemspec +1 -1
  97. data/vendor/bundle/specifications/rdoc-3.12.gemspec +1 -1
  98. data/vendor/bundle/specifications/shoulda-3.1.1.gemspec +1 -1
  99. data/vendor/bundle/specifications/shoulda-context-1.0.0.gemspec +1 -1
  100. data/vendor/bundle/specifications/shoulda-matchers-1.2.0.gemspec +1 -1
  101. data/vendor/bundle/specifications/simplecov-0.6.4.gemspec +1 -1
  102. data/vendor/bundle/specifications/simplecov-html-0.5.3.gemspec +1 -1
  103. data/vendor/bundle/specifications/sprockets-2.1.3.gemspec +1 -1
  104. data/vendor/bundle/specifications/sqlite3-1.3.6.gemspec +1 -1
  105. data/vendor/bundle/specifications/thor-0.15.4.gemspec +1 -1
  106. data/vendor/bundle/specifications/tilt-1.3.3.gemspec +1 -1
  107. data/vendor/bundle/specifications/treetop-1.4.10.gemspec +1 -1
  108. data/vendor/bundle/specifications/tzinfo-0.3.33.gemspec +1 -1
  109. data/vendor/bundle/specifications/yard-0.8.2.1.gemspec +1 -1
  110. metadata +7 -5
@@ -1,14 +1,22 @@
1
1
 
2
2
  SHELL = /bin/sh
3
3
 
4
+ # V=0 quiet, V=1 verbose. other values don't work.
5
+ V = 0
6
+ Q1 = $(V:1=)
7
+ Q = $(Q1:0=@)
8
+ n=$(NULLCMD)
9
+ ECHO1 = $(V:1=@$n)
10
+ ECHO = $(ECHO1:0=@echo)
11
+
4
12
  #### Start of system configuration section. ####
5
13
 
6
14
  srcdir = .
7
- topdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
8
- hdrdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
9
- arch_hdrdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/$(arch)
15
+ topdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1
16
+ hdrdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1
17
+ arch_hdrdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/$(arch)
10
18
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
11
- prefix = $(DESTDIR)/Users/jdtornow/.rbenv/versions/1.9.2-p290
19
+ prefix = $(DESTDIR)/Users/jdtornow/.rbenv/versions/1.9.3-p125
12
20
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
13
21
  exec_prefix = $(prefix)
14
22
  vendorhdrdir = $(rubyhdrdir)/vendor_ruby
@@ -43,11 +51,13 @@ sitearchdir = $(sitelibdir)/$(sitearch)
43
51
  vendorlibdir = $(vendordir)/$(ruby_version)
44
52
  vendorarchdir = $(vendorlibdir)/$(sitearch)
45
53
 
46
- CC = /usr/bin/gcc-4.2
54
+ NULLCMD = :
55
+
56
+ CC = cc
47
57
  CXX = g++
48
58
  LIBRUBY = $(LIBRUBY_A)
49
59
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
50
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
60
+ LIBRUBYARG_SHARED =
51
61
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
52
62
  OUTFLAG = -o
53
63
  COUTFLAG = -o
@@ -56,16 +66,16 @@ RUBY_EXTCONF_H =
56
66
  cflags = $(optflags) $(debugflags) $(warnflags)
57
67
  optflags = -O3
58
68
  debugflags = -ggdb
59
- warnflags = -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long
60
- CFLAGS = -fno-common $(cflags) -pipe
69
+ warnflags = -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration
70
+ CFLAGS = -fno-common $(cflags) -pipe $(ARCH_FLAG)
61
71
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
62
72
  DEFS =
63
- CPPFLAGS = -DHAVE_RANDOM -DHAVE_SRANDOM -DHAVE_RAND -DHAVE_SRAND -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
73
+ CPPFLAGS = -DHAVE_RANDOM -DHAVE_SRANDOM -DHAVE_RAND -DHAVE_SRAND -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
64
74
  CXXFLAGS = $(CFLAGS) $(cxxflags)
65
- ldflags = -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib'
75
+ ldflags = -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib
66
76
  dldflags = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace
67
77
  ARCH_FLAG =
68
- DLDFLAGS = $(ldflags) $(dldflags)
78
+ DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
69
79
  LDSHARED = $(CC) -dynamic -bundle
70
80
  LDSHAREDXX = $(CXX) -dynamic -bundle
71
81
  AR = ar
@@ -74,14 +84,14 @@ EXEEXT =
74
84
  RUBY_BASE_NAME = ruby
75
85
  RUBY_INSTALL_NAME = ruby
76
86
  RUBY_SO_NAME = ruby
77
- arch = x86_64-darwin11.3.0
87
+ arch = x86_64-darwin12.1.0
78
88
  sitearch = $(arch)
79
89
  ruby_version = 1.9.1
80
- ruby = /Users/jdtornow/.rbenv/versions/1.9.2-p290/bin/ruby
90
+ ruby = /Users/jdtornow/.rbenv/versions/1.9.3-p125/bin/ruby
81
91
  RUBY = $(ruby)
82
92
  RM = rm -f
83
93
  RM_RF = $(RUBY) -run -e rm -- -rf
84
- RMDIRS = $(RUBY) -run -e rmdir -- -p
94
+ RMDIRS = rmdir -p
85
95
  MAKEDIRS = mkdir -p
86
96
  INSTALL = /usr/bin/install -c
87
97
  INSTALL_PROG = $(INSTALL) -m 0755
@@ -140,7 +150,7 @@ distclean-so::
140
150
  distclean: clean distclean-so distclean-rb-default distclean-rb
141
151
  @-$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
142
152
  @-$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES)
143
- @-$(RMDIRS) $(DISTCLEANDIRS)
153
+ @-$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true
144
154
 
145
155
  realclean: distclean
146
156
  install: install-so install-rb
@@ -154,33 +164,49 @@ install-rb: pre-install-rb install-rb-default
154
164
  install-rb-default: pre-install-rb-default
155
165
  pre-install-rb: Makefile
156
166
  pre-install-rb-default: Makefile
167
+ pre-install-rb-default:
168
+ $(ECHO) installing default rdiscount libraries
157
169
  $(RUBYARCHDIR):
158
- $(MAKEDIRS) $@
170
+ $(Q) $(MAKEDIRS) $@
159
171
 
160
172
  site-install: site-install-so site-install-rb
161
173
  site-install-so: install-so
162
174
  site-install-rb: install-rb
163
175
 
164
- .SUFFIXES: .c .m .cc .cxx .cpp .C .o
176
+ .SUFFIXES: .c .m .cc .mm .cxx .cpp .C .o
165
177
 
166
178
  .cc.o:
167
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
179
+ $(ECHO) compiling $(<)
180
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
181
+
182
+ .mm.o:
183
+ $(ECHO) compiling $(<)
184
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
168
185
 
169
186
  .cxx.o:
170
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
187
+ $(ECHO) compiling $(<)
188
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
171
189
 
172
190
  .cpp.o:
173
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
191
+ $(ECHO) compiling $(<)
192
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
174
193
 
175
194
  .C.o:
176
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
195
+ $(ECHO) compiling $(<)
196
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
177
197
 
178
198
  .c.o:
179
- $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
199
+ $(ECHO) compiling $(<)
200
+ $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
201
+
202
+ .m.o:
203
+ $(ECHO) compiling $(<)
204
+ $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
180
205
 
181
206
  $(DLLIB): $(OBJS) Makefile
207
+ $(ECHO) linking shared-object $(DLLIB)
182
208
  @-$(RM) $(@)
183
- $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
209
+ $(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
184
210
 
185
211
 
186
212
 
@@ -1,6 +1,6 @@
1
1
  have_func: checking for random()... -------------------- yes
2
2
 
3
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
3
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include "ruby.h"
@@ -8,7 +8,7 @@ checked program was:
8
8
  3: int main() {return 0;}
9
9
  /* end */
10
10
 
11
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
11
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
12
12
  checked program was:
13
13
  /* begin */
14
14
  1: #include "ruby.h"
@@ -22,7 +22,7 @@ checked program was:
22
22
 
23
23
  have_func: checking for srandom()... -------------------- yes
24
24
 
25
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
25
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
26
26
  checked program was:
27
27
  /* begin */
28
28
  1: #include "ruby.h"
@@ -36,7 +36,7 @@ checked program was:
36
36
 
37
37
  have_func: checking for rand()... -------------------- yes
38
38
 
39
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
39
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
40
40
  checked program was:
41
41
  /* begin */
42
42
  1: #include "ruby.h"
@@ -50,7 +50,7 @@ checked program was:
50
50
 
51
51
  have_func: checking for srand()... -------------------- yes
52
52
 
53
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
53
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
54
54
  checked program was:
55
55
  /* begin */
56
56
  1: #include "ruby.h"
@@ -1,14 +1,22 @@
1
1
 
2
2
  SHELL = /bin/sh
3
3
 
4
+ # V=0 quiet, V=1 verbose. other values don't work.
5
+ V = 0
6
+ Q1 = $(V:1=)
7
+ Q = $(Q1:0=@)
8
+ n=$(NULLCMD)
9
+ ECHO1 = $(V:1=@$n)
10
+ ECHO = $(ECHO1:0=@echo)
11
+
4
12
  #### Start of system configuration section. ####
5
13
 
6
14
  srcdir = .
7
- topdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
8
- hdrdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
9
- arch_hdrdir = /Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/$(arch)
15
+ topdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1
16
+ hdrdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1
17
+ arch_hdrdir = /Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/$(arch)
10
18
  VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
11
- prefix = $(DESTDIR)/Users/jdtornow/.rbenv/versions/1.9.2-p290
19
+ prefix = $(DESTDIR)/Users/jdtornow/.rbenv/versions/1.9.3-p125
12
20
  rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
13
21
  exec_prefix = $(prefix)
14
22
  vendorhdrdir = $(rubyhdrdir)/vendor_ruby
@@ -43,11 +51,13 @@ sitearchdir = $(sitelibdir)/$(sitearch)
43
51
  vendorlibdir = $(vendordir)/$(ruby_version)
44
52
  vendorarchdir = $(vendorlibdir)/$(sitearch)
45
53
 
46
- CC = /usr/bin/gcc-4.2
54
+ NULLCMD = :
55
+
56
+ CC = cc
47
57
  CXX = g++
48
58
  LIBRUBY = $(LIBRUBY_A)
49
59
  LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
50
- LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
60
+ LIBRUBYARG_SHARED =
51
61
  LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
52
62
  OUTFLAG = -o
53
63
  COUTFLAG = -o
@@ -56,16 +66,16 @@ RUBY_EXTCONF_H =
56
66
  cflags = $(optflags) $(debugflags) $(warnflags)
57
67
  optflags = -O3
58
68
  debugflags = -ggdb
59
- warnflags = -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long
60
- CFLAGS = -fno-common $(cflags) -pipe
69
+ warnflags = -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration
70
+ CFLAGS = -fno-common $(cflags) -pipe $(ARCH_FLAG)
61
71
  INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
62
72
  DEFS =
63
- CPPFLAGS = -DHAVE_RB_PROC_ARITY -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_OPEN_V2 -DHAVE_SQLITE3_PREPARE_V2 -DHAVE_TYPE_SQLITE3_INT64 -DHAVE_TYPE_SQLITE3_UINT64 -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
73
+ CPPFLAGS = -DHAVE_RB_PROC_ARITY -DHAVE_SQLITE3_INITIALIZE -DHAVE_SQLITE3_BACKUP_INIT -DHAVE_SQLITE3_OPEN_V2 -DHAVE_SQLITE3_PREPARE_V2 -DHAVE_TYPE_SQLITE3_INT64 -DHAVE_TYPE_SQLITE3_UINT64 -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
64
74
  CXXFLAGS = $(CFLAGS) $(cxxflags)
65
- ldflags = -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib'
75
+ ldflags = -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib
66
76
  dldflags = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace
67
77
  ARCH_FLAG =
68
- DLDFLAGS = $(ldflags) $(dldflags)
78
+ DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
69
79
  LDSHARED = $(CC) -dynamic -bundle
70
80
  LDSHAREDXX = $(CXX) -dynamic -bundle
71
81
  AR = ar
@@ -74,14 +84,14 @@ EXEEXT =
74
84
  RUBY_BASE_NAME = ruby
75
85
  RUBY_INSTALL_NAME = ruby
76
86
  RUBY_SO_NAME = ruby
77
- arch = x86_64-darwin11.3.0
87
+ arch = x86_64-darwin12.1.0
78
88
  sitearch = $(arch)
79
89
  ruby_version = 1.9.1
80
- ruby = /Users/jdtornow/.rbenv/versions/1.9.2-p290/bin/ruby
90
+ ruby = /Users/jdtornow/.rbenv/versions/1.9.3-p125/bin/ruby
81
91
  RUBY = $(ruby)
82
92
  RM = rm -f
83
93
  RM_RF = $(RUBY) -run -e rm -- -rf
84
- RMDIRS = $(RUBY) -run -e rmdir -- -p
94
+ RMDIRS = rmdir -p
85
95
  MAKEDIRS = mkdir -p
86
96
  INSTALL = /usr/bin/install -c
87
97
  INSTALL_PROG = $(INSTALL) -m 0755
@@ -140,7 +150,7 @@ distclean-so::
140
150
  distclean: clean distclean-so distclean-rb-default distclean-rb
141
151
  @-$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
142
152
  @-$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES)
143
- @-$(RMDIRS) $(DISTCLEANDIRS)
153
+ @-$(RMDIRS) $(DISTCLEANDIRS) 2> /dev/null || true
144
154
 
145
155
  realclean: distclean
146
156
  install: install-so install-rb
@@ -154,33 +164,49 @@ install-rb: pre-install-rb install-rb-default
154
164
  install-rb-default: pre-install-rb-default
155
165
  pre-install-rb: Makefile
156
166
  pre-install-rb-default: Makefile
167
+ pre-install-rb-default:
168
+ $(ECHO) installing default sqlite3_native libraries
157
169
  $(RUBYARCHDIR):
158
- $(MAKEDIRS) $@
170
+ $(Q) $(MAKEDIRS) $@
159
171
 
160
172
  site-install: site-install-so site-install-rb
161
173
  site-install-so: install-so
162
174
  site-install-rb: install-rb
163
175
 
164
- .SUFFIXES: .c .m .cc .cxx .cpp .C .o
176
+ .SUFFIXES: .c .m .cc .mm .cxx .cpp .C .o
165
177
 
166
178
  .cc.o:
167
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
179
+ $(ECHO) compiling $(<)
180
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
181
+
182
+ .mm.o:
183
+ $(ECHO) compiling $(<)
184
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
168
185
 
169
186
  .cxx.o:
170
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
187
+ $(ECHO) compiling $(<)
188
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
171
189
 
172
190
  .cpp.o:
173
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
191
+ $(ECHO) compiling $(<)
192
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
174
193
 
175
194
  .C.o:
176
- $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
195
+ $(ECHO) compiling $(<)
196
+ $(Q) $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
177
197
 
178
198
  .c.o:
179
- $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
199
+ $(ECHO) compiling $(<)
200
+ $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
201
+
202
+ .m.o:
203
+ $(ECHO) compiling $(<)
204
+ $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
180
205
 
181
206
  $(DLLIB): $(OBJS) Makefile
207
+ $(ECHO) linking shared-object sqlite3/$(DLLIB)
182
208
  @-$(RM) $(@)
183
- $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
209
+ $(Q) $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
184
210
 
185
211
 
186
212
 
@@ -1,6 +1,6 @@
1
1
  find_header: checking for sqlite3.h... -------------------- yes
2
2
 
3
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lpthread -ldl -lobjc "
3
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lpthread -ldl -lobjc "
4
4
  checked program was:
5
5
  /* begin */
6
6
  1: #include "ruby.h"
@@ -8,7 +8,7 @@ checked program was:
8
8
  3: int main() {return 0;}
9
9
  /* end */
10
10
 
11
- "/usr/bin/gcc-4.2 -E -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -o conftest.i"
11
+ "cc -E -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -o conftest.i"
12
12
  checked program was:
13
13
  /* begin */
14
14
  1: #include "ruby.h"
@@ -20,11 +20,11 @@ checked program was:
20
20
 
21
21
  find_library: checking for sqlite3_libversion_number() in -lsqlite3... -------------------- yes
22
22
 
23
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
24
- conftest.c: In function ‘t’:
25
- conftest.c:5: error: ‘sqlite3_libversion_number’ undeclared (first use in this function)
26
- conftest.c:5: error: (Each undeclared identifier is reported only once
27
- conftest.c:5: error: for each function it appears in.)
23
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
24
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_libversion_number'
25
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_libversion_number; return 0; }
26
+ ^
27
+ 1 error generated.
28
28
  checked program was:
29
29
  /* begin */
30
30
  1: #include "ruby.h"
@@ -34,7 +34,11 @@ checked program was:
34
34
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_libversion_number; return 0; }
35
35
  /* end */
36
36
 
37
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
37
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
38
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_libversion_number' is invalid in C99 [-Wimplicit-function-declaration]
39
+ int t() { sqlite3_libversion_number(); return 0; }
40
+ ^
41
+ 1 warning generated.
38
42
  checked program was:
39
43
  /* begin */
40
44
  1: #include "ruby.h"
@@ -48,7 +52,7 @@ checked program was:
48
52
 
49
53
  have_func: checking for rb_proc_arity()... -------------------- yes
50
54
 
51
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
55
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
52
56
  checked program was:
53
57
  /* begin */
54
58
  1: #include "ruby.h"
@@ -62,11 +66,11 @@ checked program was:
62
66
 
63
67
  have_func: checking for sqlite3_initialize()... -------------------- yes
64
68
 
65
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
66
- conftest.c: In function ‘t’:
67
- conftest.c:5: error: ‘sqlite3_initialize’ undeclared (first use in this function)
68
- conftest.c:5: error: (Each undeclared identifier is reported only once
69
- conftest.c:5: error: for each function it appears in.)
69
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
70
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_initialize'
71
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_initialize; return 0; }
72
+ ^
73
+ 1 error generated.
70
74
  checked program was:
71
75
  /* begin */
72
76
  1: #include "ruby.h"
@@ -76,7 +80,11 @@ checked program was:
76
80
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_initialize; return 0; }
77
81
  /* end */
78
82
 
79
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
83
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
84
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_initialize' is invalid in C99 [-Wimplicit-function-declaration]
85
+ int t() { sqlite3_initialize(); return 0; }
86
+ ^
87
+ 1 warning generated.
80
88
  checked program was:
81
89
  /* begin */
82
90
  1: #include "ruby.h"
@@ -90,11 +98,11 @@ checked program was:
90
98
 
91
99
  have_func: checking for sqlite3_backup_init()... -------------------- yes
92
100
 
93
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
94
- conftest.c: In function ‘t’:
95
- conftest.c:5: error: ‘sqlite3_backup_init’ undeclared (first use in this function)
96
- conftest.c:5: error: (Each undeclared identifier is reported only once
97
- conftest.c:5: error: for each function it appears in.)
101
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
102
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_backup_init'
103
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_backup_init; return 0; }
104
+ ^
105
+ 1 error generated.
98
106
  checked program was:
99
107
  /* begin */
100
108
  1: #include "ruby.h"
@@ -104,7 +112,11 @@ checked program was:
104
112
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_backup_init; return 0; }
105
113
  /* end */
106
114
 
107
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
115
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
116
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_backup_init' is invalid in C99 [-Wimplicit-function-declaration]
117
+ int t() { sqlite3_backup_init(); return 0; }
118
+ ^
119
+ 1 warning generated.
108
120
  checked program was:
109
121
  /* begin */
110
122
  1: #include "ruby.h"
@@ -118,11 +130,11 @@ checked program was:
118
130
 
119
131
  have_func: checking for sqlite3_column_database_name()... -------------------- no
120
132
 
121
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
122
- conftest.c: In function ‘t’:
123
- conftest.c:5: error: ‘sqlite3_column_database_name’ undeclared (first use in this function)
124
- conftest.c:5: error: (Each undeclared identifier is reported only once
125
- conftest.c:5: error: for each function it appears in.)
133
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
134
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_column_database_name'
135
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_column_database_name; return 0; }
136
+ ^
137
+ 1 error generated.
126
138
  checked program was:
127
139
  /* begin */
128
140
  1: #include "ruby.h"
@@ -132,12 +144,16 @@ checked program was:
132
144
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_column_database_name; return 0; }
133
145
  /* end */
134
146
 
135
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
147
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
148
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_column_database_name' is invalid in C99 [-Wimplicit-function-declaration]
149
+ int t() { sqlite3_column_database_name(); return 0; }
150
+ ^
151
+ 1 warning generated.
136
152
  Undefined symbols for architecture x86_64:
137
153
  "_sqlite3_column_database_name", referenced from:
138
- _t in ccsvdblx.o
154
+ _t in conftest-3dSboe.o
139
155
  ld: symbol(s) not found for architecture x86_64
140
- collect2: ld returned 1 exit status
156
+ clang: error: linker command failed with exit code 1 (use -v to see invocation)
141
157
  checked program was:
142
158
  /* begin */
143
159
  1: #include "ruby.h"
@@ -151,11 +167,11 @@ checked program was:
151
167
 
152
168
  have_func: checking for sqlite3_enable_load_extension()... -------------------- no
153
169
 
154
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
155
- conftest.c: In function ‘t’:
156
- conftest.c:5: error: ‘sqlite3_enable_load_extension’ undeclared (first use in this function)
157
- conftest.c:5: error: (Each undeclared identifier is reported only once
158
- conftest.c:5: error: for each function it appears in.)
170
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
171
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_enable_load_extension'
172
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_enable_load_extension; return 0; }
173
+ ^
174
+ 1 error generated.
159
175
  checked program was:
160
176
  /* begin */
161
177
  1: #include "ruby.h"
@@ -165,12 +181,16 @@ checked program was:
165
181
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_enable_load_extension; return 0; }
166
182
  /* end */
167
183
 
168
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
184
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
185
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_enable_load_extension' is invalid in C99 [-Wimplicit-function-declaration]
186
+ int t() { sqlite3_enable_load_extension(); return 0; }
187
+ ^
188
+ 1 warning generated.
169
189
  Undefined symbols for architecture x86_64:
170
190
  "_sqlite3_enable_load_extension", referenced from:
171
- _t in ccBInIC8.o
191
+ _t in conftest-C3zwvZ.o
172
192
  ld: symbol(s) not found for architecture x86_64
173
- collect2: ld returned 1 exit status
193
+ clang: error: linker command failed with exit code 1 (use -v to see invocation)
174
194
  checked program was:
175
195
  /* begin */
176
196
  1: #include "ruby.h"
@@ -184,11 +204,11 @@ checked program was:
184
204
 
185
205
  have_func: checking for sqlite3_load_extension()... -------------------- no
186
206
 
187
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
188
- conftest.c: In function ‘t’:
189
- conftest.c:5: error: ‘sqlite3_load_extension’ undeclared (first use in this function)
190
- conftest.c:5: error: (Each undeclared identifier is reported only once
191
- conftest.c:5: error: for each function it appears in.)
207
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
208
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_load_extension'
209
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_load_extension; return 0; }
210
+ ^
211
+ 1 error generated.
192
212
  checked program was:
193
213
  /* begin */
194
214
  1: #include "ruby.h"
@@ -198,12 +218,16 @@ checked program was:
198
218
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_load_extension; return 0; }
199
219
  /* end */
200
220
 
201
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
221
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
222
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_load_extension' is invalid in C99 [-Wimplicit-function-declaration]
223
+ int t() { sqlite3_load_extension(); return 0; }
224
+ ^
225
+ 1 warning generated.
202
226
  Undefined symbols for architecture x86_64:
203
227
  "_sqlite3_load_extension", referenced from:
204
- _t in ccu0KdXb.o
228
+ _t in conftest-94cgtJ.o
205
229
  ld: symbol(s) not found for architecture x86_64
206
- collect2: ld returned 1 exit status
230
+ clang: error: linker command failed with exit code 1 (use -v to see invocation)
207
231
  checked program was:
208
232
  /* begin */
209
233
  1: #include "ruby.h"
@@ -217,11 +241,11 @@ checked program was:
217
241
 
218
242
  have_func: checking for sqlite3_open_v2()... -------------------- yes
219
243
 
220
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
221
- conftest.c: In function ‘t’:
222
- conftest.c:5: error: ‘sqlite3_open_v2’ undeclared (first use in this function)
223
- conftest.c:5: error: (Each undeclared identifier is reported only once
224
- conftest.c:5: error: for each function it appears in.)
244
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
245
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_open_v2'
246
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_open_v2; return 0; }
247
+ ^
248
+ 1 error generated.
225
249
  checked program was:
226
250
  /* begin */
227
251
  1: #include "ruby.h"
@@ -231,7 +255,11 @@ checked program was:
231
255
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_open_v2; return 0; }
232
256
  /* end */
233
257
 
234
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
258
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
259
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_open_v2' is invalid in C99 [-Wimplicit-function-declaration]
260
+ int t() { sqlite3_open_v2(); return 0; }
261
+ ^
262
+ 1 warning generated.
235
263
  checked program was:
236
264
  /* begin */
237
265
  1: #include "ruby.h"
@@ -245,11 +273,11 @@ checked program was:
245
273
 
246
274
  have_func: checking for sqlite3_prepare_v2()... -------------------- yes
247
275
 
248
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
249
- conftest.c: In function ‘t’:
250
- conftest.c:5: error: ‘sqlite3_prepare_v2’ undeclared (first use in this function)
251
- conftest.c:5: error: (Each undeclared identifier is reported only once
252
- conftest.c:5: error: for each function it appears in.)
276
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
277
+ conftest.c:5:53: error: use of undeclared identifier 'sqlite3_prepare_v2'
278
+ int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_prepare_v2; return 0; }
279
+ ^
280
+ 1 error generated.
253
281
  checked program was:
254
282
  /* begin */
255
283
  1: #include "ruby.h"
@@ -259,7 +287,11 @@ checked program was:
259
287
  5: int t() { void ((*volatile p)()); p = (void ((*)()))sqlite3_prepare_v2; return 0; }
260
288
  /* end */
261
289
 
262
- "/usr/bin/gcc-4.2 -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.2-p290/lib' -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
290
+ "cc -o conftest -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe conftest.c -L. -L/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib -L. -L'/Users/jdtornow/.rbenv/versions/1.9.3-p125/lib' -L/usr/local/lib -lsqlite3 -lruby-static -lsqlite3 -lpthread -ldl -lobjc "
291
+ conftest.c:5:11: warning: implicit declaration of function 'sqlite3_prepare_v2' is invalid in C99 [-Wimplicit-function-declaration]
292
+ int t() { sqlite3_prepare_v2(); return 0; }
293
+ ^
294
+ 1 warning generated.
263
295
  checked program was:
264
296
  /* begin */
265
297
  1: #include "ruby.h"
@@ -273,7 +305,7 @@ checked program was:
273
305
 
274
306
  have_type: checking for sqlite3_int64 in sqlite3.h... -------------------- yes
275
307
 
276
- "/usr/bin/gcc-4.2 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe -c conftest.c"
308
+ "cc -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe -c conftest.c"
277
309
  checked program was:
278
310
  /* begin */
279
311
  1: #include "ruby.h"
@@ -289,7 +321,7 @@ checked program was:
289
321
 
290
322
  have_type: checking for sqlite3_uint64 in sqlite3.h... -------------------- yes
291
323
 
292
- "/usr/bin/gcc-4.2 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/x86_64-darwin11.3.0 -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.2-p290/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long -pipe -c conftest.c"
324
+ "cc -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/x86_64-darwin12.1.0 -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1/ruby/backward -I/Users/jdtornow/.rbenv/versions/1.9.3-p125/include/ruby-1.9.1 -I. -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I'/Users/jdtornow/.rbenv/versions/1.9.3-p125/include' -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -pipe -c conftest.c"
293
325
  checked program was:
294
326
  /* begin */
295
327
  1: #include "ruby.h"