RE: [Mono-list] Mono build broken on Windows

2004-04-27 Thread Urs Muff
I have a patch for that but it is not approved yet, it can and should be
built on Windows as well, since otherwise mcs will not be able to generate
debug info...

- Urs

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen
Sent: Monday, April 26, 2004 11:57 PM
To: [EMAIL PROTECTED]
Subject: [Mono-list] Mono build broken on Windows

Hi,

Apparently the Mono build is broken on Windows :

Making all in runtime
make[2]: Entering directory `/cygdrive/d/cvs/mono/mono/runtime'
cp -f /usr/local/lib/Mono.CSharp.Debugger.dll .
cp: cannot stat `/usr/local/lib/Mono.CSharp.Debugger.dll': No such file or
directory
make[2]: *** [Mono.CSharp.Debugger.dll] Error 1
make[2]: Leaving directory `/cygdrive/d/cvs/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/cvs/mono/mono'
make: *** [all] Error 2

The Mono.CSharp.Debugger assembly is only built on unix, hence the error ...

Gert

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Mono build broken on Windows

2004-04-27 Thread Daniel Morgan
At this point, mono has been built successfully.

If you'll notice, it is only coping Mono.CSharp.Debugger.dll during
"make install".

Since the debugger does not work on Windows, the assembly is not needed.

The mono-build-w32.sh automatically does a make install.

You can always manually copy the assemblies over that you need.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen
Sent: Tuesday, April 27, 2004 1:57 AM
To: [EMAIL PROTECTED]
Subject: [Mono-list] Mono build broken on Windows


Hi,

Apparently the Mono build is broken on Windows :

Making all in runtime
make[2]: Entering directory `/cygdrive/d/cvs/mono/mono/runtime'
cp -f /usr/local/lib/Mono.CSharp.Debugger.dll .
cp: cannot stat `/usr/local/lib/Mono.CSharp.Debugger.dll': No such file or
directory
make[2]: *** [Mono.CSharp.Debugger.dll] Error 1
make[2]: Leaving directory `/cygdrive/d/cvs/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/d/cvs/mono/mono'
make: *** [all] Error 2

The Mono.CSharp.Debugger assembly is only built on unix, hence the error ...

Gert

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono build broken on Windows

2004-04-27 Thread Gert Driesen

- Original Message - 
From: "Daniel Morgan" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 2:00 AM
Subject: RE: [Mono-list] Mono build broken on Windows


> At this point, mono has been built successfully.
>
> If you'll notice, it is only coping Mono.CSharp.Debugger.dll during
> "make install".

I agree that mono has been successfully built, but I definitely get the
error during "make", not "make install".

> Since the debugger does not work on Windows, the assembly is not needed.

Ok, but it should not cause the make to fail ...

> The mono-build-w32.sh automatically does a make install.

I'm not using that script ...

>
> You can always manually copy the assemblies over that you need.

Sure, but I'm sure this "issue" will get fixed soon ...

Thanks !

Gert

>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen
> Sent: Tuesday, April 27, 2004 1:57 AM
> To: [EMAIL PROTECTED]
> Subject: [Mono-list] Mono build broken on Windows
>
>
> Hi,
>
> Apparently the Mono build is broken on Windows :
>
> Making all in runtime
> make[2]: Entering directory `/cygdrive/d/cvs/mono/mono/runtime'
> cp -f /usr/local/lib/Mono.CSharp.Debugger.dll .
> cp: cannot stat `/usr/local/lib/Mono.CSharp.Debugger.dll': No such file or
> directory
> make[2]: *** [Mono.CSharp.Debugger.dll] Error 1
> make[2]: Leaving directory `/cygdrive/d/cvs/mono/mono/runtime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/cygdrive/d/cvs/mono/mono'
> make: *** [all] Error 2
>
> The Mono.CSharp.Debugger assembly is only built on unix, hence the error
...
>
> Gert
>
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] Mono build broken on Windows

2004-04-28 Thread Urs Muff
Guys, guys settle down: I posted a patch to this on the dev-list about a
week ago, but nobody replied/approved it.

- Urs

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen
Sent: Tuesday, April 27, 2004 11:06 PM
To: Daniel Morgan; [EMAIL PROTECTED]
Subject: Re: [Mono-list] Mono build broken on Windows


- Original Message - 
From: "Daniel Morgan" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 2:00 AM
Subject: RE: [Mono-list] Mono build broken on Windows


> At this point, mono has been built successfully.
>
> If you'll notice, it is only coping Mono.CSharp.Debugger.dll during
> "make install".

I agree that mono has been successfully built, but I definitely get the
error during "make", not "make install".

> Since the debugger does not work on Windows, the assembly is not needed.

Ok, but it should not cause the make to fail ...

> The mono-build-w32.sh automatically does a make install.

I'm not using that script ...

>
> You can always manually copy the assemblies over that you need.

Sure, but I'm sure this "issue" will get fixed soon ...

Thanks !

Gert

>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Gert Driesen
> Sent: Tuesday, April 27, 2004 1:57 AM
> To: [EMAIL PROTECTED]
> Subject: [Mono-list] Mono build broken on Windows
>
>
> Hi,
>
> Apparently the Mono build is broken on Windows :
>
> Making all in runtime
> make[2]: Entering directory `/cygdrive/d/cvs/mono/mono/runtime'
> cp -f /usr/local/lib/Mono.CSharp.Debugger.dll .
> cp: cannot stat `/usr/local/lib/Mono.CSharp.Debugger.dll': No such file or
> directory
> make[2]: *** [Mono.CSharp.Debugger.dll] Error 1
> make[2]: Leaving directory `/cygdrive/d/cvs/mono/mono/runtime'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/cygdrive/d/cvs/mono/mono'
> make: *** [all] Error 2
>
> The Mono.CSharp.Debugger assembly is only built on unix, hence the error
...
>
> Gert
>
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list



debugger.patch
Description: Binary data


Re: [Mono-list] Mono build broken on Windows

2004-04-28 Thread Gert Driesen

- Original Message - 
From: "Urs Muff" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; "Daniel Morgan"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 5:33 PM
Subject: RE: [Mono-list] Mono build broken on Windows


> Guys, guys settle down:

I don't think any of us was getting worked up  I see no reason for that
anyway...

Gert

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list