Re: IS there a problem building usinf 3.5?

Note that there shouldn’t be any difference between 2.0 and 3.5 - 2.0,
3.0 and 3.5 all use the 2.0 CLR. They just add additional features (like
workflow, WCF and WPF)

Cory

Ok, I’m quoting my previous mail describing the issue - could you guys
take a look and see if you can spot the problem? It still occurs even on
revision 71. I’d appreciate any help you can give me.

-Sidu

** Execute happy

bug:full /optimize- /target:library
Ruby\trunk\src\microsoft.scripting\ActionOnCallAttribute.cs" …


Command failed with status (0): [csc /nologo /noconfig
/nowarn:1591,1701,17…]
c:/languages/ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:719:in
`sh’

Cory F. wrote:

  • I’ll caveat that with the fact I am running into a problem building
    I’m using Visual C# 2008 Compiler version 3.5.21022.8 to try to build,

Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core


Two’s an SMS. Three’s a Mob. Get your free group SMS from Activ Mobs!
SMS “register your_nickname” to +91 98446 22848 to start Mobbing.
http://blog.inactiv.com

C. K. Ponnappa:

Ok, I’m quoting my previous mail describing the issue - could you guys
take a look and see if you can spot the problem? It still occurs even
on
revision 71. I’d appreciate any help you can give me.

When you do msbuild ironruby.sln, does it compile for you?

The only other possibility is that there’s some other file that got into
your directory. The rakefile builds everything it sees in a given dir,
and will barf if something unexpected shows up there. Can you delete
your SVN dir and grab the latest revision and see what happens?

-John