[Mono-dev] Building Roslyn on OS X

Marek Safar marek.safar at gmail.com
Wed Aug 13 18:27:49 UTC 2014


Hi,

>
> > You've mostly done it. We have a bug in xbuild which causes this on
> second build. Clean all intermediate obj folders and run xbuild again.
>
> Unfortunately, that didn’t do it for me. I tried a few different cleaning
> options, but I’m still getting the same error:
>
> (*) rm -fr Binaries && xbuild …
> (*) rm Binaries/Debug/Microsoft.CodeAnalysis.* && xbuild … # This is the
> assembly containing the internal classes we’re trying to access; Release
> configs have the same issue
> (*) xbuild /target:clean Src/Compilers/CSharp/csc/csc.csproj && xbuild …
>

None of these do what I suggested. You need to delete folders like

Src/Compilers/CSharp/Desktop/obj/

Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20140813/aaa4396a/attachment-0001.html>


More information about the Mono-devel-list mailing list