Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created March 1, 2014 21:11
Show Gist options
  • Save luislavena/9297429 to your computer and use it in GitHub Desktop.
Save luislavena/9297429 to your computer and use it in GitHub Desktop.
cd -
cd tmp/x86-mingw32/testext/2.0.0
make -j2
make: Warning: File `Makefile' has modification time 0.63 s in the future
generating testext-i386-mingw32.def
compiling ../../../../ext/testext/testext.c
In file included from /home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/defines.h:153:0,
from /home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/ruby.h:70,
from /home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby.h:33,
from ../../../../ext/testext/testext.c:1:
/home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/win32.h: In function 'rb_w32_pow':
/home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/win32.h:801:5: warning: implicit declaration of function '_controlfp' [-Wimplicit-function-declaration]
/home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/win32.h:802:16: error: '_PC_64' undeclared (first use in this function)
/home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/win32.h:802:16: note: each undeclared identifier is reported only once for each function it appears in
/home/vagrant/.rake-compiler/ruby/i686-w64-mingw32/ruby-2.0.0-p353/include/ruby-2.0.0/ruby/win32.h:802:24: error: '_MCW_PC' undeclared (first use in this function)
make: *** [testext.o] Error 1
rake aborted!
Command failed with status (2): [make -j2...]
/home/vagrant/.rvm/gems/ruby-1.8.7-p374/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:152:in `define_compile_tasks'
/home/vagrant/.rvm/gems/ruby-1.8.7-p374/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:151:in `define_compile_tasks'
/home/vagrant/.rvm/gems/ruby-1.8.7-p374/bin/ruby_executable_hooks:15
Tasks: TOP => native => native:x86-mingw32 => native:testext:x86-mingw32 => tmp/x86-mingw32/stage/lib/2.0/testext.so => copy:testext:x86-mingw32:2.0.0 => tmp/x86-mingw32/testext/2.0.0/testext.so
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment