Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-02 Thread Ravindra Kumar
Hey, Installing from today's cvs should not have this problem. But even then, can you try update and install cvsmcs/class/Mono.Posix and cvs/mono/support ? -Ravi Shaun Jackman [EMAIL PROTECTED] 10/02/04 3:15 AM What is the cause of this exception? I am using mono and mcs from today's CVS

[Mono-list] Monodoc Crashing.

2004-10-02 Thread Amish Munshi
I am using it on SuSE Pro 9.1, installed mono (1.0.2 version) using red-carpet. When I run monodoc I get the following errors. [EMAIL PROTECTED]:~ monodoc Unhandled Exception: System.DllNotFoundException: gtkhtml-3.0 in 0x00053 (wrapper managed-to-native) Gtk.HTML:gtk_html_new () in 0x0007d

Re: [Mono-list] Monodoc Crashing.

2004-10-02 Thread Ricardo García
El Sábado, 2 de Octubre de 2004 09:40, Amish Munshi escribió: I am using it on SuSE Pro 9.1, installed mono (1.0.2 version) using red-carpet. When I run monodoc I get the following errors. I had same problem. I think you must install gtkhtml3.1 rpm with red-carpet. I have version

RE: [Mono-list] Is Mono ready to compete with MS .NET inrealbusiness?

2004-10-02 Thread Pablo Chacin
I'm not sure that such a developing platform should be priority for Mono. Is there other open source initiatives like Sharp Develop or some related to Eclipse, that could better address this issues. The main focus for Mono must be, in my opinion,complete the implementation of the .Net framework.

[Mono-list] monodevelop on Suse 9.1

2004-10-02 Thread Curtis Cooley
I've installed monodevelop-0.5-1.ximian.9.2 on my Suse 9.1 system and I get the following errors when I try to run it. I've tried this on two Suse 9.2 systems. ** Message: : u_strToLower error: U_FILE_ACCESS_ERROR ** Message: : u_strToLower error: U_FILE_ACCESS_ERROR ** Message: : u_strToLower

Re: [Mono-list] EntryPointNotFoundException: map_Mono_Posix_PollEvents

2004-10-02 Thread Todd Berman
On Sat, 2004-10-02 at 01:30 -0600, Ravindra Kumar wrote: Hey, Installing from today's cvs should not have this problem. But even then, can you try update and install cvsmcs/class/Mono.Posix and cvs/mono/support ? -Ravi The problem with this specific issue (which is coming up in a cpl

[Mono-list] Using Custom Namespaces

2004-10-02 Thread Eric Damron
I have created a set of related classes and have grouped them under a namespace. How do I use these classes in projects? Just including Using namespace doesn't work because monodevelop doesn't know about my custom namespace. Is there someway to register this new namespace with monodevelop?

[Mono-list] make bootstrap isn't copying mscorlib.dll correctly

2004-10-02 Thread Francisco Figueiredo Jr.
Hi all, Please, correct me if I'm wrong, but I, IMHO, think that makebootstrap isn't copying correctly the mscorlib.dll assembly. I just use make bootstrap after updating from cvs head. Sometimes, I face myself with the out of synch problem, but I don't know why this happens as I'm doing

Re: [Mono-list] Using Custom Namespaces

2004-10-02 Thread Todd Berman
On Sat, 2004-10-02 at 16:09 -0700, Eric Damron wrote: I have created a set of related classes and have grouped them under a namespace. How do I use these classes in projects? Just including Using namespace doesn't work because monodevelop doesn't know about my custom namespace. Is there