Re: [Mono-list] Debugging Tips

2003-10-06 Thread Jonathan Pryor
Replies inline...

On Mon, 2003-10-06 at 19:39, Steve Mentzer wrote:
> This may be a really stupid question, but how do you enable the 'debug'
> build of mono? I want to track down the dreaded 'bus error' that appears to
> be plaguing OS/X installations since 0.23.

The MCS-generated binaries (*.dll, *.exe) should contain debug
information already.

To get debugging information into Mono's runtime binaries (libmono.so,
etc.), after you run configure, run:

make CFLAGS=-g

This should insert debugging information into all GCC-generated
binaries.

You may need to do ``make clean'' first, otherwise you won't rebuild and
get the debugging symbols.

> I am a real newbie with unix make files and gcc. Is there an equivalent in
> the unix world to a .map files,

Can't think of one, though ``objdump'' may provide what you're after. 
Alas, ``objdump'' is sorely lacking on OS X, so try ``otool'' instead.

> symbol info

``otool'' as well.

>  and enabling the crash reporting
> to display the seg/offset/etc so I can narrow down the issue?

Uh, run in GDB?

 - Jon

> Thanks In Advance!
> 
> - Original Message - 
> From: "Pablo Fischer" <[EMAIL PROTECTED]>
> To: "Mono List" <[EMAIL PROTECTED]>
> Sent: Monday, October 06, 2003 4:15 PM
> Subject: Re: [Mono-list] Gtk#+Mono = Windows Crazy? or Wrong Version
> 
> 
> > Why?.. I didnt  know that I needed just Mono to run Gtk, cause in
> > go-mono.com, one of the requirements for Gtk# are Gtk Runtime and .NET,
> > but if It's not necesarry.. I'll remove it :).
> >
> > Ok, I'm a Debian user and a fan of apt-get.. so the last version for
> > Debian (Alp's Repository) is the .26. I know that I can compile it and I
> > really want to do that.. but damn.. I love apt-get :).
> >
> > So, If in the Windows (2k) I uninstall the .NET framework, change the
> > Mono version from .28 to .25 (cause .26 doesnt works for me) and the
> > Gtk# from .10 to .8 it will work?,
> >
> > Also, another question: If I have my .exe app, the windows users can
> > download and use it with .NET (installing the gtk# in the .NET
> > directory) but WITHOUT mono, does my app will work or needs of Mono?
> >
> > Thanks!
> > Pablo
> > El lun, 06-10-2003 a las 17:29, Pavlica, Nick escribió:
> > > Pablo,
> > >   Why are you installing the .NET frame work in addition to Mono if you
> > > are developing on Linux/Mono+GTK and deploying on Windows?  I would
> > > recommend  using Mono .28+GTK or newer on both systems.  Using the same
> > > runtime on both operating systems will allow you to have greater
> > > confidence in the functionality of your software.
> > >
> > > My 2 Cents :)
> > > Nick Pavlica
> > >
> > > On Mon, 2003-10-06 at 15:03, Pablo Fischer wrote:
> > > > Hello!!
> > > >
> > > > I need to install Mono and Gtk# in 25 computers running Windows (Im
> > > > going to develop an app for the university in Linux and run it in
> > > > Windows).
> > > >
> > > > Im installing this packages in this order:
> > > >
> > > > * .NET FrameWork
> > > > * Mono-.28 (I tried with .25 and I have the same error)
> > > > * Gtk#-10, but the stable version (like 3.xx MB), it contains the
> > > > GtkRuntime
> > > >
> > > > Now Im testing with a simple app created with glade-sharp, gtk-sharp,
> > > > its a simple button that says: Bye World. But Everytime I try to run
> it
> > > > it crashes, giving me this error:
> > > >
> > > > FAiled to load function gtksharp_glade_xml_get_filename from
> > > > gtksharpglue (this error appers twice)
> > > >
> > > > Unhandled Exception: System.TypeInitializationException: An exception
> > > > was thrown by the type initializer for
> > > > Gtk.Application--->System.NullReferenceException: A null value was
> found
> > > > where an object instance was required.
> > > >
> > > > I compiled this in my linux, running
> > > >
> > > > Mono .26
> > > > gnome, gtk, glib, gtk-sharp-glue with .8-1
> > > >
> > > > Thanks!
> > > > Pablo
> > > >
> > > >
> > > > ___
> > > > Mono-list maillist  -  [EMAIL PROTECTED]
> > > > http://lists.ximian.com/mailman/listinfo/mono-list
> > > ___
> > > Mono-list maillist  -  [EMAIL PROTECTED]
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> > >
> >
> > ___
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
> 
> 
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


