Hi,

On Tue, Nov 1, 2011 at 8:13 AM, Ramon Smits <ramon.sm...@gmail.com> wrote:
>
>
> Hi there,
> I am trying to build nant but failing. The readme says :
>     b. Building the Software
>     ------------------------
>
>     Build NAnt using Microsoft .NET:
>     GNU Make
>     --------
>         make install MONO= MCS=csc prefix=<installation path>
> [DESTDIR=<staging path>]
>         eg. make install MONO= MCS=csc prefix="c:\Program Files"
>     NMake
>     -----
>         nmake -f Makefile.nmake install prefix=<installation path>
> [DESTDIR=<staging path>]
>
>         eg. nmake -f Makefile.nmake install prefix="c:\Program Files"
>
> I tried the first (gnu make) and it does not really do something. My guess
> is that my make.exe is not gnu make or too old. Running "tools\nmake.exe"
> results in the message : "The image file nmake.exe is valid, but is for a
> machine type other than the current machine.".
> How can I build nant and where to get either gnu make or nmake as this is
> not mentioned in the readme.
Yeah, this is one of the things I want to address pretty soon.  The
copy of nmake that I use should be located in the link provided below:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084

It's the link called nmake15.exe.

You could also try installing gmake from here:
http://gnuwin32.sourceforge.net/packages/make.htm

but my experience is that the nmake runs better on Windows but your
milage may very.

> The reason I want to build nant it so upgrade to nunit 2.5.10 as the current
> version cannot handle a lot of nice additions like the TestCase attribute.
This is a high priority for us too.  I've read upon here that some
folks will use the <exec> task to run nunit outside of the nant tasks
just for 2.5.10.  If that'll work for you in the time being, you won't
need to compile nant manually.

Hope this helps.

Thanks,
Ryan
> --
> Ramon
> ------------------------------------------------------------------------------
> RSA&reg; Conference 2012
> Save &#36;700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>

------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to