[MonoDevelop] Building Monodevelop under Monodevelop in Windows

Jay Bazuzi jay at bazuzi.com
Tue Aug 7 19:03:03 UTC 2012


I didn't realize that. I was following the instructions at
http://monodevelop.com/Developers/Building_MonoDevelop, and it doesn't
mention setting the target platform. Who can I contact about updating that
page?

So, I switched runtime to Microsoft .NET, and got a build error because it
couldn't find the reference Mono.Posix. What I found was that closing &
reopening the solution after switching runtime to Microsoft .NET caused it
to find Mono.Posix correctly. Is this a bug in MonoDevelop?

With that out of the way, the build proceeded further, but then failed with:

c:\Users\Jay\GitHub\monodevelop\main\src\core\MonoDevelop.Projects.Formats.MSBuild\MonoDevelop.Projects.Formats.MSBuild\ProjectBuilder.cs(6,6):
> Error CS0246: The type or namespace name 'var' could not be found (are you
> missing a using directive or an assembly reference?) (CS0246)
> (MonoDevelop.Projects.Formats.MSBuild.v2.0)


That's weird - is it using an old version of the compiler? What is going on?

-J

On Tue, Aug 7, 2012 at 12:42 AM, Lluis Sanchez Gual
<slluis.devel at gmail.com>wrote:

> You should be targetting the MS.NET runtime
>
> El 06/08/2012, a las 06:54, Jay Bazuzi <jay at bazuzi.com> escribió:
>
> Which runtime should I be targeting when I build MonoDevelop under
> MonoDevelop in Windows?
>
> -J
>
> On Sat, Aug 4, 2012 at 9:50 AM, Jay Bazuzi <jay at bazuzi.com> wrote:
>
>> Alan, are you asking me or Ventsislav?
>>
>> I'm using MonoDevelop 3.0.3.5 as the build environment.
>>
>> I gave the error message below. What other information are you looking
>> for?
>>
>> -J
>>
>>
>> On Sat, Aug 4, 2012 at 6:47 AM, Alan <alan.mcgovern at gmail.com> wrote:
>>
>>> Mono.Addins is an assembly in the GAC, it is not part of the solution
>>> and isn't built as part of the regular build process. Can you tell us
>>> exactly how building on windows fails and what version of MonoDevelop
>>> you are using to build MonoDevelop itself?
>>>
>>> Alan
>>>
>>> On 3 August 2012 17:10,  <ventsislav.mladenov at gmail.com> wrote:
>>> > On Friday 03 August 2012 12:28:38 Jay Bazuzi wrote:
>>> >
>>> > What should I be looking for?
>>> >
>>> >
>>> >
>>> > HI, I have similar problem on building MonoDevelop on Linux the
>>> problem is
>>> > that MonoDevelop.Ide references Mono.Addins project but if you try to
>>> build
>>> > whole solution it is builded before Mono.Addins and this lead to
>>> unresolved
>>> > references. The solution is simple - manually build first external
>>> projects
>>> > and then build MonoDevelop
>>> >
>>> >
>>> > _______________________________________________
>>> > Monodevelop-list mailing list
>>> > Monodevelop-list at lists.ximian.com
>>> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>> >
>>> _______________________________________________
>>> Monodevelop-list mailing list
>>> Monodevelop-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>>>
>>
>>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120807/6d6455dc/attachment.html>


More information about the Monodevelop-list mailing list