RE: [Mono-list] [Npgsql] SSL support commited in cvs.

2003-10-06 Thread Reggie Burnett
Well done!

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:mono-list-
> [EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr.
> Sent: Monday, October 06, 2003 8:50 PM
> To: [EMAIL PROTECTED]; npgsql-
> [EMAIL PROTECTED]; Mono-List
> Subject: [Mono-list] [Npgsql] SSL support commited in cvs.
> 
> 
> 
> Hi all,
> 
> It's a great pleasure to say that Npgsql now supports SSL connections to
> Postgresql servers.
> 
> Npgsql is a .net Data provider which runs in Mono, Portable.Net and MS
> implementation. http://gborg.postgresql.org/project/npgsql
> 
> 
> I'd like to thank Angel Todorov (atodorov at acm.org) for his incredible
> integration work and patches. Thanks Angel.
> 
> I'd also like to thank Carlos Guzman (carlosga at telefonica.net), for
> his help and for the excellent TLS implementation code which made this
> possible. Thanks Carlos.
> 
> Please, grab the latest cvs code from gborg cvs.
> 
> Send your comments, suggestions, bugs and bug fixes
> Mono cvs will be updated soon to reflect these new changes.
> 
> Also, for those who just want do download the code and run it, Angel
> created a small test sample which can be downloaded here:
> 
> http://www.piening.info/npgsql/npgsqltestSSL.zip.
> http://www.piening.info/npgsql/Npgsql-SSL(AngelTodorov).zip
> 
> 
> Thanks Brar Piening for providing these addresses.
> 
> 
> 
> --
> Regards,
> 
> Francisco Figueiredo Jr.
> 
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] [Npgsql] SSL support commited in cvs.

2003-10-06 Thread Francisco Figueiredo Jr.


Hi all,

It's a great pleasure to say that Npgsql now supports SSL connections to 
Postgresql servers.

Npgsql is a .net Data provider which runs in Mono, Portable.Net and MS 
implementation. http://gborg.postgresql.org/project/npgsql

I'd like to thank Angel Todorov (atodorov at acm.org) for his incredible 
integration work and patches. Thanks Angel.

I'd also like to thank Carlos Guzman (carlosga at telefonica.net), for 
his help and for the excellent TLS implementation code which made this 
possible. Thanks Carlos.

Please, grab the latest cvs code from gborg cvs.

Send your comments, suggestions, bugs and bug fixes
Mono cvs will be updated soon to reflect these new changes.
Also, for those who just want do download the code and run it, Angel 
created a small test sample which can be downloaded here:

http://www.piening.info/npgsql/npgsqltestSSL.zip.
http://www.piening.info/npgsql/Npgsql-SSL(AngelTodorov).zip
Thanks Brar Piening for providing these addresses.



--
Regards,
Francisco Figueiredo Jr.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] ExpressionElement.cs patch

2003-10-06 Thread Marco Canini
This patch solves a problem in ExpressionSingleElement class when using
integer number bigger than Int32.Max or floating point number.
I've also added the support for datetime.
I've tested it with my app and now i don't get an overflow exception.

-- 
Marco Canini <[EMAIL PROTECTED]>
Index: ExpressionElement.cs
===
RCS file: /mono/mcs/class/System.Data/System.Data/ExpressionElement.cs,v
retrieving revision 1.4
diff -u -r1.4 ExpressionElement.cs
--- ExpressionElement.cs	4 Sep 2003 15:51:07 -	1.4
+++ ExpressionElement.cs	6 Oct 2003 23:36:31 -
@@ -1646,13 +1646,17 @@
 Element = s.Substring (1, s.Length - 2);
 _ResultType = typeof (string);
 			}
