Ryan,

The Mono team is dropping support for .NET Framework 1.x, hence mcs is no
longer available.
I believe Mono 2.6.x is the last release to support .NET 1.x.

We'll just need to check what version of Mono is available, or just check
for the compiler that is available (1.x: mcs, 2.x: gmcs, 4.x: dmcs).
Good thing NAnt build authors to not have to deal with this.

Martin, please submit a bug report for this.

Gert

-----Original Message-----
From: Ryan Boggs [mailto:rmbo...@gmail.com] 
Sent: zondag 18 april 2010 3:27
To: Martin Gainty
Cc: nant-developers@lists.sourceforge.net;
nant-annou...@lists.sourceforge.net; nant-us...@lists.sourceforge.net
Subject: Re: [nant-dev] [NAnt-users] Announcing NAnt 0.90-beta1

Hey Martin,

What Linux are you running?

Thanks,
Ryan

On Sat, Apr 17, 2010 at 6:16 PM, Martin Gainty <mgai...@hotmail.com> wrote:
> Hi Ryan
>
> any suggestion as to where i can obtain mcs?
>
> $ make
> mkdir -p bootstrap
> cp -R lib/ bootstrap/lib
> # Mono loads log4net before privatebinpath is set-up, so we need this in
the
> sam
> e directory
> # as NAnt.exe
> cp lib/common/neutral/log4net.dll bootstrap
> cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
> mcs -target:exe -define:MONO -out:bootstrap\\NAnt.exe
> -r:bootstrap\\log4net.dll
> \
>                 -recurse:src\\NAnt.Console\\*.cs
src\\CommonAssemblyInfo.cs
> /bin/sh: mcs: command not found
>
> ?
> Thanks!
> Martin Gainty
> ______________________________________________
> Note de déni et de confidentialité
>
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>
>
>
>> Date: Sat, 17 Apr 2010 17:34:49 -0700
>> From: rmbo...@gmail.com
>> To: nant-developers@lists.sourceforge.net;
>> nant-us...@lists.sourceforge.net; nant-annou...@lists.sourceforge.net
>> Subject: [NAnt-users] Announcing NAnt 0.90-beta1
>>
>> Announcing NAnt 0.90-beta1
>>
>> The first beta of NAnt 0.90 has been released. Please continue to
>> test and report bugs so we can make the final release of 0.90 the best
>> it can be.
>>
>> A roadmap has been created to help illustrate the current release
>> plan. Please note that this roadmap is a work in progress and is
>> subject to change depending on feature priorities, issues, and
>> developer's comfort level with the release:
>> https://sourceforge.net/apps/mediawiki/nant/index.php?title=Roadmap
>>
>> This release focuses on extending our already strong support for
>> multiple target frameworks, bringing improved flexibility and
>> performance. A number of outstanding issues have been fixed as well.
>>
>> Binary and source distributions are available for immediate download
from:
>> http://sourceforge.net/project/showfiles.php?group_id=31650
>>
>> The CVS tag for NAnt 0.90 Beta1 is:
>> rel-0-90-beta1
>>
>> Instruction for checking out sources from CVS are available here:
>> http://sourceforge.net/cvs/?group_id=31650
>>
>> Discussion of NAnt occurs on the mailing list at
>> nant-us...@lists.sourceforge.net.
>>
>> Bugs can be reported using the Bug Tracker at
>> http://sourceforge.net/projects/nant.
>>
>> About NAnt:
>> NAnt is a free .NET build tool, allowing applications to be built
>> targeting both Microsoft .NET and Mono while supporting both Windows
>> and Linux platforms.
>>
>> Check the NAnt homepage for additional info at
>> http://nant.sourceforge.net.
>>
>> Thanks,
>> Ryan
>>
>>
>>
----------------------------------------------------------------------------
--
>> Download Intel&#174; Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> _______________________________________________
>> NAnt-users mailing list
>> nant-us...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/nant-users
>
> ________________________________
> Hotmail has tools for the New Busy. Search, chat and e-mail from your
inbox.
> Learn more.

----------------------------------------------------------------------------
--
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.733 / Virus Database: 271.1.1/2815 - Release Date: 04/16/10
20:31:00


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to