Re: [IronPython] Building from source

2008-08-28 Thread Curt Hagenlocher
:* Dave Fugate [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, August 27, 2008 2:33 PM *To:* [EMAIL PROTECTED]; 'Discussion of IronPython'; 'Curt Hagenlocher' *Subject:* RE: [IronPython] Building from source Yes, .NET 3.5's msbuild can be used to generate IronPython (2.x) binaries that will run under

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
]; Discussion of IronPython Subject: Re: [IronPython] Building from source hellosticky wrote: Hi, I downloaded the latest change set of IronPython from CodePlex source code tab, but the SLN file doesn't load in VS 2005, and running NMAKE it looks like there are C# 3.0 or 3.5 features being used

Re: [IronPython] Building from source

2008-08-27 Thread Michael Foord
: Michael Foord [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 5:48 AM To: [EMAIL PROTECTED]; Discussion of IronPython Subject: Re: [IronPython] Building from source hellosticky wrote: Hi, I downloaded the latest change set of IronPython from CodePlex source code tab

Re: [IronPython] Building from source

2008-08-27 Thread Curt Hagenlocher
PROTECTED]; Discussion of IronPython Subject: Re: [IronPython] Building from source hellosticky wrote: Hi, I downloaded the latest change set of IronPython from CodePlex source code tab, but the SLN file doesn't load in VS 2005, and running NMAKE it looks like there are C# 3.0 or 3.5

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
: Re: [IronPython] Building from source You need a certificate to sign the assembly if you want a strong name -- and of course any certificate that Michael has or generates won't have the same key signature as the certificate we use to sign here. For IronRuby, we've modified the export script so

Re: [IronPython] Building from source

2008-08-27 Thread Dave Fugate
C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild IronPython.sln Dave From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hellosticky Sent: Wednesday, August 27, 2008 7:51 AM To: 'Curt Hagenlocher'; 'Discussion of IronPython' Subject: Re: [IronPython] Building from source I can't even

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
) to target 2.0? Thanks, _ From: Dave Fugate [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 12:25 PM To: [EMAIL PROTECTED]; Discussion of IronPython; 'Curt Hagenlocher' Subject: RE: [IronPython] Building from source Hi, the source updates to CodePlex's TFS repository

Re: [IronPython] Building from source

2008-08-27 Thread Dave Fugate
' Subject: RE: [IronPython] Building from source Hi Dave, I was using a build from last night's source by Michael Foord. They didn't have a PublicKeyToken and in VS 2005 I got the error: error CS1577: Assembly generation failed -- Referenced assembly 'Microsoft.Scripting' does not have a strong

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
: Wednesday, August 27, 2008 2:33 PM To: [EMAIL PROTECTED]; 'Discussion of IronPython'; 'Curt Hagenlocher' Subject: RE: [IronPython] Building from source Yes, .NET 3.5's msbuild can be used to generate IronPython (2.x) binaries that will run under .NET 2.0 SP1 in the manner I showed below

[IronPython] Building from source

2008-08-26 Thread hellosticky
Hi, I downloaded the latest change set of IronPython from CodePlex source code tab, but the SLN file doesn't load in VS 2005, and running NMAKE it looks like there are C# 3.0 or 3.5 features being used. How do I build a .NET 2.0 version of IronPython from source? Thanks,