You don't need the Silverlight SDK installed ... just the Silverlight Runtime. 
If you look at the value of $SilverlightSdkPath, it should point to "C:\Program 
Files\Microsoft Silverlight\2.0.30523.8" ... if so, then you build will succeed 
for Silverlight. If not, then you should make it point to that path.

IF you don't have Silverlight installed, then you shouldn't be building for 
Silverlight =P

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:ironruby-core-
> [EMAIL PROTECTED] On Behalf Of Curt Hagenlocher
> Sent: Friday, September 05, 2008 9:02 AM
> To: [EMAIL PROTECTED]; [email protected]
> Subject: Re: [Ironruby-core] Experiences building IronRuby from source
>
> This is for building Silverlight.  Silverlight builds against a
> different version of the CLR.  You should ignore these warnings.
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:ironruby-core-
> [EMAIL PROTECTED] On Behalf Of KE
> Sent: Friday, September 05, 2008 9:00 AM
> To: [email protected]
> Subject: Re: [Ironruby-core] Experiences building IronRuby from source
>
> >From a clean checkout:
>
> Warning 1       The referenced component 'mscorlib' could not be found.
> Warning 2       The referenced component 'System' could not be found.
> Warning 3       The referenced component 'mscorlib' could not be found.
> Warning 4       The referenced component 'System' could not be found.
> Warning 5       The referenced component 'mscorlib' could not be found.
> Warning 6       The referenced component 'System.Net' could not be
> found.
> Warning 7       The referenced component 'System' could not be found.
> Warning 8       The referenced component 'mscorlib' could not be found.
> Warning 9       The referenced component 'System' could not be found.
> Warning 10      The referenced component 'System.Net' could not be
> found.
>
> Visual Studio doesn't report which project the warning is for, but
> double
> clicking on each warning goes to the problematic reference.
>
> For example, in src/ironruby/Ruby.csproj:
>
>     <Reference Include="mscorlib, Version=2.0.5.0, Culture=neutral,
> PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' ==
> 'true'
> ">
>       <SpecificVersion>False</SpecificVersion>
>       <HintPath>$(SilverlightSdkPath)\mscorlib.dll</HintPath>
>     </Reference>
>     <Reference Include="System.Net, Version=2.0.5.0, Culture=neutral,
> PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' ==
> 'true'
> ">
>       <SpecificVersion>False</SpecificVersion>
>       <HintPath>$(SilverlightSdkPath)\System.Net.dll</HintPath>
>     </Reference>
>     <Reference Include="System, Version=2.0.5.0, Culture=neutral,
> PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' ==
> 'true'
> ">
>       <SpecificVersion>False</SpecificVersion>
>       <HintPath>$(SilverlightSdkPath)\System.dll</HintPath>
>     </Reference>
>
> I don't have the Silverlight SDK installed, is this required?
> IronPython has
> Silverlight support, but doesn't have these types of references in its
> .csproj files.
>
> Thanks,
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of John Lam
> (IRONRUBY)
> Sent: Friday, September 05, 2008 11:23 AM
> To: [email protected]
> Subject: Re: [Ironruby-core] Experiences building IronRuby from source
>
> Hello Sticky:
>
> > 1. What is /svn/trunk/runfirst.cmd? Do I really need stuff put into
> > %USERPROFILE%? I will ultimately be running under ASP.NET.
>
> Yes, if you want to run the RubySpec test suite.
>
> > 2. There are many warnings in the various projects about weird
> > references to mscorlib (which is automatically referenced) and
> "System"
> > without a version. Can I propose a patch with updates to the vcproj
> > files?
>
> Can you provide details? I don't see them here.
>
> > 3. The Ruby.Console and IronRuby.Tests projects both have a project
> > file reference to "..\..\App.config" -- is this required? This is a
> > build error. There's no App.config file in /svn/trunk/
>
> I omitted this file by mistake (it's a strange special case in our
> mirroring
> script), but it's fixed in r140 which I just committed.
>
> Thanks,
> -John
>
> _______________________________________________
> 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

Reply via email to