[Mono-list] Fw: [Jabber-Net] jabber-net on Mono 0.28 runtime, problems

2003-10-07 Thread Gaurav Vaish
FYI...
Jabber on Mono!

or am I too late to spread the words?

Cheers,
Gaurav
http://gvaish.virtualave.net



- Original Message - 
From: "Stephen Gutknecht (RoundSparrow)"
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 00:16
Subject: [Jabber-Net] jabber-net on Mono 0.28 runtime, problems


> Hi,
>
> I did get jabber-net 0.07 to work on Mono 0.28 by hacking it up a bit.
My
> use is just a console application that doesn't use all of jabber-net
> features, so not sure if there are other issues.  Doing a basic connect I
> ran into two basic problems:
>
>
> 1.  bedrock\net\Address.cs method Resolve.  It seems the Async version of
> this method is working right on Mono?  So I changed it to use the non
> Async...
>   public void Resolve(AddressResolved callback)
>   {
>   if ((m_ip != null) && (m_ip != IPAddress.Any))
>   {
>   callback(this);
>   }
>   else
>   {
>   // Hack to work with Mono 0.28
>   //Dns.BeginResolve(m_hostname, new AsyncCallback(OnResolved), callback);
>   Resolve();
>   callback(this);
>   }
>   }
>
>
> 2. jabber\protocol\stream\Stream.cs Stream method.  The RNG functions of
> Mono 0.28 return errors, so I just hard coded some bytes in instead of
using
> random data
>   public Stream(XmlDocument doc, string xmlns) :
> base("stream", new XmlQualifiedName("stream",
> jabber.protocol.URI.STREAM), doc)
>   {
>   byte[] buf = new byte[4];
>   // Hack to work with Mono 0.28
>   //RNG.GetBytes(buf);
>   //ID = HexString(buf);
>   // Hard code a value:
>   ID = "abcd";
>   NS = xmlns;
>   }
>
>
> If you are interesting in compiling the code with mono, use a command
> similar to this:
>
> mcs --target library -recurse:C:\jabber-net\bedrock\*.cs
> -recurse:C:\jabber-net\jabber\*.cs -o C:\jabber-net-mono.dll
>
> Hope this is of some use to someone.
>
>   Stephen Gutknecht
>   currently in Redmond, Washington USA

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


[Mono-list] WG: Mcs/class/System/Microsoft.VisualBasic/VBCodeCompiler

2003-10-07 Thread Jochen Wezel
Title: WG: Mcs/class/System/Microsoft.VisualBasic/VBCodeCompiler






Dear Andreas Nahr,

Dear Gonzalo,


Please could you review the VisualBasicCodeCompiler and after that place it into CVS? It's currently missing a I've seen.

Currently, the VBCodeProvider creates a VBCodeGenerator instead of a VBCodeCompiler. This should be fixed after placing of the compiler.

Gonzalo, please find attached the VBCodeProviderTest. It compiles and runs the tests successfully on MS.NET.


 <> 


Best Regards

Jochen



 -Ursprüngliche Nachricht-

Von:    Jochen Wezel  

Gesendet:   Dienstag, 8. Juli 2003 17:44

An: 'mailto:[EMAIL PROTECTED]'

Betreff:    Mcs/class/System/Microsoft.VisualBasic/VBCodeCompiler


To attention for Andreas Nahr


Here is the VisualBasicCodeCompiler module for Microsoft.VisualBasic

Please take a look into.


 <> 


I suggest to rename the VBCodeGenerator & Co. to VisualBasicCodeGenerator as Microsoft does.

Then it should compile fine (I hope).


Please add my e-mail address ([EMAIL PROTECTED]) to all responses.


Jochen





CompuMaster GmbH

Fon: +49 6747 95084-12 / Fax: +49 6747 95084-50

http://www.compumaster.de eMail: [EMAIL PROTECTED]







VBCodeProviderTest.cs
Description: VBCodeProviderTest.cs


VisualBasicCodeCompiler.cs
Description: VisualBasicCodeCompiler.cs


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

2003-10-07 Thread Dave Page


