[Mono-list] mono setup for windows

Angel "Java" Lopez webmaster@ajlopez.com
Sat, 30 Mar 2002 12:15:56 -0300


Uauu!!

I can to compile C# programs, in Wx boxes, using mcs, and I don't to
download and install bloated .Net framework, or cygwin, it is??

Now, I'm on a W98 machine with no .Net Framework, no cygwin. In my path is
not System32, so, I made my own bats:

monopath.bat:
@path=%path%;c:\mono-0.10\install\bin\;c:\mono-0.10\install\lib\

mcs.bat
@c:\mono-0.10\install\bin\mint c:\mono-0.10\install\bin\mcs.exe %1 %2 %3 %4
%5 %6 %7 %8 %9

and put them on c:\Windows.

Then:

mcs

it's ok: a message with no file to compile appears.

But, if I cd to my directory, and try to compile Hello.cs:

C:\ajlopez\PuntoNetPruebas>mcs Hello.cs
group : 0
error CS2001: Source file `Hello.cs' could not be found
group : 0
error CS2008: No files to compile were specified

The file Hello.cs exists. I tried HELLO.CS, hello.cs, renaming it to another
name, put '.' on PATH, put Hello.cs in install\bin, put the complete
filename Windows style, complete filename Unix style, no way....

Any suggestions?

Angel "Java" Lopez

----- Original Message -----
From: "Bob Wienholt" <bob@wienholt.net>
To: "Guenther Roith" <groith@tcrz.net>
Cc: <mono-list@ximian.com>
Sent: Saturday, March 30, 2002 9:24 AM
Subject: Re: [Mono-list] mono setup for windows


> I think you can set system-wide environment variables through the
> registry.  \\HKEY_USERS\.DEFAULT\Environment maybe?
>
> Bob
>
> On Sat, 30 Mar 2002, Guenther Roith wrote:
>
> > - I don't get the error - perhaps the mono team knows something about
this.
> >
> > - I have fixed some bugs now. Does anybody know how my setup could set
the
> > path, forever?
> > It is set now everytime by mint.bat again.
> > We could put it in autoexec.bat automaticaly, but this doesn't exist on
> > every computer (nt/win2k?)
> > Does anybody know?
> >
> > -  I've added 'removemono' to the commandline
> >
> >
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list