+			if (s.StartsWith ("#") && s.EndsWith ("#")) {
+Element = DateTime.Parse (s.Substring (1, s.Length - 2));
+_ResultType = typeof (DateTime);
+			}
 			else if (!Char.IsDigit (s [0]) && s [0] != '-' && s [0] != '+') {
 Element = s;
 _ResultType = typeof (DataColumn);
 			}
 			else {
-_ResultType = typeof (int);
-Element = int.Parse (s);
+Element = Decimal.Parse (s);
+_ResultType = typeof (Decimal);
 			}
 	}
 
@@ -1768,8 +1772,8 @@
 			Type RT1 = E1.ResultType (Row);
 			Type RT2 = E2.ResultType (Row);
 
-			// If one of elements are string they both should be??? FIXME 
 			if (t1 == typeof (string) || t2 == typeof (string)) {
+// FIXME: If one of elements are string they both should be???
 
 //TempType = typeof (string);
 if (t1 != typeof (string))
@@ -1782,13 +1786,7 @@
 	value1 = ((string)value1).ToLower ();
 	value2 = ((string)value2).ToLower ();
 }
-			}
-			else if (t1 != t2) {
-
-value2 = Convert.ChangeType (value2, Type.GetTypeCode (t1));
-			}
-
-			else if (t1 != t2) {
+			} else if (t1 != t2) {
 
 value2 = Convert.ChangeType (value2, Type.GetTypeCode (t1));
 			}


[Mono-list] Debugging Tips

2003-10-06 Thread Steve Mentzer

This may be a really stupid question, but how do you enable the 'debug'
build of mono? I want to track down the dreaded 'bus error' that appears to
be plaguing OS/X installations since 0.23.

I am a real newbie with unix make files and gcc. Is there an equivalent in
the unix world to a .map files, symbol info and enabling the crash reporting
to display the seg/offset/etc so I can narrow down the issue?

Thanks In Advance!

- Original Message - 
From: "Pablo Fischer" <[EMAIL PROTECTED]>
To: "Mono List" <[EMAIL PROTECTED]>
Sent: Monday, October 06, 2003 4:15 PM
Subject: Re: [Mono-list] Gtk#+Mono = Windows Crazy? or Wrong Version


> Why?.. I didnt  know that I needed just Mono to run Gtk, cause in
> go-mono.com, one of the requirements for Gtk# are Gtk Runtime and .NET,
> but if It's not necesarry.. I'll remove it :).
>
> Ok, I'm a Debian user and a fan of apt-get.. so the last version for
> Debian (Alp's Repository) is the .26. I know that I can compile it and I
> really want to do that.. but damn.. I love apt-get :).
>
> So, If in the Windows (2k) I uninstall the .NET framework, change the
> Mono version from .28 to .25 (cause .26 doesnt works for me) and the
> Gtk# from .10 to .8 it will work?,
>
> Also, another question: If I have my .exe app, the windows users can
> download and use it with .NET (installing the gtk# in the .NET
> directory) but WITHOUT mono, does my app will work or needs of Mono?
>
> Thanks!
> Pablo
> El lun, 06-10-2003 a las 17:29, Pavlica, Nick escribió:
> > Pablo,
> >   Why are you installing the .NET frame work in addition to Mono if you
> > are developing on Linux/Mono+GTK and deploying on Windows?  I would
> > recommend  using Mono .28+GTK or newer on both systems.  Using the same
> > runtime on both operating systems will allow you to have greater
> > confidence in the functionality of your software.
> >
> > My 2 Cents :)
> > Nick Pavlica
> >
> > On Mon, 2003-10-06 at 15:03, Pablo Fischer wrote:
> > > Hello!!
> > >
> > > I need to install Mono and Gtk# in 25 computers running Windows (Im
> > > going to develop an app for the university in Linux and run it in
> > > Windows).
> > >
> > > Im installing this packages in this order:
> > >
> > > * .NET FrameWork
> > > * Mono-.28 (I tried with .25 and I have the same error)
> > > * Gtk#-10, but the stable version (like 3.xx MB), it contains the
> > > GtkRuntime
> > >
> > > Now Im testing with a simple app created with glade-sharp, gtk-sharp,
> > > its a simple button that says: Bye World. But Everytime I try to run
it
> > > it crashes, giving me this error:
> > >
> > > FAiled to load function gtksharp_glade_xml_get_filename from
> > > gtksharpglue (this error appers twice)
> > >
> > > Unhandled Exception: System.TypeInitializationException: An exception
> > > was thrown by the type initializer for
> > > Gtk.Application--->System.NullReferenceException: A null value was
found
> > > where an object instance was required.
> > >
> > > I compiled this in my linux, running
> > >
> > > Mono .26
> > > gnome, gtk, glib, gtk-sharp-glue with .8-1
> > >
> > > Thanks!
> > > Pablo
> > >
> > >
> > > ___
> > > Mono-list maillist  -  [EMAIL PROTECTED]
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> > ___
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gtk#+Mono = Windows Crazy? or Wrong Version

2003-10-06 Thread Pablo Fischer
Why?.. I didnt  know that I needed just Mono to run Gtk, cause in
go-mono.com, one of the requirements for Gtk# are Gtk Runtime and .NET,
but if It's not necesarry.. I'll remove it :).

Ok, I'm a Debian user and a fan of apt-get.. so the last version for
Debian (Alp's Repository) is the .26. I know that I can compile it and I
really want to do that.. but damn.. I love apt-get :).

So, If in the Windows (2k) I uninstall the .NET framework, change the
Mono version from .28 to .25 (cause .26 doesnt works for me) and the
Gtk# from .10 to .8 it will work?,

Also, another question: If I have my .exe app, the windows users can
download and use it with .NET (installing the gtk# in the .NET
directory) but WITHOUT mono, does my app will work or needs of Mono?

Thanks!
Pablo
El lun, 06-10-2003 a las 17:29, Pavlica, Nick escribió:
> Pablo,
>   Why are you installing the .NET frame work in addition to Mono if you
> are developing on Linux/Mono+GTK and deploying on Windows?  I would
> recommend  using Mono .28+GTK or newer on both systems.  Using the same
> runtime on both operating systems will allow you to have greater
> confidence in the functionality of your software. 
> 
> My 2 Cents :)
> Nick Pavlica
> 
> On Mon, 2003-10-06 at 15:03, Pablo Fischer wrote:
> > Hello!!
> > 
> > I need to install Mono and Gtk# in 25 computers running Windows (Im
> > going to develop an app for the university in Linux and run it in
> > Windows).
> > 
> > Im installing this packages in this order:
> > 
> > * .NET FrameWork
> > * Mono-.28 (I tried with .25 and I have the same error)
> > * Gtk#-10, but the stable version (like 3.xx MB), it contains the
> > GtkRuntime
> > 
> > Now Im testing with a simple app created with glade-sharp, gtk-sharp,
> > its a simple button that says: Bye World. But Everytime I try to run it
> > it crashes, giving me this error:
> > 
> > FAiled to load function gtksharp_glade_xml_get_filename from
> > gtksharpglue (this error appers twice)
> > 
> > Unhandled Exception: System.TypeInitializationException: An exception
> > was thrown by the type initializer for
> > Gtk.Application--->System.NullReferenceException: A null value was found
> > where an object instance was required.
> > 
> > I compiled this in my linux, running 
> > 
> > Mono .26
> > gnome, gtk, glib, gtk-sharp-glue with .8-1
> > 
> > Thanks!
> > Pablo
> > 
> > 
> > ___
> > Mono-list maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/mono-list
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
> 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Gtk#+Mono = Windows Crazy? or Wrong Version

2003-10-06 Thread Pavlica, Nick
Pablo,
  Why are you installing the .NET frame work in addition to Mono if you
are developing on Linux/Mono+GTK and deploying on Windows?  I would
recommend  using Mono .28+GTK or newer on both systems.  Using the same
runtime on both operating systems will allow you to have greater
confidence in the functionality of your software. 

My 2 Cents :)
Nick Pavlica