> -Original Message-
> From: Francisco Figueiredo Jr. [mailto:[EMAIL PROTECTED] 
> Sent: 07 October 2003 02:50
> To: [EMAIL PROTECTED]; 
> [EMAIL PROTECTED]; Mono-List
> Subject: [Npgsql-hackers] [Npgsql] SSL support commited in cvs.
> 
> 
> 
> 
> Hi all,
> 
> It's a great pleasure to say that Npgsql now supports SSL 
> connections to 
> Postgresql servers.

Nice work guys!

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


[Mono-list] Gtk-Sharp

2003-10-07 Thread Giuseppe Greco
Hi all,

when do you plan to make the latest version of
Gtk-Sharp available via Red Carpet?

For instance, when do you think we'll be able
to setup the monodoc rendering engine on our
web server via Red Carpet?

Thanks,
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


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


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

2003-10-07 Thread Carlos Guzman Alvarez
Hello:

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.
:)

--
Bets regards
Carlos Guzmán Álvarez
Vigo-Spain
Firebird .NET Data Provider

	http://firebird.sourceforge.net/

PgSqlClient - .NET Data provider for PostgreSQL 7.4+

	https://sourceforge.net/projects/pgsqlclient/

Feature List:
http://pgsqlclient.sourceforge.net/?q=node/view/2
"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] Gtk#+Mono = Windows Crazy? or Wrong Version

2003-10-07 Thread Leandro André Zis
It seems that the gtk-runtime doesn't install libglade with it. So the 
glade# will not work.

Leandro André Zis

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


RE: [Mono-list] XSP web server (0.6)

2003-10-07 Thread Víctor Jalencas
Does XSP 0.6 run with mod_mono 0.5? If not, the download page should be
updated as they are listed in the same release. If yes, how can I debug what
is the problem making them not work? On a FreeBSD machine, I get internal
server errors but the Apache server log gives no indication they are even
returned

TIA

Victor

-Mensaje original-
De: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]
Enviado el: sábado, 04 de octubre de 2003 15:21
Para: [EMAIL PROTECTED]
Asunto: Re: [Mono-list] XSP web server (0.6)


El sáb, 04-10-2003 a las 12:24, [EMAIL PROTECTED] escribió:
> On Fri, Oct 03, 2003 at 03:23:04PM -0400, Andrew M. Perkins wrote:
> > I am attempting to set up Apache version 1.3 to run .NET c# pages.
> > According to all the newsgroups I have located thus far, the indication
> > is that I should use the mono_mod to Apache.  I downloaded the source of
> > the Mono Runtime and attempted to ./configure.  I receive an error
> > message that indicates that I need XSP installed.  I downloaded the XSP
> > web server (0.6) from the site at http://www.go-mono.com/download.html.
> > When I decompress the file and follow the instructions found in the mono
> > INSTALL file, I am supposed to run a ./configure on the XSP source and
> > then try to compile using the make  Well, there is NO configure file
> > in the "source" I downloaded.  Am I missing something?  Please advise...
> > 
> 
> Try download the latest cvs sources for mod_mono and xsp. There you'll
> find autogen.sh script. You must run that script and then run make.

Yes, use that autogen.sh, but don't mix current CVS xsp with mod_mono
0.5 as it won't work.

-Gonzalo


___
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-07 Thread Leandro André Zis




The requirements for Gtk# are the gtk runtime and .Net Framework(Mono
or Microsoft), but for Glade# you will also need libglade.

Leandro Zis

Pablo Fischer wrote:

  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-07 Thread Pavlica, Nick
On Mon, 2003-10-06 at 17:15, Pablo Fischer wrote:
> 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 :).

I haven't used apt-get yet, but it sounds awesome.  Linux Magazine has
an article on it there Oct. 03 edition. 

> 
> 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?,


Because Mono and GTK# are growing so fast, it would be worth using the
newest possible versions even if it requires manually compiling them
until someone releases a package for your platform.  This should help
you focus more on fixing bugs in your software and discovering new bug
in Mono rather than fighting bugs that are known and have been
resolved.  
 
> 
> 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-Sharp

2003-10-07 Thread Duncan Mak
Giuseppe, 

On Tue, 2003-10-07 at 05:37, Giuseppe Greco wrote:
> when do you plan to make the latest version of
> Gtk-Sharp available via Red Carpet?

I got started building RPMs, but I don't have them done for all the
distributions we support actively (redhat-9-i386, redhat-80-i386,
mandrake-91-i586, suse-82-i586) yet. 

I don't have classes on Wednesday and this will be finished and pushed
to Red Carpet on Wednesday.

> For instance, when do you think we'll be able
> to setup the monodoc rendering engine on our
> web server via Red Carpet?

As for Monodoc, Miguel mentioned to me that he will soon be done with
the Web Services part of Monodoc, and might be doing a release since
that is completed. I'll be holding off packaging Monodoc for now until
told otherwise.

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


RE: [Mono-list] XSP web server (0.6)

2003-10-07 Thread Gonzalo Paniagua Javier
El mar, 07-10-2003 a las 14:51, Víctor Jalencas escribió:
> Does XSP 0.6 run with mod_mono 0.5? If not, the download page should
> be updated as they are listed in the same release. If yes, how can I
> debug what is the problem making them not work? On a FreeBSD machine,
> I get internal server errors but the Apache server log gives no
> indication they are even returned

Yes, they work together.

Have you read the INSTALL file and followed those steps?

-Gonzalo


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


RE: [Mono-list] XSP web server (0.6)

2003-10-07 Thread Víctor Jalencas
Yes, I did, but wasn't sure if mod_mono 0.5 was new enough for xsp 0.6

After modifying mod_mono.c to log more info to the apache log (thanks to
jonatan cortés), I've seen that the apache user (www in FreeBSD) does not
have enough permissions to read the /tmp/mod_mono_server socket, which I
launched as root or as myself. If I modify the permissions of the file while
mod_mono_server is running, I get 'connection refused'.

The user www does not have a login shell so it is not trivial (not
desirable) to change this and launch mod_mono_server as www, so I've ended
up modifying the socket location to end up in a directory owned by www's
group and with the sticky bit so it is readable and writeable by it.
Currently, after the first request, top shows mono is eating more than 98%
of the CPU. Any ideas?

TIA for any help

Victor

-Mensaje original-
De: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]
Enviado el: martes, 07 de octubre de 2003 19:00
Para: [EMAIL PROTECTED]
Asunto: RE: [Mono-list] XSP web server (0.6)


El mar, 07-10-2003 a las 14:51, Víctor Jalencas escribió:
> Does XSP 0.6 run with mod_mono 0.5? If not, the download page should
> be updated as they are listed in the same release. If yes, how can I
> debug what is the problem making them not work? On a FreeBSD machine,
> I get internal server errors but the Apache server log gives no
> indication they are even returned

Yes, they work together.

Have you read the INSTALL file and followed those steps?

-Gonzalo


___
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] XSP web server (0.6)

2003-10-07 Thread Gonzalo Paniagua Javier
El mar, 07-10-2003 a las 19:07, Víctor Jalencas escribió:
> Yes, I did, but wasn't sure if mod_mono 0.5 was new enough for xsp 0.6
> 
> After modifying mod_mono.c to log more info to the apache log (thanks to
> jonatan cortés), I've seen that the apache user (www in FreeBSD) does not
> have enough permissions to read the /tmp/mod_mono_server socket, which I
> launched as root or as myself. If I modify the permissions of the file while
> mod_mono_server is running, I get 'connection refused'.

In the INSTALL file:

"IMPORTANT:

Make sure that both apache and mod-mono-server have write
permission to that file."

> 
> The user www does not have a login shell so it is not trivial (not
> desirable) to change this and launch mod_mono_server as www, so I've ended
> up modifying the socket location to end up in a directory owned by www's
> group and with the sticky bit so it is readable and writeable by it.

Another alternative is running mod-mono-server as the 'apache' user.

> Currently, after the first request, top shows mono is eating more than 98%
> of the CPU. Any ideas?

If you can reproduce it, please, file a bug report in bugzilla with
information on your system (distro, apache version,...), the version of
mono/class libraries/xsp/mod_mono you're using, configuration files
modified and, well, all the information needed to make it happen here
;-).

Thanks.

-Gonzalo


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


Re: [Mono-list] Fw: [Jabber-Net] jabber-net on Mono 0.28 runtime, problems

2003-10-07 Thread amerigo5 amerigo5
I wonder if NJabber is making progress?

http://www.jabberstudio.org/projects/njabber/project/view.php

Sounds like a very promising effort to me!!!



Original Message Follows
From: Gaurav Vaish <[EMAIL PROTECTED]>
To: Monkey Business <[EMAIL PROTECTED]>
Subject: [Mono-list] Fw: [Jabber-Net] jabber-net on Mono 0.28 runtime, 
problems
Date: Tue, 07 Oct 2003 12:31:58 +0530

FYI...
Jabber on Mono!
or am I too late to spread the words?

Cheers,
Gaurav
http://gvaish.virtualave.net

- Original Message -
From: "Stephen Gutknecht (RoundSparrow)"
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 00:16
Subject: [Jabber-Net] jabber-net on Mono 0.28 runtime, problems
> Hi,
>
> I did get jabber-net 0.07 to work on Mono 0.28 by hacking it up a bit.
My
> use is just a console application that doesn't use all of jabber-net
> features, so not sure if there are other issues.  Doing a basic connect I
> ran into two basic problems:
>
>
> 1.  bedrock\net\Address.cs method Resolve.  It seems the Async version of
> this method is working right on Mono?  So I changed it to use the non
> Async...
>   public void Resolve(AddressResolved callback)
>   {
>   if ((m_ip != null) && (m_ip != IPAddress.Any))
>   {
>   callback(this);
>   }
>   else
>   {
>   // Hack to work with Mono 0.28
>   //Dns.BeginResolve(m_hostname, new AsyncCallback(OnResolved), 
callback);
>   Resolve();
>   callback(this);
>   }
>   }
>
>
> 2. jabber\protocol\stream\Stream.cs Stream method.  The RNG functions of
> Mono 0.28 return errors, so I just hard coded some bytes in instead of
using
> random data
>   public Stream(XmlDocument doc, string xmlns) :
> base("stream", new XmlQualifiedName("stream",
> jabber.protocol.URI.STREAM), doc)
>   {
>   byte[] buf = new byte[4];
>   // Hack to work with Mono 0.28
>   //RNG.GetBytes(buf);
>   //ID = HexString(buf);
>   // Hard code a value:
>   ID = "abcd";
>   NS = xmlns;
>   }
>
>
> If you are interesting in compiling the code with mono, use a command
> similar to this:
>
> mcs --target library -recurse:C:\jabber-net\bedrock\*.cs
> -recurse:C:\jabber-net\jabber\*.cs -o C:\jabber-net-mono.dll
>
> Hope this is of some use to someone.
>
>   Stephen Gutknecht
>   currently in Redmond, Washington USA

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_
High-speed Internet access as low as $29.95/month (depending on the local 
service providers in your area). Click here.   https://broadband.msn.com

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


[Mono-list] Mono Weekly News Oct 1st-7th

2003-10-07 Thread Jaime Anguiano Olarra
Hello all!,

A new issue of the Mono Weekly News is available at 
the URL: http://monoevo.sf.net/mwn This time we don't have interviews
but we do have a lot of news, all of them good ones!.

Cheers,

Jaime.
-- 
// http://www.go-mono.org -- The Mono Project. .NET + freedom.


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


[Mono-list] Mono+Gtk+Windows (Errors 2nd Part)

2003-10-07 Thread Pablo Fischer
hi all!

I finally installed mono (.28) and gtk# (.10) in Windows, but I cannot
run my gtk# apps. 

In Linux I have a small example, its just a button (in glade) and in the
.cs file I load it and show it, ,in linux works very fine, but in
Windows Im getting an error (at the end of the mail) and the app gets
closed. In linux I have the same version, the mono (.28, compiled) and
gtk# (compiled), so in linux and windows I have the same version.

Any ideas?

Thanks!

Warning **: Failed to load function gtksharp_glade_xml_get_filename from
gtksharpglue

Warning **: Failed to load function gtksharp_glade_xml_get_filename from
gtksharpglue


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
in <0x0005e> Gtk.RuntimeEnvironment:InitializeWindowsRuntime ()
in <0x0003b> Gtk.RuntimeEnvironment:Initialize ()
in <0x7> Gtk.Application:.cctor ()
--- End of inner exception stack trace ---

in (unmanaged) Gtk.Application:Init ()
in <0x0001d> GladeSamples.GladeTest:.ctor (string[])
in <0x00024> GladeSamples.GladeTest:Main (string[])

And the app

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


Re: [Mono-list] Gtk-Sharp

2003-10-07 Thread Miguel de Icaza
Hello,

> Giuseppe, 
> 
> On Tue, 2003-10-07 at 05:37, Giuseppe Greco wrote:
> > when do you plan to make the latest version of
> > Gtk-Sharp available via Red Carpet?
> 
> I got started building RPMs, but I don't have them done for all the
> distributions we support actively (redhat-9-i386, redhat-80-i386,
> mandrake-91-i586, suse-82-i586) yet. 
> 
> I don't have classes on Wednesday and this will be finished and pushed
> to Red Carpet on Wednesday.
> 
> > For instance, when do you think we'll be able
> > to setup the monodoc rendering engine on our
> > web server via Red Carpet?
> 
> As for Monodoc, Miguel mentioned to me that he will soon be done with
> the Web Services part of Monodoc, and might be doing a release since
> that is completed. I'll be holding off packaging Monodoc for now until
> told otherwise.

You can still build Monodoc without Gtk#, it takes a bit of tweaking
the configure/make setup, but it should work without it.
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono+Gtk+Windows (Errors 2nd Part)

2003-10-07 Thread Pablo Fischer
I've also checked that I get the same without the use of glade, just
with a single gtk Button.

Thanks!
Pablo
El mar, 07-10-2003 a las 15:07, Pablo Fischer escribió:
> hi all!
> 
> I finally installed mono (.28) and gtk# (.10) in Windows, but I cannot
> run my gtk# apps. 
> 
> In Linux I have a small example, its just a button (in glade) and in the
> .cs file I load it and show it, ,in linux works very fine, but in
> Windows Im getting an error (at the end of the mail) and the app gets
> closed. In linux I have the same version, the mono (.28, compiled) and
> gtk# (compiled), so in linux and windows I have the same version.
> 
> Any ideas?
> 
> Thanks!
> 
> Warning **: Failed to load function gtksharp_glade_xml_get_filename from
> gtksharpglue
> 
> Warning **: Failed to load function gtksharp_glade_xml_get_filename from
> gtksharpglue
> 
> 
> 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
> in <0x0005e> Gtk.RuntimeEnvironment:InitializeWindowsRuntime ()
> in <0x0003b> Gtk.RuntimeEnvironment:Initialize ()
> in <0x7> Gtk.Application:.cctor ()
> --- End of inner exception stack trace ---
> 
> in (unmanaged) Gtk.Application:Init ()
> in <0x0001d> GladeSamples.GladeTest:.ctor (string[])
> in <0x00024> GladeSamples.GladeTest:Main (string[])
> 
> And the app
> 
> ___
> 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] Removing mono, sort of...

2003-10-07 Thread Jeremiah McElroy
I am trying to figure out how to remove mono (built from CVS) from my
machine and switch over to using mono from RPMs.  I once thought that I
would have time to contribute, but it turns out that I do not and I would
like to return my system to something closely resembling a stable system.
Any advice/help is appreciated.

Thanks,

Jeremiah McElroy


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


Re: [Mono-list] Removing mono, sort of...

2003-10-07 Thread Enver ALTIN
On Wed, 2003-10-08 at 01:58, Jeremiah McElroy wrote:
> I am trying to figure out how to remove mono (built from CVS) from my
> machine and switch over to using mono from RPMs.  I once thought that I
> would have time to contribute, but it turns out that I do not and I would
> like to return my system to something closely resembling a stable system.
> Any advice/help is appreciated.

make uninstall should do it.
-- 
Enver ALTIN (a.k.a. skyblue)- Software developer, generic solvent
http://enver.casdb.com/ - mailto: ealtin at casdb dot com
http://enver.casdb.com/CV.html  - Just me, myself and I.

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