Re: [Mono-list] Mono Beta 1.0

2004-05-05 Thread Mark Gimelfarb
Miguel, If you can either publish the .spec files from RH or SUSE RPMs, I'm sure we could build Mandrake packages easily. The differences b/w RH and MDK distros aren't all that great after all. Maybe we can coordinate with Duncan, and even get a more or less current packages on the

[Mono-list] Problem with Mono-Develop gtk-sharp-0.18.tar.gz

2004-05-05 Thread beniniva
I've downloaded mono packages required for MonoDevelop but when I try to run make the compiler say: ditors.dll /r:System.Drawing /resource:./sample.glade error CS0006: Cannot find assembly `../../gnome/gnome-sharp.dll' Log: error

[Mono-list] Looking for a Colombian Mono speaker

2004-05-05 Thread Ismael Olea
This text is in Spanish, if you don't understand it you can be safe about not missing anything important :-) Hola: Estamos buscando una persona capaz de hablar con solvencia sobre el proyecto Mono y explicarlo con solvencia a una comunidad de profesionales e ingenieros de informática dentro de

[Mono-list] Re: GC issue in mono 0.31

2004-05-05 Thread Nikolai Zhubr
Hello Hans, I think my binutils are just of regular Redhat 7.1 linux: binutils-2.10.91.0.2-3 GNU ld 2.10.91 Copyright 2001 Free Software Foundation, Inc. I've just checked, there are no occurencies of Bsymbolic anywhere within mono build tree. The output of nm is attached. -- Best regards,

[Mono-list] RE: GC issue in mono 0.31

2004-05-05 Thread Boehm, Hans
I assume nothing is prelinked? I don't think that was even an option on RedHat 7.1. It would be helpful to set a breakpoint in GC_add_roots_inner, and verify that it's actually being called with (DATAEND, which is defined to be) _end as its middle argument. It looks like both mono and libmono

RE: [Mono-list] Getting started

2004-05-05 Thread Abhishek Srivastava
Hello All, Red Carpet seems to be the favorite mode of installing mono. However I have two questions 1. Will it work on Mandrake / Red Hat? (If not, is there an equivalent of redcarpet on these flavors). 2. Is it free? Regards, Abhishek. -Original Message- From: Jonathan Pryor

RE: [Mono-list] Getting started

2004-05-05 Thread Ravindra Kumar
Hello, You get it along with XD desktop. However, for installing it separately, you can have a look at http://www.ximian.com -Ravindra Abhishek Srivastava [EMAIL PROTECTED] 5/5/2004 3:16:09 PM Hello All, Red Carpet seems to be the favorite mode of installing mono. However I have two questions

[Mono-list] Re: [Gtk-sharp-list] Gtk# 0.91.1 released

2004-05-05 Thread Rodrigo Moya
Hi Mike! On Tue, 2004-05-04 at 23:20 -0500, Mike Kestner wrote: Announcing release 0.91.1 of Gtk#, codenamed Chicken Stuffed Sandwich. congratulations!! Only one thing though, which is that I think you should announce GTK# releases in the GNOME lists also, as people do with python/C++/etc

Re: [Mono-list] Re: [Gtk-sharp-list] Gtk# 0.91.1 released

2004-05-05 Thread Michal Moskal
On Wed, May 05, 2004 at 12:20:26PM +0200, Rodrigo Moya wrote: Hi Mike! On Tue, 2004-05-04 at 23:20 -0500, Mike Kestner wrote: Announcing release 0.91.1 of Gtk#, codenamed Chicken Stuffed Sandwich. congratulations!! Only one thing though, which is that I think you should announce

[Mono-list] Mono path for mod_mono

2004-05-05 Thread amerigo5 amerigo5
Hi, I am getting the following error on Apache/mod_mono: Failed running '/usr/bin/mono /usr/bin/mod-mono-server.exe --filename /tmp/mod_mono_server --applications /' I get the above error when I install mono using: #./configure #make #make install However, when I do: #./configure

[Mono-list] mod_mono problems after upgrade to beta1

2004-05-05 Thread Trond Arve Nordheim
Hi! After upgrading from mcs-0.31, mono-0.31, xsp-0.12 and mod_mono-0.8 to the beta1-versions (mcs-0.91, mono-0.91, xsp-0.13, mod_mono-0.9) I'm having some problems with the mod-mono-server.exe spawned by Apache upon the first request to a mono-handler. This is what I get in my error-log: **

Re: [Mono-list] Problem with Mono-Develop gtk-sharp-0.18.tar.gz

2004-05-05 Thread Mike Kestner
On Wed, 2004-05-05 at 01:35, [EMAIL PROTECTED] wrote: I've downloaded mono packages required for MonoDevelop but when I try to run make the compiler say: ditors.dll /r:System.Drawing /resource:./sample.glade error CS0006: Cannot

[Mono-list] windows code pages?

2004-05-05 Thread Jaroslaw Kowalski
Hi! I've noticed that I'm no longer able to process XML files encoded using windows-1252 and windows-1250 codepages. This applies to web.config, *.exe.config and any xml files I read. iso-8859-1, iso-8859-2 and utf-8 work fine. I have ICU 2.8 installed from source and mono says it's using

Re: [Mono-list] Re: [Gtk-sharp-list] Gtk# 0.91.1 released

2004-05-05 Thread Mike Kestner
On Wed, 2004-05-05 at 05:31, Michal Moskal wrote: BTW. there is mutual dependency between gtk# and monodoc. monodoc is optional for gtk#, so the cycle can be broken. But only way to get it to compile is to first remove monodoc installed in old version and then compile gtk-sharp. I guess there

[Mono-list] Problem with Monodevelop gtk-sharp 0.91.1

2004-05-05 Thread beniniva
I've downloaded mono packages required for MonoDevelop but when I try to run make also version 0.91.1 give me problems... the compiler say: * make[3]: Entering directory `/root/Desktop/DaInstallare/Mono_develop/gtk-sharp-0.91.1/glib' /usr/local/bin/mcs

[Mono-list] Mono 0.91 on Mac OS X 10.3

2004-05-05 Thread Peter Moffe
$ uname -a Darwin Gentle.local 7.3.0 Darwin Kernel Version 7.3.0: Fri Mar 5 14:22:55 PST 2004; root:xnu/xnu-517.3.15.obj~4/RELEASE_PPC Power Macintosh powerpc $ gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) Copyright (C) 2002 Free Software Foundation, Inc. This is

Re: [Mono-list] Mono 0.91 on Mac OS X 10.3

2004-05-05 Thread Benjamin Reed
Peter Moffe wrote: It built fine without the --with-gc=included switch, but some of my code exits with a NoGCHandler error. Any ideas to get around the compilation issue, but still use GC? read the readme, that says to use an external libgc? =) -- Benjamin Reed, a.k.a. RangerRick [EMAIL

[Mono-list] gentoo specific: ebuilds for mono and related packages

2004-05-05 Thread Richard Torkar
As Gentooers might have seen, Peter (a.k.a. latexer) et al., have kindly provided ebuilds for mono and related packages. However since the GAC is now in place there might be some problems doing a simple emerge -uDv world. If you encounter a compile-time error then try to unmerge the old version

[Mono-list] version and release question

2004-05-05 Thread felipe maya
1) Mono is released to 0.91 from 0.31? 2) GTK# is released to 0.91 from 0.18? 3) ByteFX sourceforge repository has released 0.76, now 0.91? 4) Mono ByteFX is the same that mysqlnet? THANKS Consigue tu correo GRATIS en Manizales.com, dale vida a tus mensajes con ms de 300 motivos

Re: [Mono-list] Mono 0.91 on Mac OS X 10.3

2004-05-05 Thread Peter Moffe
Attila Ben, Thanks for your responses. I got the latest stable sources from the link you posted for Boehm GC - 6.2. I configured it with the --enable-threads=pthreads switch and compiled and installed them without a hitch. Here is the configuration, compilation, and installation output of

[Mono-list] mod-mono-server problem

2004-05-05 Thread Jaroslaw Kowalski
I'm getting this error on each ASP.NET request. This causes httpd to return a zero-length stream. System.IO.FileNotFoundException: File 'mod-mono-server, Version=0.13.0.0, Culture=neutral, PublicKeyToken=null' not found. in 0x001ff System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke

Re: [Mono-list] Mono 0.91 on Mac OS X 10.3

2004-05-05 Thread Attila Balogh
Peter Moffe wrote: Attila Ben, Thanks for your responses. I got the latest stable sources from the link you posted for Boehm GC - 6.2. I configured it with the --enable-threads=pthreads switch and compiled and installed them without a hitch. Here is the configuration, compilation, and

[Mono-list] Compiling Beta on MacOS

2004-05-05 Thread Abram Gillespie
Hey guys, I can finally get a successful make but, during make install I'm seeing this: MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root /usr/local/lib Unhandled Exception: System.DllNotFoundException: libc in 0x000e0

[Mono-list] Shell script for downloading mono packages

2004-05-05 Thread Antonio Ognio
Hi everyone, Told Duncan Mak on irc I had done a simple shell script to download Mono Beta 1 packages from the web using wget. He suggested I could post it here on the list, so here it is. I guess it could be posted on the Mono download page and even run from the web using wget or lynx. I've

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread Jaroslaw Kowalski
BTW. Same error with 'xsp'. This looks like a GAC/strongnaming/assembly resolver issue. I found a workaround - when I give 'xsp.exe' and 'mod-mono-server.exe' the strong name (by signing it with a generated key) the problem goes away. Jarek - Original Message - From: Jaroslaw Kowalski

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread yoros
How can we do that ? Regards, Pedro On Wed, May 05, 2004 at 09:16:09PM +0200, Jaroslaw Kowalski wrote: BTW. Same error with 'xsp'. This looks like a GAC/strongnaming/assembly resolver issue. I found a workaround - when I give 'xsp.exe' and 'mod-mono-server.exe' the strong name (by

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread Jaroslaw Kowalski
I did: $ sn -k test.snk and added [assembly: AssemblyKeyFile(test.snk)] at the beginning of xsp/src/server.cs file. Jarek - Original Message - From: [EMAIL PROTECTED] To: Jaroslaw Kowalski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 9:22 PM Subject: Re:

Re: [Mono-list] version and release question

2004-05-05 Thread Erik Dasque
Yes we moved everything to .91 to mark Beta 1 for 1.0 Erik On May 5, 2004, at 2:01 PM, felipe maya wrote: x-tad-smaller1) Mono is released to 0.91 from 0.31? /x-tad-smallerx-tad-smaller 2) GTK# is released to 0.91 from 0.18? /x-tad-smallerx-tad-smaller 3) ByteFX sourceforge repository has

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread yoros
Thank you, it worked right. See you, Pedro On Wed, May 05, 2004 at 09:25:04PM +0200, Jaroslaw Kowalski wrote: I did: $ sn -k test.snk and added [assembly: AssemblyKeyFile(test.snk)] at the beginning of xsp/src/server.cs file. Jarek - Original Message - From:

Re: [Mono-list] Problem with Mono-Develop gtk-sharp-0.18.tar.gz

2004-05-05 Thread Todd Berman
You need gnome-sharp to be built. if you run autogen.sh it most likely says something like: * gnome-sharp: no You need to install -dev packages until it says yes. I am not 100% sure (you can look at config.log to see what you are missing specifically) but I believe you need:

Re: [Mono-list] mod-mono-server problem

2004-05-05 Thread Jaroslaw Kowalski
It works again after Jackson's patch. Thanks. Jarek - Original Message - From: [EMAIL PROTECTED] To: Jaroslaw Kowalski [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 9:54 PM Subject: Re: [Mono-list] mod-mono-server problem Thank you, it

Re: [Mono-list] Socket.Select problem

2004-05-05 Thread Dennis Jarosch
Hi Guys! Thanx for your answers! I actually found out what my major mistake was: 2) the time is in *microseconds*, so your code waits for a total of 5 I actually missed this *microseconds* point! :-/ No wonder my transfers were borked, 5 milliseconds isn't even enough for my local network. :)

[Mono-list] TLS problems with Red Hat 9 rpms.

2004-05-05 Thread Kenneth Rohde Christiansen
Hi there, The new Mono Beta 1 RPMS for Red Hat 9 doesn't seem to work. I get the following error upon running 'mono': $ mono mono: error while loading shared libraries: libmono.so.0: cannot handle TLS data Should I bugzilla this somewhere or doesn't anyone know what is wrong? Cheers and

Re: [Mono-list] cvs make fullbuild

2004-05-05 Thread Chris Turchin
hi, if anyone else was having trouble building from cvs, Raja R Harinath [EMAIL PROTECTED] posted a good tip on monday (which i missed last night): -- Edit Makefile.am and replace 'install-dist_monobinsDATA' with 'install-monobinsDATA' in the 'xinstall-runtime' rule. -- But to get it

[Mono-list] Mono Beta 1 RPMs

