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

Chris Hamons chris.hamons at ni.com
Mon Mar 26 15:33:38 UTC 2012


> 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?

> If you disable "build before run" in MD prefs, you can build from the 
makefiles but
> run (and debug) from MD without building.

This is amazingly helpful, I'll keep that in mind.

Thanks,
--Chris



From:   Michael Hutchinson <m.j.hutchinson at gmail.com>
To:     Chris Hamons <chris.hamons at ni.com>
Cc:     monodevelop-devel-list at lists.ximian.com
Date:   03/23/2012 06:39 PM
Subject:        Re: [Monodevelop-devel] Main.sln broken on Mac?



2012/3/9 Chris Hamons <chris.hamons at ni.com>:
> I'm attempting to make some changes in MonoDevelop (and its plugins) on 
the
> Mac and am having difficulty getting things to build.
>
> Here's what I'm doing (from
> 
http://monodevelop.com/Developers/Mac_Support/Building_MonoDevelop_on_OS_X
)
>
>> git clone https://github.com/mono/monodevelop.git
>> cd monodevelop
>> export ACLOCAL_FLAGS="-I
>> /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal",
>> export
>> PATH="/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH"
>> ./configure --profile=mac
>
> If I run
>
>> make && cd main/build/MacOSX && make
>
> I get a usable MonoDevelop.app. However, opening main/Main.sln and 
selecting
> the "DebugMac" project fails quickly with a large number of namespace 
errors
> (missing assembly references?).
>
> Is Main.sln kept buildable on the Mac?
>
> I'd like to debug my MonoDevelop changes, and since MonoDevelop lacks an
> "attach to process", I'd assume the only way to do this is to build and
> launch from inside MonoDevelop. Is there another way to debug my changes
> (mdb?)?
>
> I've asked on IRC the last few days to no avail.

Main.sln should be buildable on Mac- what errors are you getting?

That said, I generally build from the makefiles, because building MD
in MD triggers MD's GTK# design tool to regenerate its code, which
slows the build down a lot (and sometimes breaks it). If you disable
"build before run" in MD prefs, you can build from the makefiles but
run (and debug) from MD without building.

-- 
Michael Hutchinson
http://mjhutchinson.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-devel-list/attachments/20120326/cd4d7812/attachment.html>


More information about the Monodevelop-devel-list mailing list