[nem-en] compiling under mingw

Kamil Skalski kamil.skalski at gmail.com
Thu Feb 16 19:22:23 CET 2006


06-02-16, NoiseEHC <NoiseEHC at freemail.hu> napisał(a):
> As long as you have
> set PATH=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727;C:\Program
> Files\Microsoft Visual Studio 8\SDK\v2.0\Bin;%PATH%

Why is it necessary?
Doesn't

Checking for presence of regtool in the system... found
Checking for .NET SDK path... found
Checking for .NET Framework path... found
Checking for .NET disassembler... ildasm

work for you?

> and apply this patch, you can compile...

Please commit. This works fine also with cygwin.

>
>
>
> Index: C:/MinGW/1.0/home/Administrator/nemerle/configure
> ===================================================================
> --- C:/MinGW/1.0/home/Administrator/nemerle/configure   (revision 6126)
> +++ C:/MinGW/1.0/home/Administrator/nemerle/configure   (working copy)
> @@ -756,10 +756,10 @@
>  # Check if we have MSBuild available
>  echo_check_for "MSBuild"
>
> -try_execute "${netFRAMEWORK}MSBuild"
> +try_execute "${netFRAMEWORK}MSBuild.exe"
>  if test $? -lt 126; then
>     echo_result found
> -   msbuild="${netFRAMEWORK}MSBuild"
> +   msbuild="${netFRAMEWORK}MSBuild.exe"
>  else
>    try_execute "${monopath}xbuild"
>    res=$?
>
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>
>
>


--
Kamil Skalski
http://nazgul.omega.pl


More information about the devel-en mailing list