code from SVN trunk won't compile

Discuss simply about anything.

code from SVN trunk won't compile

Postby dalziel on Wed Oct 03, 2007 11:37 pm


I've checked out the source code because a method I wanted wasn't implemented yet:
PostSharp.CodeModel.ReflectionWrapper.BaseTypeWrapper.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)

But it won't compile,It's missing some files:

All the projects except for test, Installer & the sample projects reference the AssemblyVersion.cs file in properties, and that doesn't exist.
Removing the references to those files I then get an exception trying to build the core project:
Could not load file or assembly 'PostSharp.Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)    E:\OtherProjects\Postsharp\trunk\Core\PostSharp.Core\PostSharp.Core.csproj    472    5    PostSharp.Core


The 1.0-beta tag version seems to have the same problem too?  Have I just built the project incorrectly?

Glenn


Glenn Slaven
dalziel
 
Posts: 9
Joined: Sat Jan 12, 2008 4:55 pm
First Name: Glenn
Last Name: Slaven

Re: code from SVN trunk won't compile

Postby gfraiteur on Thu Oct 04, 2007 5:28 am

Well, it's just because you don't read README.HTML...
Gael Fraiteur, project leader
gfraiteur
Site Admin
 
Posts: 819
Joined: Tue Dec 18, 2007 3:09 pm
First Name: Gael
Last Name: Fraiteur
Company: Coding Glove

Re: code from SVN trunk won't compile

Postby dalziel on Thu Oct 04, 2007 6:34 am


yep, that would be it
Glenn Slaven
dalziel
 
Posts: 9
Joined: Sat Jan 12, 2008 4:55 pm
First Name: Glenn
Last Name: Slaven

Re: code from SVN trunk won't compile

Postby dalziel on Thu Oct 04, 2007 6:39 am


I'm not doing well here :(
Glenn Slaven
dalziel
 
Posts: 9
Joined: Sat Jan 12, 2008 4:55 pm
First Name: Glenn
Last Name: Slaven

Re: code from SVN trunk won't compile

Postby gfraiteur on Thu Oct 04, 2007 7:23 am

Anyway, SVN has moved to [url=https://www.postsharp.org/svn]https://www.postsharp.org/svn[/url] ...
Gael Fraiteur, project leader
gfraiteur
Site Admin
 
Posts: 819
Joined: Tue Dec 18, 2007 3:09 pm
First Name: Gael
Last Name: Fraiteur
Company: Coding Glove


Return to Unordered Thoughts