[Opensim-dev] head doesn't compile
Justin Clark-Casey
jjustincc at googlemail.com
Thu Mar 4 15:52:22 UTC 2010
diva at metaverseink.com wrote:
> Head doesn't compile under Windows since yesterday. Justin or JHurliman
> -- one of your commits did it. I already spent 1 hour trying to figure
> the problem out, including reinstalling .NET, without success. The
> problem has been confirmed by others. Please see to this urgently. Thanks.
The Windows build failure occurs because of patch 61a63ff. It is characterized by the error in Microsoft Visual C# 2008 Express
"C:\OPENSIM_GIT\opensim_NEW\opensim.sln" (default target) (1) ->
"C:\OPENSIM_GIT\opensim_NEW\OpenSim\Framework\OpenSim.Framework.csproj" (default target) (6) ->
(CoreCompile target) ->
CSC : error CS0656: Missing compiler required member 'System.Runtime.Compiler.Services.ExtensionAttribute..ctor'
when compiling in OpenSim.Framework. A quick google suggests some kind of problem with this not being supported until .NET 3.5, though I think all our stuff is switched to that now.
Reverting this patch temporarily does allow OpenSim to compile again but Diva wasn't to actually understand what's going wrong :D - so I'm sure there will be a better solution soon.
By the way, this wasn't my change ;), but if I was doing it I would have fallen into the same issue.
--
Justin Clark-Casey (justincc)
http://justincc.org
http://twitter.com/justincc
More information about the Opensim-dev
mailing list