In case that's useful to someone else, I had to: ln -s ~/git/ironruby-mono-builds/lib/ ~/lib ln -s ~/git/ironruby-mono-builds/bin/ ~/bin
thanks again Ivan! -- Thibaut On Tue, Mar 3, 2009 at 10:53 PM, Thibaut Barrère <[email protected]>wrote: > You can find the binaries @ >> http://github.com/casualjim/ironruby-mono-builds >> > > Lovely - cloning it right now. > > thanks! > > -- Thibaut > > >> >> >> >> >> On Tue, Mar 3, 2009 at 10:25 PM, Thibaut Barrère < >> [email protected]> wrote: >> >>> Hi Ivan, >>> >>>> I can publish a packaged version automatically when I build if you want. >>>> That would typically be 1-2 days behind on Jim's pushes. >>>> >>>> I'll set up a git repo with mono builds and publish the url here and on >>>> the wiki >>>> >>> >>> that will be useful, thanks! >>> >>> -- Thibaut >>> >>> >>>> >>>> >>>> >>>> >>>> On Tue, Mar 3, 2009 at 9:38 PM, Thibaut Barrère < >>>> [email protected]> wrote: >>>> >>>>> > Ok I just checked in the latest git push from Jim into the linux >>>>> branch. I >>>>> > also applied your patches JB. >>>>> > As it turns out it was a merge conflict in >>>>> Microsoft.Scripting.Build.csproj, >>>>> > but git found it unnecessary to mark it as a conflict and just kept >>>>> the >>>>> > older version of the file. >>>>> > >>>>> > It looks like Runtime/LegacyScriptCode.cs (ironic as IR hasn't even >>>>> hit 1.0 >>>>> > yet :)) got added and 2 files in the Interpreter couldn't be found >>>>> because >>>>> > they didn't exist anymore. >>>>> >>>>> Seems I have a compile issue (pulled the linux branch) - I'm using the >>>>> chmod'ed +x build: >>>>> >>>>> Exception caught by the compiler while compiling: >>>>> Block that caused the problem begin at: >>>>> Runtime/LegacyScriptCode.cs(58,35): >>>>> Block being compiled: >>>>> >>>>> [Runtime/LegacyScriptCode.cs(59,34):,Runtime/LegacyScriptCode.cs(67,13):] >>>>> System.NullReferenceException: Object reference not set to an instance >>>>> of an object >>>>> Internal compiler error at Runtime/LegacyScriptCode.cs(58,35):: >>>>> exception caught while emitting MethodBuilder >>>>> [LegacyScriptCode::EnsureTarget] >>>>> >>>>> Do you meet this as well ? I'm using Mono 2.4. >>>>> >>>>> -- Thibaut >>>>> >>>>> >>>>> >>>>> > >>>>> > On Tue, Mar 3, 2009 at 7:08 PM, Jb Evain <[email protected]> wrote: >>>>> >> >>>>> >> Hey, >>>>> >> >>>>> >> On 3/3/09, Ivan Porto Carrero <[email protected]> wrote: >>>>> >> > public class MyType{ >>>>> >> > } >>>>> >> > >>>>> >> > Compiles on MS.NET but not on Mono. >>>>> >> >>>>> >> Huh? It does compile on Mono. It must be a different issue. >>>>> >> >>>>> >> > There is an issue though around delegates but this has to do with >>>>> >> > generic >>>>> >> > type parameter inference again. >>>>> >> >>>>> >> Have you filed a bug or extracted a test case? >>>>> >> >>>>> >> Anyway, I'll make sure IronRuby compiles fine with gmcs. >>>>> >> >>>>> >> -- >>>>> >> Jb Evain <[email protected]> >>>>> >> _______________________________________________ >>>>> >> Ironruby-core mailing list >>>>> >> [email protected] >>>>> >> http://rubyforge.org/mailman/listinfo/ironruby-core >>>>> > >>>>> > >>>>> > _______________________________________________ >>>>> > Ironruby-core mailing list >>>>> > [email protected] >>>>> > http://rubyforge.org/mailman/listinfo/ironruby-core >>>>> > >>>>> > >>>>> _______________________________________________ >>>>> Ironruby-core mailing list >>>>> [email protected] >>>>> http://rubyforge.org/mailman/listinfo/ironruby-core >>>>> >>>> >>>> >>>> _______________________________________________ >>>> Ironruby-core mailing list >>>> [email protected] >>>> http://rubyforge.org/mailman/listinfo/ironruby-core >>>> >>>> >>> >>> _______________________________________________ >>> Ironruby-core mailing list >>> [email protected] >>> http://rubyforge.org/mailman/listinfo/ironruby-core >>> >>> >> >> _______________________________________________ >> Ironruby-core mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
