Created
January 4, 2009 19:11
-
-
Save dbussink/43154 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (in /Users/dirkjan/Documents/projects/do/do_sqlite3) | |
| /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009. | |
| ** Invoke cross (first_time) | |
| ** Invoke build:win32:sqlite3 (first_time) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/include/sqlite3.h (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/include (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/stash/sqlite-amalgamation-3_6_6_2.zip (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/stash (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/lib/libsqlite3.a (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/lib (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/sqlite3.dll (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2 (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/stash/sqlitedll-3_6_6_2.zip (first_time, not_needed) | |
| ** Invoke /Users/dirkjan/Documents/projects/do/stash (not_needed) | |
| ** Execute build:win32:sqlite3 | |
| ** Execute cross | |
| ** Invoke native (first_time) | |
| ** Invoke native:i386-mingw32 (first_time) | |
| ** Invoke native:do_sqlite3:i386-mingw32 (first_time) | |
| ** Invoke tmp/i386-mingw32/do_sqlite3_ext/do_sqlite3_ext.so (first_time) | |
| ** Invoke tmp/i386-mingw32/do_sqlite3_ext/Makefile (first_time) | |
| ** Invoke tmp/i386-mingw32/do_sqlite3_ext (first_time) | |
| ** Execute tmp/i386-mingw32/do_sqlite3_ext | |
| mkdir -p tmp/i386-mingw32/do_sqlite3_ext | |
| ** Invoke ext/do_sqlite3_ext/extconf.rb (first_time, not_needed) | |
| ** Invoke tmp/i386-mingw32/do_sqlite3_ext/rbconfig.rb (first_time) | |
| ** Invoke /Users/dirkjan/.rake-compiler/ruby/ruby-1.8.6-p287/lib/ruby/1.8/i386-mingw32/rbconfig.rb (first_time, not_needed) | |
| ** Execute tmp/i386-mingw32/do_sqlite3_ext/rbconfig.rb | |
| cp /Users/dirkjan/.rake-compiler/ruby/ruby-1.8.6-p287/lib/ruby/1.8/i386-mingw32/rbconfig.rb tmp/i386-mingw32/do_sqlite3_ext/rbconfig.rb | |
| ** Execute tmp/i386-mingw32/do_sqlite3_ext/Makefile | |
| cd tmp/i386-mingw32/do_sqlite3_ext | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I. /Users/dirkjan/Documents/projects/do/do_sqlite3/ext/do_sqlite3_ext/extconf.rb --with-sqlite3-dir=/Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2 | |
| checking for sqlite3.h... yes | |
| checking for sqlite3_open() in -lsqlite3... yes | |
| checking for sqlite3_prepare_v2()... yes | |
| creating Makefile | |
| cd - | |
| ** Invoke ext/do_sqlite3_ext/do_sqlite3_ext.c (first_time, not_needed) | |
| ** Execute tmp/i386-mingw32/do_sqlite3_ext/do_sqlite3_ext.so | |
| cd tmp/i386-mingw32/do_sqlite3_ext | |
| make | |
| i386-mingw32-gcc -I. -I. -I/Users/dirkjan/.rake-compiler/ruby/ruby-1.8.6-p287/lib/ruby/1.8/i386-mingw32 -I/Users/dirkjan/Documents/projects/do/do_sqlite3/ext/do_sqlite3_ext -DHAVE_SQLITE3_H -DHAVE_SQLITE3_PREPARE_V2 -I/Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/include -g -O2 -Wall -c /Users/dirkjan/Documents/projects/do/do_sqlite3/ext/do_sqlite3_ext/do_sqlite3_ext.c | |
| i386-mingw32-gcc -shared -s -o do_sqlite3_ext.so do_sqlite3_ext.o -L. -L/Users/dirkjan/.rake-compiler/ruby/ruby-1.8.6-p287/lib -L/Users/dirkjan/Documents/projects/do/cross/sqlite-3_6_6_2/lib -L. -Wl,--enable-auto-image-base,--enable-auto-import,--export-all -lmsvcrt-ruby18 -lsqlite3 -lshell32 -lwsock32 | |
| cd - | |
| ** Execute native:do_sqlite3:i386-mingw32 | |
| ** Execute native:i386-mingw32 | |
| ** Execute native | |
| ** Invoke gem (first_time) | |
| ** Invoke pkg/do_sqlite3-0.9.10.gem (first_time) | |
| ** Invoke pkg (first_time) | |
| ** Execute pkg | |
| mkdir -p pkg | |
| ** Invoke .gitignore (first_time, not_needed) | |
| ** Invoke History.txt (first_time, not_needed) | |
| ** Invoke LICENSE (first_time, not_needed) | |
| ** Invoke Manifest.txt (first_time, not_needed) | |
| ** Invoke README.txt (first_time, not_needed) | |
| ** Invoke Rakefile (first_time, not_needed) | |
| ** Invoke TODO (first_time, not_needed) | |
| ** Invoke ext/do_sqlite3_ext/do_sqlite3_ext.c (not_needed) | |
| ** Invoke ext/do_sqlite3_ext/extconf.rb (not_needed) | |
| ** Invoke lib/do_sqlite3.rb (first_time, not_needed) | |
| ** Invoke lib/do_sqlite3/transaction.rb (first_time, not_needed) | |
| ** Invoke lib/do_sqlite3/version.rb (first_time, not_needed) | |
| ** Invoke spec/integration/do_sqlite3_spec.rb (first_time, not_needed) | |
| ** Invoke spec/integration/logging_spec.rb (first_time, not_needed) | |
| ** Invoke spec/integration/quoting_spec.rb (first_time, not_needed) | |
| ** Invoke spec/spec.opts (first_time, not_needed) | |
| ** Invoke spec/spec_helper.rb (first_time, not_needed) | |
| ** Invoke spec/unit/transaction_spec.rb (first_time, not_needed) | |
| ** Execute pkg/do_sqlite3-0.9.10.gem | |
| WARNING: RDoc will not be generated (has_rdoc == false) | |
| Successfully built RubyGem | |
| Name: do_sqlite3 | |
| Version: 0.9.10 | |
| File: do_sqlite3-0.9.10.gem | |
| mv do_sqlite3-0.9.10.gem pkg/do_sqlite3-0.9.10.gem | |
| ** Invoke pkg/do_sqlite3-0.9.10-x86-mingw32.gem (first_time) | |
| ** Invoke pkg (not_needed) | |
| ** Invoke .gitignore (not_needed) | |
| ** Invoke History.txt (not_needed) | |
| ** Invoke LICENSE (not_needed) | |
| ** Invoke Manifest.txt (not_needed) | |
| ** Invoke README.txt (not_needed) | |
| ** Invoke Rakefile (not_needed) | |
| ** Invoke TODO (not_needed) | |
| ** Invoke ext/do_sqlite3_ext/do_sqlite3_ext.c (not_needed) | |
| ** Invoke ext/do_sqlite3_ext/extconf.rb (not_needed) | |
| ** Invoke lib/do_sqlite3.rb (not_needed) | |
| ** Invoke lib/do_sqlite3/transaction.rb (not_needed) | |
| ** Invoke lib/do_sqlite3/version.rb (not_needed) | |
| ** Invoke spec/integration/do_sqlite3_spec.rb (not_needed) | |
| ** Invoke spec/integration/logging_spec.rb (not_needed) | |
| ** Invoke spec/integration/quoting_spec.rb (not_needed) | |
| ** Invoke spec/spec.opts (not_needed) | |
| ** Invoke spec/spec_helper.rb (not_needed) | |
| ** Invoke spec/unit/transaction_spec.rb (not_needed) | |
| ** Invoke lib/do_sqlite3_ext.so (first_time) | |
| ** Invoke copy:do_sqlite3_ext:i386-mingw32 (first_time) | |
| ** Invoke lib (first_time, not_needed) | |
| ** Invoke tmp/i386-mingw32/do_sqlite3_ext/do_sqlite3_ext.so (not_needed) | |
| ** Execute copy:do_sqlite3_ext:i386-mingw32 | |
| cp tmp/i386-mingw32/do_sqlite3_ext/do_sqlite3_ext.so lib/do_sqlite3_ext.so | |
| ** Invoke copy:do_sqlite3_ext:i386-mingw32 | |
| ** Execute pkg/do_sqlite3-0.9.10-x86-mingw32.gem | |
| WARNING: RDoc will not be generated (has_rdoc == false) | |
| Successfully built RubyGem | |
| Name: do_sqlite3 | |
| Version: 0.9.10 | |
| File: do_sqlite3-0.9.10-x86-mingw32.gem | |
| mv do_sqlite3-0.9.10-x86-mingw32.gem pkg/do_sqlite3-0.9.10-x86-mingw32.gem | |
| ** Execute gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment