[Mono-list] Getting monodoc running on Debian/sid

2004-01-13 Thread Enver ALTIN
Hi, I'm trying to get monodoc running on my Debian/sid system. I've successfully built everything from CVS, updated and working nicely. Everything seem to compile perfectly, even monodoc build process generates all the stuff it needs. Anyway, when I run monodoc; it somewhat shows the main

[Mono-list] Marketing buzznym suggestion: LAMP2

2004-01-13 Thread Stasys Adiklis
LAMP2 = Linux + Apache + Mono + PostgreSQL ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] REGRESSION: StringBuilder

2004-01-13 Thread Jaroslaw Kowalski
Looks like there's been a regression introduced in mono yesterday. This snippet: StringBuilder sb = new StringBuilder(); sb.Append("testtesttest"); sb.Insert(0, '^'); Console.WriteLine("sb: {0}", sb); produces: sb: ^teetteetteet It obviously should be: sb: ^testtesttest This

[Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Torstensson, Patrik
Looking into it right now, it's strange because SB passed all the test. Be back in 2.. Sorry for the problems caused! Cheers, Patrik From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaroslaw KowalskiSent: den 13 januari 2004 12:33To: [EMAIL PROTECTED]; Mono

[Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Torstensson, Patrik
Have you rebuilt everything? I just did the same ression test here and that returns correct value. Can anyone else test this also with the latest CVS? Cheers, Patrik From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Torstensson, PatrikSent: den 13 januari 2004 13:02To:

[Mono-list] I can't find ModMono.cs file.

2004-01-13 Thread ³²Å¿ø
Hi, I 'm a korean programmer. i wish to run a mono runtime on a linux. so, i downloaded a latest version source code files, and uptared mod_mono.tar.gz. but, there is no file(ModMono.cs). where i can find that file. plz, answer me happy new year, bye

[Mono-list] Obfuscator

2004-01-13 Thread Giuseppe Greco
Hi all, does anybody know an obfuscator that runs on Linux with Mono? j3d. Giuseppe Greco ::agamura:: phone: +41 (0)91 604 67 65 mobile: +41 (0)76 390 60 32 email: [EMAIL PROTECTED] web:www.agamura.com

Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Jaroslaw Kowalski
I've just rebuilt mcs and mono and I still get the same error. BTW. I'm using: :pserver:[EMAIL PROTECTED]:/mono Jarek - Original Message - From: Torstensson, Patrik To: Torstensson, Patrik ; Jaroslaw Kowalski ; [EMAIL PROTECTED] ; Mono Development Sent: Tuesday,

[Mono-list] Problem installing Mono on Linux Mandrake 9.2!

2004-01-13 Thread Alejandro Ospina
Hi!. I want to install Mono 0.29 on my Mandrake 9.2 machine. I downloaded the RedCarpet2 client y when I connect and see the list of avalible channels I only see two channels: redcarpet2 and Evolution... How can I install Mono on that distribution? Thanks. Alejandro Ospina Colombia.

Re: [Mono-list] Problem installing Mono on Linux Mandrake 9.2!

2004-01-13 Thread Mark Gimelfarb
I was also wondering about the same thing. I too, downloaded the rc client in hopes of being able to use Mono channel in order to be able to download new version of Mono for my MDK 9.2 box. Unfortunately, Mono channel doesn't have any RPMS for MDK9.2 and therefore, is not listed in the channel

Re: [Mono-list] Obfuscator

2004-01-13 Thread Ben Maurer
On Tue, 2004-01-13 at 07:29, Giuseppe Greco wrote: Hi all, does anybody know an obfuscator that runs on Linux with Mono? If the obfuscator is written in pure c#, with no p/invoke calls, it should work just fine. As long as the files it generates are compliant with the ECMA specs, they should

Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Iain McCoy
I get the same problem, on a freshly checked-out-from-anoncvs-and-built mcs and mono. I did some digging (just because I could) and I suspect the problem is that StringBuilder uses String.InternalStrcpy to move everything to the right of the insert point across. From my reading of the code, that

Re: [Mono-list] corlib.dll not found

2004-01-13 Thread Jeremiah McElroy
When I run 'type mono' or 'type mcs' it returns with /usr/bin/mono and /usr/bin/mcs, however mcs still complains about corlib.dll being missing. I uninstalled the RPMs and removed every file I could find that has to do with mono, but I still cannot fix this issue. Ravindra Kumar wrote:

Re: [Mono-list] corlib.dll not found

2004-01-13 Thread Shawn Vose
Maybe what you could do is grab the corresponding mono-charge in the daily snapshot and tar -zxvf it. Then copy all the dll's to the /usr/local/lib directory and all the exe's to the /usr/bin/mono directory. I had the same problem and that is what I did to fix it. On Tue, 2004-01-13 at 11:57,

[Mono-list] windows mono 0.29

2004-01-13 Thread Bob Pappas
Hello, I'm having trouble with getting simple Windows.Forms cases to work with the new Windows Mono 0.29 release. I have a single form with a button on it and am getting this problem: C:\mono\quarternotemono Form1.exe ** (Form1.exe:228): WARNING **: Failed to load library .\libwinnt.dll.so.dll

Re: [Mono-list] RE: [Mono-devel-list] REGRESSION: StringBuilder

2004-01-13 Thread Paolo Molaro
On 01/14/04 Iain McCoy wrote: I get the same problem, on a freshly checked-out-from-anoncvs-and-built mcs and mono. I did some digging (just because I could) and I suspect the problem is that StringBuilder uses String.InternalStrcpy to move everything to the right of the insert point across.

[Mono-list] (no subject)

2004-01-13 Thread Micah Martin
I'm getting the following error when I try to Make mono. The build environment is a PowerBook with OS X Panther. Any ideas what I'm doing wrong? gcc -o monoburg ./monoburg.c parser.c -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -pthread -L/usr/local/lib

[Mono-list] Build fails on OS X 10.3

2004-01-13 Thread Micah Martin
I'm getting the following error when I try to Make mono. The build environment is a PowerBook with OS X Panther. Any ideas what I'm doing wrong? gcc -o monoburg ./monoburg.c parser.c -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I. -pthread -L/usr/local/lib

[Mono-list] ODBC

2004-01-13 Thread Alejandro Ospina
Hi!. Since I couldn´t install Mono on my Linux machine, I'd like you to help me with that question: Is it possible to make an ODBC connection from a Mono-Linux server without the need for a Windows Server? I mean, is It possible to connect equally to an Oracle database and an Access or Excel

Re: [Mono-list] Build fails on OS X 10.3

2004-01-13 Thread steve
Haven't seen this error before, so this is a long shot: Did you install the bsd subsystem when installing panther and xcode? - Original Message - From: Micah Martin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 11:53 AM Subject: [Mono-list] Build fails on OS X

Re: [Mono-list] MonoDoc 0.9 has been released.

2004-01-13 Thread Shawn Vose
I tried to make monodoc and I received the following: blah blah blah... Unhandled Exception: System.NotImplementedException: The requested feature is no t yet implemented in 0x0002a System.Reflection.Emit.AssemblyBuilder:DefineVersionInfoResource () in 0x01124 Mono.CSharp.Driver:MainDriver

[Mono-list] error on: http://www.go-mono.com:8080/

2004-01-13 Thread Eduardo Osorio Armenta
in my mozilla 1.5 (PC W2K) these left side url PART 3.- Developing with mono PART 4 - Teh basic of mono sends this on right side: XML Error when loading mgrand_1280243255.html: expected ';' (3B) but found '#65535;' () Line 2, position 2. System.Xml.XmlException: expected ';' (3B)

RE: [Mono-list] ODBC

2004-01-13 Thread Daniel Morgan
You do not need a Windows server to use ODBC on Linux or Unix. Which ADO.NET providers can you use on Mono on Linux? Answer, all of the Mono providers. If there is an ODBC driver for unixODBC or iODBC, you will be able to connect via Mono's System.Data.Odbc. For ODBC, you do need either

Re: [Mono-list] New Year, New Debian Packages

2004-01-13 Thread Pablo Fischer
And why no.. debian.org :) We created a irc channel [1] to talk about the Mono Debian Packaging Team. [1] [EMAIL PROTECTED] Pablo El mar, 13-01-2004 a las 18:59, Ramon Rey Vicente escribió: El lun, 12-01-2004 a las 04:50, Pablo Fischer escribió: Hello! Like I promised to everyone, the

[Mono-list] MonoDoc 0.9 has been released.

2004-01-13 Thread Miguel de Icaza
Hello, A new release of Monodoc is out, you can get it from: http://www.go-mono.com/archive/monodoc-0.9.tar.gz This release contains mostly updates to the documentation that were contributed by folks with the new web-services based collaboration feature of Monodoc (Monodoc is kind

[Mono-list] gtk-sharp+HIBRID

2004-01-13 Thread felipe maya
The Answer is: ¿Can System.Windows.Form to combine with gtk-sharp? Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos gráficos. Busca el portal de tu ciudad en http://www.enredese.net ___ Mono-list

Re: [Mono-list] New Year, New Debian Packages

2004-01-13 Thread Ramon Rey Vicente
El lun, 12-01-2004 a las 04:50, Pablo Fischer escribi: Hello! Like I promised to everyone, the Debian Packages are finally out :), also, some points: What about putting this packages in http://www.debianplanet.org/mono/? Alp Toker offered his website as the official Debian mono packages

[Mono-list] blogX in mono?

2004-01-13 Thread Kyle Prestenback
I saw this mentioned on various boards, and shortly discussed a few months ago on this list, so it appears possible, but I have yet to be successful to get blogX successfully runnning in mono. I am currently running the october stable build of mono, so my woes may be entirely due to

Re: [Mono-list] blogX in mono?

2004-01-13 Thread Gonzalo Paniagua Javier
El mié, 14-01-2004 a las 07:28, Kyle Prestenback escribió: I saw this mentioned on various boards, and shortly discussed a few months ago on this list, so it appears possible, but I have yet to be successful to get blogX successfully runnning in mono. I am currently running the october stable