[Monodevelop-devel] Main.sln broken on Mac?

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Mar 26 21:42:45 UTC 2012


On 26 March 2012 11:33, Chris Hamons <chris.hamons at ni.com> wrote:
>> Main.sln should be buildable on Mac- what errors are you getting?
>
> Things like [Just pulled latest git]
> (http://dl.dropbox.com/u/8791050/macbuild.txt):
>
> /Users/donblas/Development/mono/monodevelop/main/src/core/MonoDevelop.Projects.Formats.MSBuild/MonoDevelop.Projects.Formats.MSBuild/ProjectBuilder.cs(33,17):
> error CS0234: The type or namespace name `Build' does not exist in the
> namespace `Microsoft'. Are you missing an assembly reference?

Ah. The project files were edited on Windows in such a way that MD's
makefile integration on Mac could no longer handle them. This meant
that if MD saved those project files for any reason, it would would
corrupt them. I though it had been fixed by turning off the makefile
integration on those files, but it turns out that only one had been
fixed. I have now fixed the other two in master.

Please update from git and revert any local changes to
main/src/core/MonoDevelop.Projects.Formats.MSBuild.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-devel-list mailing list