On Wed, Oct 5, 2011 at 11:10 AM, Doug Blank <[email protected]> wrote:
> Reported as:
> http://ironruby.codeplex.com/workitem/6523
Updated this workitem:
This build issue with Ruby, under Mono, with
/p:Configuration="v2Release" can be fixed with:
change:
#if SILVERLIGHT
return EachStepString(storage, self,
ConvertStepToInt(storage, step)).Cast<object>();
#else
return EachStepString(storage, self,
ConvertStepToInt(storage, step));
#endif
to just:
return EachStepString(storage, self,
ConvertStepToInt(storage, step)).Cast<object>();
This may turn out to be more important than first thought, as having
some trouble using Configuration v4 under Mono (it builds fine, but
having trouble with integration with other DLLs, probably because of
v2 vs v4 issues). Looking into that, but we will need to use v2 for
the time being.
-Doug
> -Doug
>
> On Mon, Oct 3, 2011 at 4:22 PM, Doug Blank <[email protected]> wrote:
>> FYI,
>>
>> When trying to build IronRuby for a v2Release under Mono 2.10.2, I'm
>> getting a failure:
>>
>> % git clone https://github.com/IronLanguages/main.git IronLanguages
>> % cd IronLanguages
>> % xbuild Solutions/Ruby.sln /p:Configuration="v2Release"
>> ...
>> Builtins/RangeOps.cs(307,17): error CS0266: Cannot implicitly convert
>> type
>> `System.Collections.Generic.IEnumerable<IronRuby.Builtins.MutableString>'
>> to `System.Collections.Generic.IEnumerable<object>'. An explicit
>> conversion exists (are you missing a cast?)
>>
>> Building for the regular configuration is fine.
>>
>> -Doug
>>
>
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core