2004-05-05 Thread Tracy Barlow
For what reason are RPMS for Madrake not being built? -- Regards Tracy Barlow TracyAnne Software Phone 07 4124 5092 Mobile 0416 00 38 61 Email [EMAIL PROTECTED] Webwww.tracyannesoftware.com/ ___ Mono-list maillist - [EMAIL

[Mono-list] problem with mono beta running on cygwin console

2004-05-05 Thread Ricardo Varela [phobeo]
hallo, I've just upgraded from 0.31 to beta1 on a WinXP machine. From XP's cmd.exe console mono seems to run alright, but if I try to run from a Cygwin console (on bash) I get the following: $ mono Pops up a windows alert with text: mono.exe - Unable to locate component. This application has

[PATCH] Re: [Mono-list] windows code pages?

2004-05-05 Thread Jaroslaw Kowalski
I found the solution to this problem. I18N was broken badly. As one could expect it was related to GAC. I18N.Common.Manager called Assembly.Load() without specifying the fully qualified name. Patch is attached. Is it ok to commit? Jarek - Original Message - From: Jaroslaw Kowalski

Re: [Mono-list] Mono path for mod_mono

2004-05-05 Thread Gonzalo Paniagua Javier
El mié, 05-05-2004 a las 14:06, amerigo5 amerigo5 escribió: Hi, I am getting the following error on Apache/mod_mono: Failed running '/usr/bin/mono /usr/bin/mod-mono-server.exe --filename /tmp/mod_mono_server --applications /' I get the above error when I install mono using:

Re: [Mono-list] mod_mono problems after upgrade to beta1

2004-05-05 Thread Gonzalo Paniagua Javier
El mié, 05-05-2004 a las 14:16, Trond Arve Nordheim escribió: Hi! After upgrading from mcs-0.31, mono-0.31, xsp-0.12 and mod_mono-0.8 to the beta1-versions (mcs-0.91, mono-0.91, xsp-0.13, mod_mono-0.9) I'm having some problems with the mod-mono-server.exe spawned by Apache upon the first

Re: [PATCH] Re: [Mono-list] windows code pages?

2004-05-05 Thread Gonzalo Paniagua Javier
El jue, 06-05-2004 a las 00:26, Jaroslaw Kowalski escribió: I found the solution to this problem. I18N was broken badly. As one could expect it was related to GAC. I18N.Common.Manager called Assembly.Load() without specifying the fully qualified name. Patch is attached. Is it ok to commit?

[Mono-list] More getting started #2

2004-05-05 Thread doug Stewart
I have been using *#develop (short for SharpDevelop) * is there a mono +whatever that is similar to *#develop *in the windows environment Doug Stewart * * ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] Mono Beta 1.0

2004-05-05 Thread Miguel de Icaza
Hello, I notice that once again there are no rpms for Mandrake. Will there ever be rpms for Mandrake? We do not have Mandrake machines in my team currently, but one thing we could do is publish the build-buddy description files, so third parties could build their own packages with the same

Re: [Mono-list] cvs make fullbuild

2004-05-05 Thread Robert Shade
It's not working for me either. There must be something wrong if it's working for some and not for others. My autoconf is 2.59 and my automake is 1.7.6. Can someone who's cvs is working for please send in their versions? rob On May 5, 2004, at 5:40 PM, Chris Turchin wrote: hi, if anyone else

[Mono-list] Npgsql and the new mono beta.

2004-05-05 Thread Roberto Jimeno
Hi all, I've just upgraded to the beta version of mono. Some of my programs are not compiling anymore because the assembly for Npgsql can't be found. Please tell me what should I do in order to make my Npgsql programs able to compile again. TIA. ___

Re: [Mono-list] Mono 0.91 on Mac OS X 10.3

2004-05-05 Thread Peter Moffe
After using gc6.3alpha5, everything worked great. Thanks for all your help, Attila! On May 5, 2004, at 2:00 PM, Attila Balogh wrote: Peter Moffe wrote: Attila Ben, Thanks for your responses. I got the latest stable sources from the link you posted for Boehm GC - 6.2. I configured it with

[Mono-list] Mod_mono beta 1 problems

2004-05-05 Thread Jeff Love
I have installed the Redhat 9 RPMS for beta 1 along with mod_mono version 9 compiled from source. I installed from source using the install instructions provided and made the necessary changes to httpd.conf. I am using apache version 2.0.40. When running any asp.net page I get the

Re: [Mono-list] Npgsql and the new mono beta.

2004-05-05 Thread Roberto Jimeno
Problem solved! :-) Since I upgraded using red-carpet I didn't notice that now Npgsql has moved out to other RPM (mono-data-postgres in this particular case). Someone told me that this break up into modules is related to patents, although to me, this looks more like a simple