Re: [IronPython] Building from source

2008-08-28 Thread hellosticky
ECTED] Cc: Dave Fugate; Discussion of IronPython Subject: Re: [IronPython] Building from source If you need a strongly-named assembly and can't wait for the next beta, then yes, that's your only choice. The next beta is expected around the second week of September, if I remember co

Re: [IronPython] Building from source

2008-08-28 Thread Curt Hagenlocher
cussion of IronPython'; 'Curt Hagenlocher' > *Subject:* RE: [IronPython] Building from source > > Thanks Dave, I have SP1 and I'll figure out how to build 2.x binaries > with 3.5. Do you have any idea about: > > error CS1577: Assembly generat

Re: [IronPython] Building from source

2008-08-28 Thread hellosticky
_ From: 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 (

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
ROTECTED] 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 .NET 2.0

Re: [IronPython] Building from source

2008-08-27 Thread Dave Fugate
'; 'Curt Hagenlocher' 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

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
Build (using 3.5) 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 Cod

Re: [IronPython] Building from source

2008-08-27 Thread Dave Fugate
\IronPython_Main\Src 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: [IronPy

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
nPython Subject: 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 modi

Re: [IronPython] Building from source

2008-08-27 Thread Curt Hagenlocher
CTED] > > 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

Re: [IronPython] Building from source

2008-08-27 Thread Michael Foord
- From: 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 ta

Re: [IronPython] Building from source

2008-08-27 Thread hellosticky
[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, but the SLN file doesn't load in VS > 2005, and running NMAKE it loo

Re: [IronPython] Building from source

2008-08-27 Thread Michael Foord
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. How do I build a .NET 2.0 version of IronPython from source? VS 200

[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, __