Re: [Mono-devel-list] Re: [Mono-patches] r43792 - in trunk/mcs/build: . profiles

2005-05-03 Thread Miguel de Icaza
Hello, * profiles/basic.make: The test for mcs was broken on jails where we got a warning due to /proc not being mounted. Remove hackish wc usage. ??? Why remove a working test that caught an actual problem? What's wrong with adding a 'mount /proc' to the jail setup

Re: [Mono-devel-list] Re: [Mono-patches] r43792 - in trunk/mcs/build: . profiles

2005-05-03 Thread Ben Maurer
I talked about this with Miguel today, but for the record: On Tue, 2005-05-03 at 11:20 -0400, Miguel de Icaza wrote: * profiles/basic.make: The test for mcs was broken on jails where we got a warning due to /proc not being mounted. Remove hackish wc

[Mono-devel-list] Release notes

2005-05-03 Thread Ben Maurer
Hello, Please send release notes for 1.1.7. We need to compile these today. Unlike previous releases, there will be no delay between the tarball being rolled and rpms being released. -- Ben ___ Mono-devel-list mailing list

[Mono-devel-list] Re: [Ximian-mono-list] Release notes

2005-05-03 Thread Miguel de Icaza
Hello, Please send release notes for 1.1.7. We need to compile these today. Unlike previous releases, there will be no delay between the tarball being rolled and rpms being released. We will probably have to wait for OSX, Linux and Windows installers to be available though. Miguel

[Mono-devel-list] Assembly binary compatibility?

2005-05-03 Thread Michi Henning
Hi, I'm interested in figuring out exactly what kind of change to an assembly is binary compatible. I've browsed the doc a fair bit, but I can't find a comprehensive list of what actually constitutes binary compatibility. Could someone point me at an authoritative list? One question in particular

Re: [Mono-devel-list] Assembly binary compatibility?

2005-05-03 Thread Ben Maurer
On Wed, 2005-05-04 at 09:25 +1000, Michi Henning wrote: Note that the destructor simply checks whether destroy() was called before the instance is collected and that this is required only for a debug build. In order to save the cost of acquiring the lock (and to avoid the cost of calling the

[Mono-devel-list] OpenGL and Tao?

2005-05-03 Thread Mongoose
I've tried to contact Randy Ridge about Tao, and all his domains and email are now dead. Is Tao no longer developed? I'm also wondering if anyone in mono is working on a standard OpenGL wrapper API. I can't seem to get any information about OpenGL development with mono. Currently I'm using

Re: [Mono-devel-list] OpenGL and Tao?

2005-05-03 Thread Terry L. Triplett
Judging from recent posts to some forums, Randy seems to be going through a difficult period. Burnout, disillusion with project leadership, something else - I don't know. Not my business. The last post I recall suggested he was looking for someone to take over the project. In recent days,

Re: [Mono-list] MCS build problem

2005-05-03 Thread Bill Middleton
Hmm. Try setting $WAPI_SHARED_DIR to someplace reliable in your makefile(s). Bill On 5/3/05, Ralph Mason [EMAIL PROTECTED] wrote: Thanks Bill,Problem is : There is no .wapi dir, I already tried creating one, butstill no good gave it 777 and still no good.Tried touching to createthat file it's

Re: [Mono-list] Problems with updater.exe

2005-05-03 Thread Joshua Tauberer
Giuseppe Greco wrote: Yes, I know, but the following command should do what updater.exe did... isn't it? monodoc --update myapp.exe -o doc/sdk Yeah, don't use that. That's deprecated. -- - Joshua Tauberer http://taubz.for.net ** Nothing Unreal Exists **

[Mono-list] ANN: Notification Icon Tutorial

2005-05-03 Thread Milen Dzhumerov
Hi all, I just wanted to say that a tutorial about how to put a notification icon in the system tray(notificaion area) has been put online at http://www.mono-project.com/GtkSharpNotificationIcon :) Regards, gamehack ___ Mono-list maillist -

Re: [Mono-list] Problems with updater.exe

2005-05-03 Thread Giuseppe Greco
On Tue, 2005-05-03 at 07:58 -0400, Joshua Tauberer wrote: Giuseppe Greco wrote: Yes, I know, but the following command should do what updater.exe did... isn't it? monodoc --update myapp.exe -o doc/sdk Yeah, don't use that. That's deprecated. Okay, Thanks. I've stated that

Re: [Mono-list] Problems with updater.exe

2005-05-03 Thread Joshua Tauberer
Giuseppe Greco wrote: I've stated that monodocs2html.exe does not handle see cref=My.Class / nodes... is that by design or will be implemented later? The cref attribute has a special (i.e. weird) format. See the examples at: http://www.mono-project.com/Documentation To link to classes, you need

Re: [Mono-list] MCS build problem

2005-05-03 Thread Ralph Mason
I tried export WAPI_SHARED_DIR=~ Then the build but it made no difference whatsoever. How should this stuff work (I assume 'it should just work, right' (TM) ) Ralph Hmm. Try setting $WAPI_SHARED_DIR to someplace reliable in your makefile(s). Bill On 5/3/05, *Ralph Mason* [EMAIL PROTECTED]