Created
July 17, 2011 12:03
-
-
Save bil-bas/1087506 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
"gcc -o conftest -Ic:/Ruby192/include/ruby-1.9.1/i386-mingw32 -Ic:/Ruby192/include/ruby-1.9.1/ruby/backward -Ic:/Ruby192/include/ruby-1.9.1 -I. -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -Wextra -Wall -Wno-unused-parameter -std=gnu99 -g -O0 -DSAY_WIN conftest.c -L. -Lc:/Ruby192/lib -L. -lmsvcrt-ruby191-static -lshell32 -lws2_32 " | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: #include <winsock2.h> | |
4: #include <windows.h> | |
5: int main() {return 0;} | |
/* end */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
C:\Users\Spooner\RubymineProjects\ray>rake ext
'(in C:/Users/Spooner/RubymineProjects/ray)
Temporarily enhancing PATH to include DevKit...
cd ext/
c:/Ruby192/bin/ruby.exe extconf.rb
checking for main() in -lgdi32... c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:368:in
try_ do': The complier failed to generate an executable file. (RuntimeError) You have to install development tools first. from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:435:in
try_link0'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:440:in
try_link' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:552:in
try_func'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:748:in
block in have_library' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:693:in
block in checking_for'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:280:in
block (2 levels) in postp one' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:254:in
open'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:280:in
block in postpone' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:254:in
open'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:276:in
postpone' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:692:in
checking_for'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:743:in
have_library' from extconf.rb:45:in
rake aborted!
Command failed with status (1): [c:/Ruby192/bin/ruby.exe extconf.rb...] in C:/Us
ers/Spooner/RubymineProjects/ray/ext
c:/Ruby192/lib/ruby/1.9.1/rake.rb:993:in
block in sh' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in
call'c:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in
sh' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:in
sh'c:/Ruby192/lib/ruby/1.9.1/rake.rb:1027:in
ruby' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:in
ruby'C:/Users/Spooner/RubymineProjects/ray/Rakefile:30:in
block (2 levels) in <top ( required)>' c:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in
call'c:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in
block in execute' c:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in
each'c:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in
execute' c:/Ruby192/lib/ruby/1.9.1/rake.rb:595:in
block in invoke_with_call_chain'c:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in
mon_synchronize' c:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in
invoke_with_call_chain'c:/Ruby192/lib/ruby/1.9.1/rake.rb:605:in
block in invoke_prerequisites' c:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in
each'c:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in
invoke_prerequisites' c:/Ruby192/lib/ruby/1.9.1/rake.rb:594:in
block in invoke_with_call_chain'c:/Ruby192/lib/ruby/1.9.1/monitor.rb:201:in
mon_synchronize' c:/Ruby192/lib/ruby/1.9.1/rake.rb:588:in
invoke_with_call_chain'c:/Ruby192/lib/ruby/1.9.1/rake.rb:581:in
invoke' c:/Ruby192/lib/ruby/1.9.1/rake.rb:2041:in
invoke_task'c:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in
block (2 levels) in top_level' c:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in
each'c:/Ruby192/lib/ruby/1.9.1/rake.rb:2019:in
block in top_level' c:/Ruby192/lib/ruby/1.9.1/rake.rb:2058:in
standard_exception_handling'c:/Ruby192/lib/ruby/1.9.1/rake.rb:2013:in
top_level' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1992:in
run'c:/Ruby192/bin/rake:31:in `'