On Mon, 2003-10-06 at 15:03, Pablo Fischer wrote:
> Hello!!
> 
> I need to install Mono and Gtk# in 25 computers running Windows (Im
> going to develop an app for the university in Linux and run it in
> Windows).
> 
> Im installing this packages in this order:
> 
> * .NET FrameWork
> * Mono-.28 (I tried with .25 and I have the same error)
> * Gtk#-10, but the stable version (like 3.xx MB), it contains the
> GtkRuntime
> 
> Now Im testing with a simple app created with glade-sharp, gtk-sharp,
> its a simple button that says: Bye World. But Everytime I try to run it
> it crashes, giving me this error:
> 
> FAiled to load function gtksharp_glade_xml_get_filename from
> gtksharpglue (this error appers twice)
> 
> Unhandled Exception: System.TypeInitializationException: An exception
> was thrown by the type initializer for
> Gtk.Application--->System.NullReferenceException: A null value was found
> where an object instance was required.
> 
> I compiled this in my linux, running 
> 
> Mono .26
> gnome, gtk, glib, gtk-sharp-glue with .8-1
> 
> Thanks!
> Pablo
> 
> 
> ___
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] SLNToMake - embedded resources

2003-10-06 Thread Rodolfo Campero
Hi all,
Here is a modified version of Jarek's SLNToMake. Now it can handle embedded 
resources.
I've also fixed a small bug, see the usage of System.IO.Path.Combine instead 
of xxx + slash + yyy.
I hope you will find this helpful.
Cheers,
Rodolfo

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


slntomake.cs
Description: Binary data


[Mono-list] Gtk#+Mono = Windows Crazy? or Wrong Version

2003-10-06 Thread Pablo Fischer
Hello!!

I need to install Mono and Gtk# in 25 computers running Windows (Im
going to develop an app for the university in Linux and run it in
Windows).

Im installing this packages in this order:

* .NET FrameWork
* Mono-.28 (I tried with .25 and I have the same error)
* Gtk#-10, but the stable version (like 3.xx MB), it contains the
GtkRuntime

Now Im testing with a simple app created with glade-sharp, gtk-sharp,
its a simple button that says: Bye World. But Everytime I try to run it
it crashes, giving me this error:

FAiled to load function gtksharp_glade_xml_get_filename from
gtksharpglue (this error appers twice)

Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for
Gtk.Application--->System.NullReferenceException: A null value was found
where an object instance was required.

I compiled this in my linux, running 

Mono .26
gnome, gtk, glib, gtk-sharp-glue with .8-1

Thanks!
Pablo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] problem starting apache with mod_mono: undefined symbol: g_thread_init. please help

2003-10-06 Thread Gonzalo Paniagua Javier
> Hello, 
> 
> I want to run some .net webservcies and webapplications on mono. But I am having 2 
> problems atm:
> 
> 1. When I try to restart httpd after a mod_mono install I get the following error:
> "
> [EMAIL PROTECTED] mono]# /etc/init.d/httpd restart
> Stopping httpd:[FAILED]
> Starting httpd: Syntax error on line 3 of /etc/httpd/conf.d/mono.conf:
> Cannot load /etc/httpd/modules/libmod_mono.so into server: /usr/lib/libmono.so.0: 
> undefined symbol: g_thread_init
>[FAILED]

You are using and old version of mod_mono. Get the latest release from
teh downloads page in go-mono.com or use CVS version. Don't forget to
read INSTALL in mod_mono, as there has been some changes in the
configuration for apache.

-Gonzalo


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Got Mono running on OS X-having runtime problems

2003-10-06 Thread Benjamin Reed
Christopher Taylor wrote:

I've installed the December version of Apple's Dev tools and the Recent 
GCC update. So, now i'm running my builds with apple's gcc-3.3

so, mono built just fine and when i run a simple app with both mint and 
mono [mini], it breaks and dumps a "Bus Error" into my terminal.

I wasn't able to build mono with gc support - and i wanted to know if 
anyone else has had similar experiences with this type of thing occuring...
Yup, this is the only results I've ever had myself.  I'm told that mini 
is supposed to work in the 0.28 release, but I still get bus errors myself.

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
A computer scientist is someone who, when told to 'Go to Hell', sees
the 'go to', rather than the destination, as harmful.


pgp0.pgp
Description: PGP signature


[Mono-list] Got Mono running on OS X-having runtime problems

2003-10-06 Thread Christopher Taylor
I've installed the December version of Apple's Dev tools and the Recent 
GCC update. So, now i'm running my builds with apple's gcc-3.3

