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 */ |
Author
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:intry_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:intry_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:inblock 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:inopen'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:inopen'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:276:in
postpone' from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:692:inchecking_for'from c:/Ruby192/lib/ruby/1.9.1/mkmf.rb:743:in
have_library' from extconf.rb:45:inrake 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:incall'c:/Ruby192/lib/ruby/1.9.1/rake.rb:1008:in
sh' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:insh'c:/Ruby192/lib/ruby/1.9.1/rake.rb:1027:in
ruby' c:/Ruby192/lib/ruby/1.9.1/rake.rb:1092:inruby'C:/Users/Spooner/RubymineProjects/ray/Rakefile:30:in
block (2 levels) in <top ( required)>' c:/Ruby192/lib/ruby/1.9.1/rake.rb:634:incall'c:/Ruby192/lib/ruby/1.9.1/rake.rb:634:in
block in execute' c:/Ruby192/lib/ruby/1.9.1/rake.rb:629:ineach'c:/Ruby192/lib/ruby/1.9.1/rake.rb:629:in
execute' c:/Ruby192/lib/ruby/1.9.1/rake.rb:595:inblock 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:ininvoke_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:ineach'c:/Ruby192/lib/ruby/1.9.1/rake.rb:602:in
invoke_prerequisites' c:/Ruby192/lib/ruby/1.9.1/rake.rb:594:inblock 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:ininvoke_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:ininvoke_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:ineach'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:instandard_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:inrun'c:/Ruby192/bin/rake:31:in `'