RE: [Mono-list] Trouble building from CVS

2003-07-17 Thread Peter Williams
On Thu, 2003-07-17 at 17:27, Krautbauer, Bruce wrote: > Sorry... somehow the message was truncated. The error I'm getting when > installing on the new 'clean' system is: > > make[2]: Entering directory `/root/mono/mcs/class/I18N' > make[3]: Entering directory `/root/mono/mcs/class/I18N/Common' >

RE: [Mono-list] Trouble building from CVS

2003-07-17 Thread Krautbauer, Bruce
Sorry... somehow the message was truncated. The error I'm getting when installing on the new 'clean' system is: make[2]: Entering directory `/root/mono/mcs/class/I18N' make[3]: Entering directory `/root/mono/mcs/class/I18N/Common' MONO_PATH="../../../class/lib:$MONO_PATH" mono ../../../mcs/mcs.e

[Mono-list] Trouble building from CVS

2003-07-17 Thread Krautbauer, Bruce
Hi, I have two systems that I have been bouncing back and forth on with mono installs. Both have RH9 with all of the current updates. One is an old 'dirty' system that has seen lots of installs/uninstalls of various things. The other is a new 'clean' system. I've installed all of the mono 0.25

RE: [Mono-list] Trouble with XSP ServiceClient example

2003-07-17 Thread Krautbauer, Bruce
Hi Lluis, thanks for the tip! I should have realized that. The sample is running now on one of my systems, but not on the other. I'll start a new post on that. Thanks again! Bruce -Original Message- From: Lluis Sanchez [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:47 PM To:

Re: [Mono-list] System.NullReferenceException when starting monodoc

2003-07-17 Thread Eric Veltman
Hello Miguel, On Thursday 17 July 2003 05:30, Miguel de Icaza wrote: > I saw your message, but was puzzled; I am no longer running Mono 0.25 > or MonoDoc 0.5; May I suggest you to try a CVS snapshot? I tried now with a cvs snapshot of gtk-sharp and monodoc, it does compile, but it doesn't run.

Re: [Mono-list] Problem compiling mono on Yellowdog Linux 3.0 (PPC)

2003-07-17 Thread Paolo Molaro
On 07/15/03 Kerry Todyruik wrote: > In file included from inssel.h:18, > from mini.c:42: > mini-arch.h:9:2: #error add arch specific include file in mini-arch.h Apparently gcc doesn't define __ppc__ on your machine by default. Can you try changing mini-arch.h to read: #elif define

Re: [Mono-list] Trying to build mono on OS/400 V5R2 PASE

2003-07-17 Thread Paolo Molaro
On 07/16/03 Alexandre Braganca wrote: > I am trying to build mono on the PASE environment of OS/400. > The processor is a powerpc and it has the AIX C/C++ compiler from IBM. > When I configure the system I have to tell it is powerpc-ibm-aix4.3.3.0. > I have already build all the mono dependencies a

[Mono-list] monodoc patch

2003-07-17 Thread Carlos
Attached the patch for monodoc compilation Carlos ? ziral.patch Index: main.cs === RCS file: /mono/monodoc/doctools/gtk-monodoc/main.cs,v retrieving revision 1.27 diff -u -r1.27 main.cs --- main.cs 24 Feb 2003 05:23:48 -

Re: [Mono-list] Socket and multiple threads

2003-07-17 Thread Dick Porter
On Thu, 2003-07-17 at 10:51, Jörg Rosenkranz wrote: > Hi all, > > I have some problems with sockets and multiple threads: > Every time a program is communicating over one socket from different threads > I get following exception: > > The socket has been shut down Something has closed the socket

[Mono-list] Socket and multiple threads

2003-07-17 Thread Jörg Rosenkranz
Hi all, I have some problems with sockets and multiple threads: Every time a program is communicating over one socket from different threads I get following exception: The socket has been shut down in (unmanaged) /home/viadmin/mono-cvs/install/lib/libmono.so.0(mono_raise_exception+0x22) [0x400ab

[Mono-list] RE: using AOT of mono-0.25

2003-07-17 Thread Vivek, Bharath Varma (IE10)
>> Hello, I'm using mono-0.25. It seems to support AOT. When used the option >>"--aot" for AOT, the statistics is as follows. One test gives "Compile 3 >>out of 4 methods (75%)" Does it mean that one of 4 methods is not compiled >>ahead and has be jitted?? It means 3 out of 4 methods were AOT com

Re: [Mono-list] C# Plugin for eclipse

2003-07-17 Thread Stefan Matthias Aust
Yves Kurz wrote: Can anyone give me a link to e good C# IDE or better a link to a plugin for eclipse (2.1.1) ? AFAIK, there's no C# plugin for Eclipse, at least no plug-in comparable to the JDT. Improve technologies offers a simple C# editor that can also call the CSC or MCS and show errors in

Re: [Mono-list] C# Plugin for eclipse

2003-07-17 Thread Sebastian Bergmann
Moritz Balz wrote: > http://www.improve-technologies.com/alpha/esharp/ > works fine for me. But only with Eclipse R2.0, as stated on their site. I tried it a couple of weeks ago with more recent Eclipse versions and it did not work. -- Sebastian Bergmann http://sebastian-bergmann.de/