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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to