[Mono-list] Can't build a project using nant + mono 0.26 in Windows
Ian MacLean
ianm@ActiveState.com
Wed, 01 Oct 2003 18:35:09 +0900
Carlos,
Does that commandline work if you run it from a command prompt ? If not
then the issue is with the mono runtime and not nant.
I seem to remember somthing like this with the windows installer and
harcoded paths. Try creating C:/cygwin/home/Administrator/monodist/lib
and drop corlib.dll in there and see if that works.
Ian
> Hello:
>
> I have downloaded the mono installtion for windows
> (mono-0.26-win32-2.exe), now i'm trying to build a project in Windows
> using nant and i get always this error:
>
> [csc] Starting 'C:\Mono-0.26\bin\mono.exe
> ("C:\Mono-0.26\bin\mcs.exe"
> @C:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\tmp67.tmp
> /resource:FirebirdSql.Data.Firebird\source\Resources\GDS\isc_error_msg.resources,FirebirdSql.Data.Firebird.Resources.GDS.isc_error_msg.resources
> /resource:FirebirdSql.Data.Firebird\source\Resources\ToolboxBitmaps\FbConnection.bmp,FirebirdSql.Data.Firebird.Resources.ToolboxBitmaps.FbConnection.bmp
> /resource:FirebirdSql.Data.Firebird\source\Resources\ToolboxBitmaps\FbCommand.bmp,FirebirdSql.Data.Firebird.Resources.ToolboxBitmaps.FbCommand.bmp
> /resource:FirebirdSql.Data.Firebird\source\Resources\ToolboxBitmaps\FbDataAdapter.bmp,FirebirdSql.Data.Firebird.Resources.ToolboxBitmaps.FbDataAdapter.bmp
> /optimize+)' in
> 'D:\desarrollo\FirebirdProject\NETProvider\NETProvider_15'
> The assembly corlib.dll was not found or could not be loaded.
> It should have been installed in the
> `C:/cygwin/home/Administrator/monodist/lib' directory.
> Total time: 4 seconds.
>
>
> I have mono installed in:
>
> C:\Mono-0.26
>
>
> and C:\Mono-0.26\bin and C:\Mono-0.26\lib are in the path.
>
>
> Any idea about how to solve this ??
>
>
> Thanks in advance.
>
>
>
>
>
>