[Mono-dev] Mono 1.1.9.1 Windows Installer Released

Kornél Pál kornelpal at hotmail.com
Fri Sep 30 12:01:19 EDT 2005


That's good.

Then Batch files should look like this:

@"C:\Program Files\Mono-1.1.9.1\bin\mono.exe" "C:\Program
Files\Mono-1.1.9.1\lib\mono\1.0\mcs.exe" %*

Without new line at the end as it results in a prompt being displayed.
Otherwise @echo off should be used.

There is no need for setting environment variables (the values we currently
set are default values and these variables are for external use) and long
file names can be used as we don't support 9x. Furthermore %* requires NT so
there is no use to use short file names.

Using EXIT is not a good idea as when you call .bat files from other .bat
files all of them will exit resulting in similar behaviour as you use no
call command. When you call .bat files from .bat files using call they will
preserve ERRORLEVEL.

There are shell scripts as well I think they should be used in cygwin.

Kornél

----- Original Message -----
From: "Zoltan Varga" <vargaz at gmail.com>
To: "Kornél Pál" <kornelpal at hotmail.com>
Cc: "Francisco Martinez" <martinf at mfconsulting.com>; "Wade Berrier"
<wberrier at novell.com>; <mono-devel-list at lists.ximian.com>
Sent: Friday, September 30, 2005 5:33 PM
Subject: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released


It uses relative paths, so its ok.

       Zoltan

On 9/30/05, Kornél Pál <kornelpal at hotmail.com> wrote:
> Hi,
>
> >I take that back. I had MONO_CFG_DIR set in my environment, this is why
> >it didn't work.
>
> Is mono.exe using directories relative to it's own location or does it
> have
> any hardcoded paths?
>
> Kornél
>
> ----- Original Message -----
> From: "Zoltan Varga" <vargaz at gmail.com>
> To: "Wade Berrier" <wberrier at novell.com>
> Cc: "Francisco Martinez" <martinf at mfconsulting.com>;
> <mono-devel-list at lists.ximian.com>
> Sent: Friday, September 30, 2005 4:37 PM
> Subject: Re: [Mono-dev] Mono 1.1.9.1 Windows Installer Released
>
>
>                                     Hi,
> >
> > - also, bug
> >
> > http://bugzilla.ximian.com/show_bug.cgi?id=75815
> >
> > still doesn't work. The problem here is that the MONO_CFG_DIR
> > variable, which was
> > set in the mono.bat file in the past, is now not set at all, so the
> > runtime defaults to a
> > value from the build environment, i.e.
> >
> > C:\cygwin\usr\local\etc\mono\1.0\machine.config ()
> >
> > I will try to fix this.
> >
>
> I take that back. I had MONO_CFG_DIR set in my environment, this is why
> it didn't work.
>
>              Zoltan
>
> > - also, as Kornel said, the runtime should not be statically linked,
> > but instead it should be
> >   dynamically linked against a mono-1.dll file. This should be the
> > default in our build process, so I don't know why this isn't
> > happening. What configure arguments are you
> > using when building the runtime ?
> >
> >                          Zoltan
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On 9/30/05, Wade Berrier <wberrier at novell.com> wrote:
> > > Get 'em while it's hot:
> > >
> > > http://www.go-mono.com/archive/1.1.9.1_1/windows/mono-1.1.9.1-gtksharp-1.0.10-2.3.91-win32-0.exe
> > >
> > > Thanks for the suggestions and input.  There are improvements to be
> > > made, but this should do for now.  Let me know of any installer
> > > issues.
> > >
> > > Thanks Paco, you rock :)
> > >
> > >
> > > Wade
> > >
> > > _______________________________________________
> > > Mono-devel-list mailing list
> > > Mono-devel-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > >
> >
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list