https://bugzilla.novell.com/show_bug.cgi?id=666610
https://bugzilla.novell.com/show_bug.cgi?id=666610#c4 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |[email protected] --- Comment #4 from Jonathan Pryor <[email protected]> 2011-02-12 03:49:56 UTC --- With respect to the original description, I'm unable to build the github project: Framework/IoCAttribute.cs(2,7): error CS0246: The type or namespace name `PostSharp' could not be found. Are you missing a using directive or an assembly reference? Framework/IoCAttribute.cs(8,48): error CS0246: The type or namespace name `LocationInterceptionArgs' could not be found. Are you missing a using directive or an assembly reference? The problem is MonoStockPortfolio.csproj has: <Reference Include="PostSharp.SL, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\Program Files (x86)\PostSharp 2.0\Reference Assemblies\Silverlight 3.0\PostSharp.SL.dll</HintPath> </Reference> Fixing <HintPath/> to be the following fixes that error: <HintPath>..\libs\PostSharp.SL.dll</HintPath> Preview 12 also seems to have broken Activities/ConfigActivity.cs:clickCallback, as DialogMultiChoiceClickEventArgs.Which has changed types. Otherwise, it compiles, so I'm not seeing your DirectoryNotFoundException on OSX. Furthermore, the output you provided is incomplete; CommandFailedException should be printing out the actual stdout/stderr of the executed command, which we're not seeing above. It's possible that stdout/stderr wasn't preserved; there was a bug in output preservation fixed in P12. Does this still fail for you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
