RE: [Mono-list] Compile error with current cvs

2003-02-04 Thread John BouAntoun
Are we at the point (with this gc.h error) that we should start trading cygwin/system specs to see if its something else in the background causing the problem? -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 4 February 2003 3:16 AM To: Lluis San

Re: [Mono-list] RegistrationException

2003-02-04 Thread Lluis Sanchez
Hello! > I am working on RegistrationException class in System.EnterpriseServices > namepace. the method i am working on is GetObjectData(). I am trying to > figure out how .net serializes the Errors in GetObjectData() method in In fact GetObjectData does not serialize information, it just says w

[Mono-list] Simple Hosting fixes

2003-02-04 Thread Tim Haynes
Hi, The attached diff changes class/System.Web/System.Web/HttpApplicationFactory.cs to allow HttpRuntime.Close() to work correctly - decrementing the counter when deleting/not checking for the counter when about to delete - and class/System.Web/System.Web.Hosting/SimpleWorkerRequest.cs, to make Ma

[Mono-list] Inquiry

2003-02-04 Thread Meghanad chitre
hi support,   can i host my asp.net application under LINUX ? if yes, what are theways to do it ? please inform as am new with the concept of asp.net with LINUX. please provide URLs for documentation too.   best regards,   --meghanad chitre    

[Mono-list] System.XML.Xpath

2003-02-04 Thread Nick Drochak
Piers, Your recent patch for Xpath (Parser.cs and Parser.jay) has a reference to a Test.* namespace. This causes my build to stop with an error there on cygwin. Is that line supposed to be there, or is it maybe old debug stuff? Nick D. ___ Mono-list

[Mono-list] Missing mono-*/mono/configure from daily snapshot?

2003-02-04 Thread Jerkins, Phillip
Mono folk:   I am attempting to contribute (a very small piece) to System.Data.SqlClient.  However, I am forced to do so under the Cygwin environment.  Although I have successfully compiled and installed mcs and the class libraries from a daily snapshot, I cannot find a makefile under the

RE: [Mono-list] Missing mono-*/mono/configure from daily snapshot?

2003-02-04 Thread Daniel Morgan
Try running autogen.sh like: ./autogen.sh     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jerkins, PhillipSent: Tuesday, February 04, 2003 9:23 AMTo: [EMAIL PROTECTED]Subject: [Mono-list] Missing mono-*/mono/configure from daily snapshot? M

[Mono-list] DB2

2003-02-04 Thread David B. Bitton
This is becoming increasinly agitating. CVS mcs hasn't been buildable in over a week. What is the status of the DB2 client? It's breaking the build. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh Daily™ ___ Mono-list mailli

[Mono-list] Patch for Registry

2003-02-04 Thread Nick Drochak
All, According to the class status page, Registry needs the following patch (see below). Ok to commit? Nick D. Index: class/corlib/Microsoft.Win32/Registry.cs === RCS file: /cvs/public/mcs/class/corlib/Microsoft.Win32/Registry.cs,v

Re: [Mono-list] mod_mono rpm

2003-02-04 Thread Flávio Luiz Mendes
Hi! mod_mono don't work with another apache modules, i try installing mod_mono rpm version in Red Hat 8.0, but nothing is functioning. Flávio Any ideas as to what to do here to get this to work? Daniel Lopez wrote: Hola, Dave Hollis submitted an rpm spec, is in CVS at mod_mono/packaging/red

[Mono-list] RE: System.XML.Xpath

2003-02-04 Thread Piers Haken
Title: RE: System.XML.Xpath Oops! Yes, sorry about that. It seems that you spotted this problem a while ago and removed the 'using' from Parser.cs. However, the bug lay dormant in Parser.jay until just recently when I regenerated Parser.cs and checked it in. I've removed it from both places n

[Mono-list] Compilation Errors on DataSet Classes Generated by XSD.exe

2003-02-04 Thread Alan Tam
I've tried to generate a class from XSD.exe by Microsoft and compile it in Mono. There are many compilation errors and I have to at least patch it like this in order to make it work. 21c21 < [System.ComponentModel.DesignerCategoryAttribute("code")] --- > //[System.ComponentModel.DesignerCategoryAt

Re: [Mono-list] Simple Hosting fixes

2003-02-04 Thread Gonzalo Paniagua Javier
El mar, 04-02-2003 a las 11:55, Tim Haynes escribió: > 2003-02-04 Tim Haynes <[EMAIL PROTECTED]> > > * HttpApplicationFactory.cs: fixed HttpRuntime.Close() to > decrement instance counter > > * SimpleWorkerRequest.cs: changed the initialised values of > _App{Install,V

[Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-04 Thread Jerkins, Phillip
Mono folk:   Although Mr. Daniel Morgan was kind enough to point me to the autogen.sh file in the mono folder, I’m still running into dependency issues.  (I’m currently battling glib 2.2.1, which isn’t compiling under Cygwin.)  Does anyone have a complete list of prerequisites for compili

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-04 Thread Urs Muff
I'm facing the same issues, and would be eager to participate, but I would like a building version from CVS, so that I can get all the great patches submitted every day.   I can't get glib to build either, and since there is no distribution with cygwin itself, it's kind of hard to get goi

[Mono-list] mono-debugger on powerpc

2003-02-04 Thread christophe barbe
My understanding is that the jit 'mono' is not available on powerpc and that the interpreter 'mint' can be used as a replacement. What is the typical speed up factor provided by using the jit? Is it possible to use the debugger on powerpc? The configure script stops because of the missing mono.

[Mono-list] Unix sockets

2003-02-04 Thread Gonzalo Paniagua Javier
Hi there! Mono (from CVS) has now support for AF_UNIX socket family. For those interested in having a client/server using those sockets, I've uploaded an example to http://primates.ximian.com/~gonzalo/mono/unixsockets/ -Gonzalo ___ Mono-list maillist

[Mono-list] Mono warnings

2003-02-04 Thread Piers Haken
Title: Mono warnings Attached is a patch that fixes most of the remaining compiler warnings for the mono build on linux. One of the warnings I didn't fix is:   object.c: In function `mono_class_vtable':   object.c:223: warning: assignment makes integer from pointer without a cast I didn

Re: [Mono-list] mod_mono rpm

2003-02-04 Thread Daniel Lopez
> Any ideas as to what to do here to get this to work? Can you be more specific about what does not work. I assume you have installed Apache 2, mono 0.19. What kind of errors do you get on the browser, what in /var/log/httpd/error_log ? > Hi! > > mod_mono don't work with another apache modules,

RE: [Mono-list] Mono warnings

2003-02-04 Thread Piers Haken
Title: Message Doh!! Thanks scott. Here it is... -Original Message-From: Scott Blomfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 10:03 AMTo: Piers HakenSubject: RE: [Mono-list] Mono warnings I think you forgot the attachment. You might want to res

Re: [Mono-list] Inquiry

2003-02-04 Thread Miguel de Icaza
Hello, > hi support, > can i host my asp.net application under LINUX ? > if yes, what are theways to do it ? > please inform as am new with the concept of asp.net with LINUX. > please provide URLs for documentation too. You will have to read the mailing list archives, and the enclosed documentat

Re: [Mono-list] Compilation Errors on DataSet Classes Generated byXSD.exe

2003-02-04 Thread Miguel de Icaza
Hello, > I've tried to generate a class from XSD.exe by Microsoft and compile it in > Mono. There are many compilation errors and I have to at least patch it like > this in order to make it work. Please post your patches in diff -u form, and also explain what the patch does in a ChangeLog entry.

[Mono-list] Subscribe

2003-02-04 Thread Miller-Kramer, Gregory
I am not sure if there is a way to join the forum but I thought I would at least start here. I have one question at the moment... Is it possible to get Mono 0.19 working on OpenBSD 3.2 with Apache? Thank you, please reply to [EMAIL PROTECTED] Sincerely, Greg Thomson

[Mono-list] Type.invokeMember

2003-02-04 Thread ville
Hi All! Can somebody explain me why the following code throws MissingMethodException? I tested it with .Net it worked fine. And Int32 implements CompareTo -method. Type t = typeof (Int32); t.InvokeMember ("CompareTo", BindingFlags.Default | BindingFlags.InvokeMethod, null, 16, new object [] {1}

Re: [Mono-list] Type.invokeMember

2003-02-04 Thread Gonzalo Paniagua Javier
El mar, 04-02-2003 a las 19:58, ville escribió: > Hi All! > > Can somebody explain me why the following code throws MissingMethodException? > I tested it with .Net it worked fine. And Int32 implements CompareTo -method. > > Type t = typeof (Int32); > t.InvokeMember ("CompareTo", BindingFlags.Def

[Mono-list] Compiling Mono under windwos

2003-02-04 Thread carsten . hess
Hi, I tried to compile mono under Linux by using the cvs sources. Unfortuantely they don't come with a precompiled mcs ... But .. In order to compile an mono or the mcs you need a precompiled mcs. Compiling with mcs-0.19 doesn't work ... Help! ... How can I get a precompiled mcs to compile mono

Re: [Mono-list] Compiling Mono under windwos

2003-02-04 Thread Gonzalo Paniagua Javier
El mar, 04-02-2003 a las 22:23, [EMAIL PROTECTED] escribió: > Hi, > > I tried to compile mono under Linux by using the cvs sources. > Unfortuantely they don't come with a precompiled mcs ... > > But .. In order to compile an mono or the mcs you need a precompiled mcs. > > Compiling with mcs-0.19

FW: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-04 Thread John BouAntoun
I have found that the best way to get mono to build (start building at least) under windows, from cvs,  is to do the following:    - create a directory to hold the cvs files (/monocvs)  - cd into that directory (cd /mononocvs)  - do a complete get from cvs of mono and mcs (see go-mono.com for

RE: [Mono-list] Compiling Mono under windwos

2003-02-04 Thread carsten . hess
Yeah, did that as well .. The mono-build-sh.txt downloads a whole bunch of things and then crashes because it can't create a executable bug. The tarballs mcs can't resolve call "GetTransparentProxy()" Also, this README.building says "go build mono" as 2nd step after "go get mono"- but well tha

Re: [Mono-list] mono-debugger on powerpc

2003-02-04 Thread Martin Baulig
christophe barbe <[EMAIL PROTECTED]> writes: > My understanding is that the jit 'mono' is not available on powerpc and > that the interpreter 'mint' can be used as a replacement. > > What is the typical speed up factor provided by using the jit? > > Is it possible to use the debugger on powerpc

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mono in Cygwin?

2003-02-04 Thread Urs Muff
Somebody can help with this?   running ./mono-build-win32.sh   ... checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 1.3.11... yes checking BASE_DEPENDENCIES_CFLAGS... -I/CVS-Repositories/go-mono.com/install/include/glib-2.0 -I/CVS-Repositories/go-mono.com/inst

Re: [Mono-list] mono-debugger on powerpc

2003-02-04 Thread christophe barbe
On Wed, Feb 05, 2003 at 12:20:59AM +0100, Martin Baulig wrote: > if it stops because of the missing mono, then it's a bug, it should already abort >earlier > because of the unsupported architecture. So yes the bug is there. > The Debugger only works on the i386 architecture. Unfortunately, port

[Mono-list] MCS build failure

2003-02-04 Thread David B. Bitton
Miguel asked me to post the details. I'm on Win32 using Cygwin. I do a cvs update, a make clean, and then a make (w/o the install target), an the build dies when trying to build the DB2 client. Here is a clip: --- [nant] Mono.Data.DB2Client/Mono.Data.DB2Client.build build B

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mo no in Cygwin?

2003-02-04 Thread Urs Muff
But of course, it's there, but still is not to be found! [/CVS-Repositories/go-mono.com]$ ll install/include/gc total 136 drwxr-xr-x+   2 umuff    mkgroup 0 Mar 18  2002 CVS -rw-rw-rw-    1 umuff    mkgroup 14293 Mar 18  2002 cord.h -rw-rw-rw-    1 umuff    mkgroup  17

RE: [Mono-list] A COMPLETE list of prerequisites for compiling mo no in Cygwin?

2003-02-04 Thread John BouAntoun
urs there was a message a few days ago that suggested that it had something to do with a double defintition of GC_WINTHREADS or something like that.   The post suggested commenting out that def from the gc.h file (near the top). I have been unable to test this yet, windows machine has netwo

[Mono-list] Status of Web Services in mono

2003-02-04 Thread revision17
I'm planning on writing a program that uses Web Services, and I was just wondering how web services are progressing. Will they be "done" in mono 1.0? ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] RE: System.Xml.Serialization.XmlSerializer

2003-02-04 Thread ginga
Hello, I think I solved the serialization error. And then XmlSerializer seems work well against interface members. It resulted in: http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> a value b value It may cause other errors, so pleas

[Mono-list] parse generator

2003-02-04 Thread Derek Gottfrid
i am looking for a parse generator for c#. i looked at jay but it is not much to my liking - anybody used antlr w/ c# option? other options? preferably of the open source variety. anybody working on writing / port something that is self hosting in c#? derek _

Re: [Mono-list] MCS build failure

2003-02-04 Thread Sebastien Pouliot
Hi David, I just did the same thing (well the cvs update was about half hour back) including the "make clean" but the build failed later (ilasm). I'm too running Cygwin on Windows 2000. make[2]: Entering directory `/home/Administrator/mcs/ilasm' ../jay/jay -ct < ../jay/skeleton.cs parser/ILParser

RE: [Mono-list] MCS build failure

2003-02-04 Thread Nick Drochak
mcs --target exe @list -o ilasm.exe | make[2]: *** [ilasm.exe] Error 255 | make[2]: Leaving directory `/home/Administrator/mcs/ilasm' | make[1]: *** [linux] Error 1 | make[1]: Leaving directory `/home/Administrator/mcs' | make: *** [all] Error 2 IMHO, makefile on cygwin should use csc to compile.

[Mono-list] Reflection

2003-02-04 Thread Sanjaya Singharage
Hello, Is the System.Reflection class avaible in the current mono? Is there any tool that is provided with mono for discovering methods etc.? Can the Reflection class be used to discover classes in a given namespace? Can the Reflection class be used to discover all namespaces available? If not is t

RE: [Mono-list] Reflection

2003-02-04 Thread Piers Haken
Title: RE: [Mono-list] Reflection Yes. In fact mono's own C# compiler, mcs, uses reflection extensively. Reflection has no concept of a 'namespace' as such. However you can query a Type for its namespace (as a string). In order to enumerate all the namespaces of the loaded types you have

FW: [Mono-list] MCS build failure

2003-02-04 Thread John BouAntoun
Title: FW: [Mono-list] MCS build failure But doesn't using csc sort of make the self hosting statement invalid? Isn't there an easy way to specify which csharp compiler? Like maybe "export CSHARPCOMPILER = /usr/local/bin/mcs.exe"  or something? JBA -Original Message- From: Ni

RE: [Mono-list] MCS build failure

2003-02-04 Thread Nick Drochak
| -Original Message- | From: John BouAntoun [mailto:[EMAIL PROTECTED]] | Sent: Wednesday, February 05, 2003 12:25 PM | To: Nick Drochak | Subject: RE: [Mono-list] MCS build failure | | | But doesn't using csc sort of make the self hosting statement invalid? Perhaps I should have been more