so, mono built just fine and when i run a simple app with both mint and 
mono [mini], it breaks and dumps a "Bus Error" into my terminal.

I wasn't able to build mono with gc support - and i wanted to know if 
anyone else has had similar experiences with this type of thing 
occuring...

-ct

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] problem starting apache with mod_mono: undefined symbol: g_thread_init. please help

2003-10-06 Thread Julien Langeveld
Hello, 

I want to run some .net webservcies and webapplications on mono. But I am having 2 
problems atm:

1. When I try to restart httpd after a mod_mono install I get the following error:
"
[EMAIL PROTECTED] mono]# /etc/init.d/httpd restart
Stopping httpd:[FAILED]
Starting httpd: Syntax error on line 3 of /etc/httpd/conf.d/mono.conf:
Cannot load /etc/httpd/modules/libmod_mono.so into server: /usr/lib/libmono.so.0: 
undefined symbol: g_thread_init
   [FAILED]
[EMAIL PROTECTED] mono]#
"

I hope somebody knows a solution for the error. I don't know what is worng. I am using 
all the new sources from the go-mono site or the cvs.
I compiled the latest glib. And run "ldd" on the .so's, without problems.

2. When I try to run a webapplication with a webreference on "mono /usr/bin/xsp.exe" I 
get a timeout: 
"
The request timed out
"

The webapp uses a webreference, get's a class with a dataset and loops to fill a 
select option box.
My question is if it is possible to run webapplication with webreferences with xsp?

But what I really would like is getting apache to run with mod_mono.

==
I tried mod_mono from cvs, mod_mono-0.5 and the 3.7 rpm

My system is like this. If there's something you would like to know about the config I 
supply the info: 

Red Hat Linux 9:
"
[EMAIL PROTECTED] mono]# uname -a
Linux localhost.localdomain 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 
i386 GNU/Linux
"

Apache 2:
"
[EMAIL PROTECTED] mono]# /usr/sbin/httpd -v
Server version: Apache/2.0.40
Server built:   Jul 31 2003 11:36:14
"

Mono
"
[EMAIL PROTECTED] mono]# mono --version
Mono JIT compiler version 0.28, (C) 2002, 2003 Ximian, Inc.
"

Mcs
"
[EMAIL PROTECTED] mono]# mcs --version
Mono C# compiler version 0.28.0.0
"

Xsp
"
[EMAIL PROTECTED] mono]# mono /usr/bin/xsp.exe --version
xsp.exe 0.6.99.0
(c) 2002,2003 Ximian, Inc.
Minimalistic web server for testing System.Web
"

Glib(, with Gthread)
"
[EMAIL PROTECTED] mono]# glib-config
Usage: glib-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--cflags]
Libraries:
glib
gmodule
  gthread
"

Gtk(, with Gthread)
"
[EMAIL PROTECTED] mono]# gtk-config
Usage: gtk-config [OPTIONS] [LIBRARIES]
Options:
[--prefix[=DIR]]
[--exec-prefix[=DIR]]
[--version]
[--libs]
[--cflags]
Libraries:
gtk
gthread
"

Thanks in advance, Julien

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ResourceManager class questions

2003-10-06 Thread Carlos Guzman Alvarez
Hello:

What i'm making bad or how can make for solve this ??


Fixed, Francisco Figueiredo Jr. has pointed to me my problem can be with 
the resource namespace and i was right

--
Un saludo
Carlos Guzmán Álvarez
Vigo-Spain
"Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las 
mismas cosas."

Albert Einstein.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Question about run Nunit test suites with nunit-console.exe

2003-10-06 Thread Carlos Guzman Alvarez
Hello:

We probably have a bug. Can you file a bug providing a test case and
instructions on how to reproduce?
Filled.

--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
"Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las 
mismas cosas."

Albert Einstein.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Question about run Nunit test suites with nunit-console.exe

2003-10-06 Thread Carlos Guzman Alvarez
Hello:

We probably have a bug. Can you file a bug providing a test case and
instructions on how to reproduce?
I will try to do that later today, thanks.



--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
"Todos somos muy ignorantes. Lo que ocurre es que no todos ignoramos las 
mismas cosas."

Albert Einstein.

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list