[Mono-dev] genmdesc (c-version) seems to be broken

2008-10-12 Thread Carsten Harnisch
I tried to build mono from source on a debian box (running under amd64). I got a problem with the genmdesc-submake. The c-version reports continously errors while processing the cpu-amd64.md file. The perl-version seems to work; so switching the genmdesc-pkg to the perl-version works fine.

[Mono-dev] Fwd: mono 2.0, solaris x86, bootstrap

2008-10-12 Thread Andreas Färber
Here's my Solaris 10 build environment: PATH=/usr/local/bin:/opt/gdb/bin:/opt/mono/bin:/opt/sfw/bin:/opt/sfw/ sbin:/usr/sfw/bin:/usr/bin:/usr/dt/bin:/usr/openwin/bin export PATH export MAKE=gmake export AR=gar export STRIP=gstrip export RANLIB=granlib export AS=gas Note: /opt/gdb is a

[Mono-dev] Fwd: [PATCH] System.Messaging using AMQP (RabbitMQ)

2008-10-12 Thread Michael Barker
Forgot to CC the list. -- Forwarded message -- From: Michael Barker [EMAIL PROTECTED] Date: Sun, Oct 12, 2008 at 5:46 PM Subject: Re: [Mono-dev] [PATCH] System.Messaging using AMQP (RabbitMQ) To: Atsushi Eno [EMAIL PROTECTED] Hi, I have updated the bug report

Re: [Mono-list] Mono for PDA / Windows CE 5.0 + Windows Mobile 6 ?

2008-10-12 Thread Miguel de Icaza
Now, I'll probably need very quickly to developpe 'simple' PDA softwares (grid / combos / databases...). Is Mono able to compile source code for PDA ??? If yes, what kind of addons I'll have to install. And, moreover, what kind of plateforms are compatible (Treo, Blackberry, ...) Mono does

Re: [Mono-list] Complier Bug Prevents Compilation

2008-10-12 Thread Miguel de Icaza
From what I can tell its having trouble with a rather harmless looking method declaration: public override StrategyResult Initialize(IContext context) Nope, that is not it. The problem is caused in an invocation (see the stack trace). The best thing to do would be to create a small

[Mono-list] VB.Net ASP - CodePage 1252 not supported

2008-10-12 Thread Adelle Hartley
Hi, I'm getting this error when I create a new VB.Net ASP web site in MonoDevelop version 1.9.0 and then try to view the site. I'm using Ubuntu 8.04, and vbnc 0.0.0.5693. Any ideas? Adelle. Server Error in '/' Application Compilation Error Description: Error compiling a resource required

Re: [Mono-list] VB.Net ASP - CodePage 1252 not supported

2008-10-12 Thread Andrés G. Aragoneses
Adelle Hartley wrote: Hi, I'm getting this error when I create a new VB.Net ASP web site in MonoDevelop version 1.9.0 and then try to view the site. I'm using Ubuntu 8.04, and vbnc 0.0.0.5693. Any ideas? Adelle. Server Error in '/' Application Compilation Error Description:

Re: [Mono-list] VB.Net ASP - CodePage 1252 not supported

2008-10-12 Thread Robert Jordan
Adelle Hartley wrote: Hi, I'm getting this error when I create a new VB.Net ASP web site in MonoDevelop version 1.9.0 and then try to view the site. I'm using Ubuntu 8.04, and vbnc 0.0.0.5693. Any ideas? Install mono's i18n packages. Robert Adelle.

Re: [Mono-list] ETA for mono 2.0 installer on Mac 10.4

2008-10-12 Thread Miguel de Icaza
Hello, I'm not sure how 2.0 is released with out having a installer but does anyone know what the eta is im really intrested in checking this out for the macs where i work We finally have a build, and could use some testers. Andrew will post details soon,

Re: [Mono-list] Compile Mono from Source

2008-10-12 Thread gep13
Thanks for the link! I am going to give it a try just now!! Gary -- View this message in context: http://www.nabble.com/Compile-Mono-from-Source-tp19924535p19943377.html Sent from the Mono - General mailing list archive at Nabble.com. ___ Mono-list

Re: [Mono-list] Compile Mono from Source

2008-10-12 Thread lekamm
You will find detailled compilation/installation instructions for Mono here : http://www.blardone.org/2008/10/12/compile-install-mono-20-on-linux-potentially-unix-macosx/ Don't hesitate to comment this blog if you have any unsolved issues during the process. gep13 wrote: Hey, Version

Re: [Mono-list] ETA for mono 2.0 installer on Mac 10.4

2008-10-12 Thread crash893
Let me know I wouldn't mind giving it a test Do you think it will be out some time time this week? Miguel de Icaza-2 wrote: Hello, I'm not sure how 2.0 is released with out having a installer but does anyone know what the eta is im really intrested in checking this out for the macs

Re: [Mono-list] VB.Net ASP - CodePage 1252 not supported

2008-10-12 Thread Andrés G. Aragoneses
Andrés G. Aragoneses wrote: Adelle Hartley wrote: Hi, I'm getting this error when I create a new VB.Net ASP web site in MonoDevelop version 1.9.0 and then try to view the site. I'm using Ubuntu 8.04, and vbnc 0.0.0.5693. Any ideas? Adelle. Server Error in '/' Application

Re: [Mono-list] ETA for mono 2.0 installer on Mac 10.4

2008-10-12 Thread David Rivera
I would be willing to help with testing as well -David Rivera Miguel de Icaza-2 wrote: Hello, I'm not sure how 2.0 is released with out having a installer but does anyone know what the eta is im really intrested in checking this out for the macs where i work We finally have a

[Mono-list] installing runtime only

2008-10-12 Thread Daniel Soto
Hello community! How can an user to install only the runtime of mono, to execute applications? Similar to installing dotnetfx.exe in windows, I get only the .NET executable, for running .NET applications in windows without installing all .NET framework SDK. How can I to get this in GNU/Linux? If

Re: [Mono-list] Compile Mono from Source

2008-10-12 Thread gep13
Hey lekamn, I have tried following the steps in the link that you provided, and this is what I am using: wget ftp://ftp.gnu.org/gnu/bison/bison-2.3.tar.gz tar -xzvf bison-2.3.tar.gz cd bison-2.3 ./configure make make install (must be root for that) wget