Re: [Mono-dev] Sorry about asking this

2005-08-21 Thread Rafael Ferreira
you can try: http://www.gotmono.com/docs/ but it is a bit outdated... On Sat, 2005-08-20 at 18:41 -0500, Buddy Lindsey wrote: I am fairly new to .NET development. I have done some stuff with MS.NET and really enjoy it. I recently started playing with mono on linux and only found some

[Mono-dev] Monodevelop dependencies

2005-08-21 Thread Helge Kruse
Hello, I just downloaded monodevelop-0.7.tar.gz and tried ./configured. I read the error message configure: error: Library requirements (gtk-sharp-2.0 = 1.9.5) not met but the release notes state, it requires Gtk# 1.9.5 and also offers only download of that version. How to proceed? /Helge

[Mono-dev] Sort and Searching of lising assemblies via gacutil

2005-08-21 Thread Daniel Morgan
Can we have an option like the -l option to list assemblies but allow it to be sorted or search for specifc assemblies using a wildcard? gacutil -ls Firebird* This would search for anything like Firebird* If FirebirdSql.Data.Firebird.dll was in the gac, it would be listed. On Linux, it looks

RE: [Mono-dev] System.DirectoryServices and LdapReferralException

2005-08-21 Thread Boris Kirzner
Hello JD Conley, I'm trying to connect up to an Active Directory and run a search and I get a LdapReferralException. For example, I am running a query on the host adserver.coversant.net and while iterating through search results I get a referral exception for

[Mono-dev] Compiling mcs (Npgsql) failure

2005-08-21 Thread Jesse van den Kieboom
Hi, I'm trying to build mono (and mcs) from svn but I'm stuck on the following error: make[1]: Entering directory `/home/jesse/sources/mcs/class/Npgsql' MONO_PATH=../../class/lib/default: $MONO_PATH /home/jesse/sources/mono/runtime/mono-wrapper ../../tools/resgen/resgen.exe `echo

Re: [Mono-dev] Compiling mcs (Npgsql) failure

2005-08-21 Thread Paul F. Johnson
Hi, I first left out Npgsql because I thought I didn't need it and I was determined on having a working mcs. But as it turns out MonoDevelop needs it. Unless I'm missing something, npgsql isn't on this box, but monodevelop works happily. TTFN Paul -- A lot of football success is in the

[Mono-dev] slowdown with USE_MUNMAP

2005-08-21 Thread Michal Moskal
Hello, I've encountered a big slowdown in our .NET application (the Nemerle compiler) running on mono after -DUSE_MMAP and -DUSE_MUNMAP was enabled. The ``big'' translates to 2x slowdown in GC_mark_from (which results in about 10% slowdown of the entire application). After some investigation

Re: [Mono-dev] the c# compiler code

2005-08-21 Thread Miguel de Icaza
Hello, I’m currently working on expanding the c# compiler for my personal syntax. (the /mcs code, not gmcs). As part of that I noticed that the compiler code is a bit messy and not well documented. I would touch up the code I run into while working on my own expansion. That would require

Re: [Mono-dev] Sorry about asking this

2005-08-21 Thread Miguel de Icaza
On Sat, 2005-08-20 at 23:11 -0700, Rafael Ferreira wrote: you can try: http://www.gotmono.com/docs/ but it is a bit outdated... This is better and updated: http://www.mono-project.com/GtkSharpBeginnersGuide ___ Mono-devel-list mailing list

Re: [Mono-dev] Cursed Missing Method

2005-08-21 Thread Zoltan Varga
Hi, This is: http://bugzilla.ximian.com/show_bug.cgi?id=74982 On 8/21/05, Samuel Kaufman [EMAIL PROTECTED] wrote: I can't seem to manage linking an application and a library with the same name under Mono 1.1.8.2. I'd really appreciate any help.

[Mono-dev] Cursed Missing Method

2005-08-21 Thread Samuel Kaufman
I can't seem to manage linking an application and a library with the same name under Mono 1.1.8.2. I'd really appreciate any help. Here's what's going on... Lib.cs contains: using System; public class Blah { public static void SaySomething() { Console.WriteLine(Woof!); } } And

Re: [Mono-dev] IA64 port is ready

2005-08-21 Thread Miguel de Icaza
Hello! The IA64 port of mono is now done and it is in SVN. It has only been tested on debian unstable. Please try it out and report bugs/problems to bugzilla. Congratulations! This is an amazing accomplishment: it took you three months while also fixing numerous other bugs and rolling out

[Mono-dev] Anybody have Solaris 8 (SPARC) Binary?

2005-08-21 Thread Nit Bha
Hey guys, I am having lots of problems compiling mono on Solaris 8 (Sparc) system. I'll paste the error msgs at the bottom of this message, but I was wondering if anybody had a solaris 8 (sparc) binary that they could let me use from them. If anybody could help, I would really really appreciate

Re: [Mono-dev] patches for RegionInfo support

2005-08-21 Thread Atsushi Eno
Oops, the corlib patch was wrong. Reattached ones should work fine. Atsushi Eno Atsushi Eno wrote: Hola, Paolo Molaro wrote: On 08/17/05 Atsushi Eno wrote: I mostly copied those icall code from CurrentCulture support, but one thing I don't understand is NUM_CACHED_CULTURES ... why it is set

[Mono-dev] gtk-sharp bootstrap vs. bootstrap-2.4

2005-08-21 Thread Steven T. Hatton
How should I determine which bootstrap script to use when building gtk-sharp from trunk? The README says: If you are compiling from SVN, you will need libtool and the auto* tools and will need to replace the configure above with bootstrap for the 2.5.x version or bootstrap-2.4 for the 1.9.x

Re: [Mono-dev] error: too few arguments to function `glitz_surface_create'

2005-08-21 Thread Miguel de Icaza
I'm trying to build mono and MonoDevelop on a SuSE 9.3+ box (see below for specs). Though it's probably not the source of my problem, I should mention that, in proper Unix fashion, I am installing to a non-system directory. Any advice would be appreciated. Mhm, sounds lie you got some

[Mono-dev] Re: [Mono-devel-list] mcs patch for default encoding

2005-08-21 Thread Atsushi Eno
Any comments on this patch? If we leave this problem as is, most of native-language dependent applications won't compile fine (as I experienced on many Japanese sources). Atsushi Eno Atsushi Eno wrote: Hello, I've attached a fix for mcs to not use Latin1 encoding everywhere. I think it