Skip to content

Instantly share code, notes, and snippets.

@tjschuck
Created July 6, 2013 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjschuck/359514a04ecc83828bb4 to your computer and use it in GitHub Desktop.
Save tjschuck/359514a04ecc83828bb4 to your computer and use it in GitHub Desktop.
make
CC = i586-mingw32msvc-gcc
LD = ld
LDSHARED = i586-mingw32msvc-gcc -shared
CFLAGS = -O3 -fno-omit-frame-pointer -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
XCFLAGS = -include ruby/config.h -include ruby/missing.h -DRUBY_EXPORT
CPPFLAGS = -I. -I.ext/include/i386-mingw32 -I/home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/include -I/home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448
DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libmsvcrt-ruby191.dll.a msvcrt-ruby191.def
SOLIBS = msvcrt-ruby191.res.o -lshell32 -lws2_32 -limagehlp -lshlwapi
making enc
make[1]: Entering directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
make[1]: Nothing to be done for `enc'.
make[1]: Leaving directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
making srcs under enc
make[1]: Entering directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
make[1]: Nothing to be done for `srcs'.
make[1]: Leaving directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
make[1]: Nothing to be done for `/home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/enc/trans'.
make[1]: Leaving directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
making encs
make[1]: Entering directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
make[1]: Leaving directory `/home/vagrant/.rake-compiler/builds/ruby-1.9.3-p448'
configuring gdbm
Failed to configure gdbm. It will not be installed.
configuring iconv
Failed to configure iconv. It will not be installed.
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring mathn/complex
configuring mathn/rational
configuring nkf
configuring objspace
configuring openssl
Failed to configure openssl. It will not be installed.
configuring pathname
configuring psych
/home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/ext/extmk.rb:202:in `extmake': undefined method `prepend' for "Failed to configure psych. It will not be installed.\n":String (NoMethodError)
from /home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/ext/extmk.rb:478
from /home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/ext/extmk.rb:474:in `each'
from /home/vagrant/.rake-compiler/sources/ruby-1.9.3-p448/ext/extmk.rb:474
make: *** [exts.mk] Error 1
/home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/file_utils.rb:55:in `create_shell_runner': Command failed with status (2): [make...] (RuntimeError)
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `call'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/file_utils.rb:45:in `sh'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `sh'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/gems/rake-compiler-0.8.3/bin/../tasks/bin/cross-ruby.rake:155
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/fileutils.rb:121:in `chdir'
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/fileutils.rb:121:in `chdir'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/file_utils_ext.rb:37:in `chdir'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/gems/rake-compiler-0.8.3/bin/../tasks/bin/cross-ruby.rake:154
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:234:in `call'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:234:in `execute'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:231:in `each'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:231:in `execute'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:175:in `invoke_with_call_chain'
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/monitor.rb:242:in `synchronize'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:197:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:174:in `invoke_with_call_chain'
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/monitor.rb:242:in `synchronize'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:197:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:174:in `invoke_with_call_chain'
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/monitor.rb:242:in `synchronize'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:197:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `each'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:195:in `invoke_prerequisites'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:174:in `invoke_with_call_chain'
from /home/vagrant/.rvm/rubies/ruby-1.8.7-p374/lib/ruby/1.8/monitor.rb:242:in `synchronize'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:168:in `invoke_with_call_chain'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/task.rb:161:in `invoke'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:149:in `invoke_task'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:106:in `top_level'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:106:in `each'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:106:in `top_level'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:115:in `run_with_threads'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374@global/gems/rake-10.1.0/lib/rake/application.rb:100:in `top_level'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/gems/rake-compiler-0.8.3/bin/rake-compiler:24
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/bin/rake-compiler:19:in `load'
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/bin/rake-compiler:19
from /home/vagrant/.rvm/gems/ruby-1.8.7-p374/bin/ruby_noexec_wrapper:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment