John Lam (IRONRUBY)
2008-Apr-09 18:28 UTC
[Ironruby-core] [Fwd: FW: Problems Compiling IronRuby w/ Mono]
Sorry - I don''t have Mono installed here so I can''t repro - I''m cc''ing our mailing list to see if you can''t work it out with those folks. Thanks, -John -----Original Message----- From: Marc Christensen [mailto:mchristensen at novell.com] Sent: Wednesday, April 09, 2008 9:12 AM To: John Lam (IRONRUBY) Subject: Re: [Fwd: FW: [Ironruby-core] Problems Compiling IronRuby w/ Mono] Hey John, Miguel asked me to look into the IronRuby failure you are seeing on Mono. How are you compiling IronRuby on mono? Are you using mdtool, monodevelop, rake? I tried with mdtool: "mdtool build -f:IronRuby.sln" and got different failures that you did. I''m actually getting a failure that Silverlight is not installed. I was wondering if silverlight/moonlight is required or not. Thanks. -- Marc Miguel de Icaza wrote:> > ------------------------------------------------------------------------ > > Subject: > FW: [Ironruby-core] Problems Compiling IronRuby w/ Mono > From: > "John Lam (DLR)" <jflam at microsoft.com> > Date: > Fri, 4 Apr 2008 08:03:44 -0700 > To: > "miguel at gnome.org" <miguel at gnome.org> > > To: > "miguel at gnome.org" <miguel at gnome.org> > > > Hey Miguel, Any ideas here? This just showed up on my list. > > Thanks, > -John > > -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ch Ze > Sent: Friday, April 04, 2008 7:43 AM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] Problems Compiling IronRuby w/ Mono > > I''ve got the following build errors trying to compile IronRuby trunk w/ > Mono 1.9 on OSX. > > Build output: > > (in /opt/src/mono/ironruby/trunk) > Read in 49 resources from > ''/opt/src/mono/ironruby/trunk/src/microsoft.scripting.core/Resources.resx'' > Writing resource file... Done. > Read in 17 resources from > ''/opt/src/mono/ironruby/trunk/src/microsoft.scripting.core/math/MathResources.resx'' > Writing resource file... Done. > ./Tuple.cs(212,21): warning CS0219: The variable `argCnt'' is assigned > but its value is never used > ./actions/DynamicSite.Generated.cs(54,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,Tret>'' > ./actions/DynamicSite.Generated.cs(128,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,Tret>'' > ./actions/DynamicSite.Generated.cs(202,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,T1,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,T1,Tret>'' > ./actions/DynamicSite.Generated.cs(276,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,T1,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,T1,Tret>'' > ./actions/DynamicSite.Generated.cs(350,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,T1,T2,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,T1,T2,Tret>'' > ./actions/DynamicSite.Generated.cs(424,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,T1,T2,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,T1,T2,Tret>'' > ./actions/DynamicSite.Generated.cs(498,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,T1,T2,T3,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,T1,T2,T3,Tret>'' > ./actions/DynamicSite.Generated.cs(572,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,T1,T2,T3,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,T1,T2,T3,Tret>'' > ./actions/DynamicSite.Generated.cs(646,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,T1,T2,T3,T4,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,T1,T2,T3,T4,Tret>'' > ./actions/DynamicSite.Generated.cs(720,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,T1,T2,T3,T4,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,T1,T2,T3,T4,Tret>'' > ./actions/DynamicSite.Generated.cs(794,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.DynamicSite<T0,T1,T2,T3,T4,T5,Tret>'' to > `Microsoft.Scripting.Actions.DynamicSiteTarget<T0,T1,T2,T3,T4,T5,Tret>'' > ./actions/DynamicSite.Generated.cs(868,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.FastDynamicSite<T0,T1,T2,T3,T4,T5,Tret>'' to > `Microsoft.Scripting.Actions.FastDynamicSiteTarget<T0,T1,T2,T3,T4,T5,Tret>'' > ./actions/DynamicSite.Generated.cs(942,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.BigDynamicSite<T0,Tret>'' to > `Microsoft.Scripting.Actions.BigDynamicSiteTarget<T0,Tret>'' > ./actions/DynamicSite.Generated.cs(1016,13): error CS0029: Cannot > implicitly convert type > `Microsoft.Scripting.Actions.BigFastDynamicSite<T0,Tret>'' to > `Microsoft.Scripting.Actions.BigFastDynamicSiteTarget<T0,Tret>'' > Compilation failed: 14 error(s), 1 warnings > rake aborted! > Command failed with status (1): [gmcs > /out:"/opt/src/mono/ironruby/trunk/bu...] > /opt/src/mono/ironruby/trunk/rakefile:123 > (See full trace by running task with --trace) > > > Mono: > Mono JIT compiler version 1.9 (tarball) > Copyright (C) 2002-2007 Novell, Inc and Contributors. > www.mono-project.com > TLS: normal > GC: Included Boehm (with typed GC) > SIGSEGV: normal > Notification: Thread + polling > Architecture: x86 > Disabled: none > > > MONO_PATH = /opt/local/ > MONO_DISABLE_SHM = 1 > > Anyone have any ideas what''s up? > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
Sanghyeon Seo
2008-Apr-09 18:37 UTC
[Ironruby-core] [Fwd: FW: Problems Compiling IronRuby w/ Mono]
> Miguel asked me to look into the IronRuby failure you are seeing on > Mono. How are you compiling IronRuby on mono? Are you using mdtool, > monodevelop, rake? I tried with mdtool: "mdtool build -f:IronRuby.sln" > and got different failures that you did.I use "rake compile mono=1", and I believe it is the intended way to build IronRuby on Mono. But then, I believe I already resolved this problem with help of people on #mono IRC channel... -- Seo Sanghyeon