Can you send along a rake --trace repro?
- John
Sent from my phone
Can you send along a rake --trace repro?
The rake file doesn’t play so nice with Cygwin because of pathing and
arg limits…
see rubydoes.net for some info, but I’m working on a Cygrake that
takes care of some of the issues…
Though, is there any reason why we can’t just call MSBuild?
2008/3/16 Greg A. [email protected]:
This is what I got
$ rake.bat compile --trace
(in c:/Libraries/IronRuby/trunk)
** Invoke compile (first_time)
** Invoke happy (first_time)
** Execute happy
** Invoke clean_build (first_time)
** Execute clean_build
** Invoke compile_dlr (first_time)
** Execute compile_dlr
Read in 17 resources from
“c:\Libraries\IronRuby\trunk\src\microsoft.scripting\M
ath\MathResources.resx”
Writing resource file… Done.
Read in 49 resources from
“c:\Libraries\IronRuby\trunk\src\microsoft.scripting\R
esources.resx”
Writing resource file… Done.
rake aborted!
Command failed with status (0): [csc /nologo /noconfig
/nowarn:1591,1701,17…]
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:719:in sh' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:726:in call’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:726:in sh' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:805:in sh’
c:/Libraries/IronRuby/trunk/rakefile:197:in exec' c:/Libraries/IronRuby/trunk/rakefile:239:in csc’
c:/Libraries/IronRuby/trunk/rakefile:247:in compile' c:/Libraries/IronRuby/trunk/rakefile:253:in compile_all’
c:/Libraries/IronRuby/trunk/rakefile:527
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in call' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in execute’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in each' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:392:in execute’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:362:in invoke' c:/ruby/lib/ruby/1.8/thread.rb:135:in synchronize’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in invoke' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:369:in invoke_prerequisit
es’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in each' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in send’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1003:in each' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:368:in invoke_prerequisit
es’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:361:in invoke' c:/ruby/lib/ruby/1.8/thread.rb:135:in synchronize’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:355:in invoke' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in top_level’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in each' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1739:in top_level’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in
standard_exceptio n_handling' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1733:in top_level’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1711:in run' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in standard_exceptio
n_handling’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in run' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 c:/ruby/bin/rake.bat:20:in load’
c:/ruby/bin/rake.bat:20
2008/3/16 John L. (DLR) [email protected]:
Subject: Re: [Ironruby-core] SVN Revision 77 out
SDK v6.0
http://rubyforge.org/mailman/listinfo/ironruby-core
–
Greg A.
Software Development Manager
SSI Services
http://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
And I’m running
.Net 2.0
XP
rake 0.7.3
ruby 1.8.5
On Sun, Mar 16, 2008 at 8:03 PM, Greg A. [email protected] wrote:
Software Development Manager
SSI Serviceshttp://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
–
Greg A.
Software Development Manager
SSI Services
http://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
2008/3/16 Michael L. [email protected]:
The rake file doesn’t play so nice with Cygwin because of pathing and
arg limits…
In ‘cmd’ i get about the same thing.
Interesting bit is that I get a Windows Message "ruby.exe - Ordinial
Not Found’, ‘The ordinal 3724 could not be located in the dynamic link
library LIBEAY32.dll’
I get this same error message when I try to run perl, until I remove
libeay32.dll from c:\Windows\System32
After that error displays, I get a the same error in the DOS window as
in Cygwin.
–
Greg A.
Software Development Manager
SSI Services
http://kc.vanadium.com
http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs