Re: [Mono-dev] Embedded Mono webservice problem

2006-01-20 Thread Janne Rantala
I had to try with another ws client to see if the problem was with my client, and I got different error this time. The service I tried to access was net.xmethods.www.CurrencyExchangeService. But like with the other client, all I did was create the service stub class. I guess I'll have to fill in

[Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Servey Tikhonov
Hello, I am trying to build mono package from Fedora development on Linux/Alpha. The version of Mono is 1.1.13. It fails in following place: make[8]: Entering directory `/mnt/disk/build/BUILD/mono-1.1.13/mcs/tools/gacutil' MONO_PATH=../../class/lib/net_1_1_bootstrap:$MONO_PATH

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Zoltan Varga
Hi, Mono hasn't been ported to the alpha CPU, only the interpreter is provided which is not really supported. Most likely this causes this problem. Zoltan On 1/20/06, Servey Tikhonov [EMAIL PROTECTED] wrote: Hello, I am trying to build

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Sergey Tikhonov
Zoltan Varga wrote: Hi, Mono hasn't been ported to the alpha CPU, only the interpreter is provided which is not really supported. Most likely this causes this problem. As far as I understand - it is only JIT or AOT compilers that are arch dependant. The interpreter seems

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Zoltan Varga
Hi, We do not really support the interpreter which means we do not test it at all so it routinely gets broken by changes to other parts of the mono runtime. You are most likely ran into one of these issues. If you have patches to the interpreter to make

[Mono-dev] parser

2006-01-20 Thread Angel Garcia
Hello, Is there some library or program that execute a parser-generator like bison or yacc in c#? Thanks in advance ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com

RE: [Mono-dev] parser

2006-01-20 Thread Mike Glenn
Take a look at http://www.antlr.org/ Mike Glenn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angel Garcia Sent: Friday, January 20, 2006 10:32 AM To: Mono-devel-list@lists.ximian.com Subject: [Mono-dev] parser

Re: [Mono-dev] parser

2006-01-20 Thread Atsushi Eno
Hi, Is there some library or program that execute a parser-generator like bison or yacc in c#? We use C# port of jay to build mcs and several libraries such as XPath, Query expression in DataTable.Select(), RELAX NG compact syntax etc. It is part of mcs module in our svn. Atsushi Eno

Re: [Mono-dev] parser

2006-01-20 Thread Daniel Morgan
I think he is talking about a something written in C#. Jay creates parsers for C#, butJay is written in C. Atsushi Eno [EMAIL PROTECTED] wrote: Hi, Is there some library or program that execute a parser-generator like bison or yacc in c#?We use C# port of jay to build mcs and several libraries

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Jonathan Pryor
On Fri, 2006-01-20 at 20:27 +0300, Sergey Tikhonov wrote: Well, it it really pity since it seem that even this unsupported interpretator does a lot of work and give chance other arches to try Mono. :) Ok, I will see if I could find what the problem is The problem is that it's impossible

Re: [Mono-dev] Building Mono on Linux/Alpha

2006-01-20 Thread Sergey Tikhonov
Jonathan Pryor wrote: On Fri, 2006-01-20 at 20:27 +0300, Sergey Tikhonov wrote: Well, it it really pity since it seem that even this unsupported interpretator does a lot of work and give chance other arches to try Mono. :) Ok, I will see if I could find what the problem is The

Re: [Mono-dev] parser

2006-01-20 Thread Atsushi Eno
Why? You'd get it if you read library or program in depth ;-) Atsushi Eno Daniel Morgan wrote: I think he is talking about a something written in C#. Jay creates parsers for C#, but Jay is written in C. Atsushi Eno [EMAIL PROTECTED] wrote: Hi, Is there some library or program that