Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Robert Jordan
boj...@brandeis.edu wrote: I patched this to pass on CFLAGS and LDFLAGS to the mcs makefile, so now jay builds correctly when cross-compiling with distcc. The patch is attached, and it's sort of a hack. It passes compilation, though it spews out full screens of warnings because of all the

[Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Hiawatha
Hi all - I'm investigating the possibility of porting a site from .NET/Windows Server to Apache/Mono and am doing some homework about running Mono applications on the web. As it stands, it seems the two choices are XSP, which is designed to be a test/debug server and not for highly scalable

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Robert Jordan
Hiawatha wrote: Hi all - I'm investigating the possibility of porting a site from Apache. From what I understand, mod_mono requires mod_mono_server which answers inbound requests over a TCP/IP socket. I'm having a hard time Mod_mono + mod-mono-server are using unix sockets by default. This

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Jerome Haltom
Hiawatha wrote: Hi all - I'm investigating the possibility of porting a site from .NET/Windows Server to Apache/Mono and am doing some homework about running Mono applications on the web. As it stands, it seems the two choices are XSP, which is designed to be a test/debug server and not for

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Bojan Rajkovic
Robert Jordan wrote: Since jay is only used on the host, compiling it for the target is simply wrong. Imagine you're cross compiling for ARM: what is an arm-jay good for other than breaking the build on the host? Robert ___ Mono-devel-list mailing

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Andreas Färber
Am 08.03.2009 um 18:53 schrieb Bojan Rajkovic: Robert Jordan wrote: Since jay is only used on the host, compiling it for the target is simply wrong. Imagine you're cross compiling for ARM: what is an arm-jay good for other than breaking the build on the host? Robert

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Bojan Rajkovic
Andreas Färber wrote: There is, you should configure with --disable-mcs-build when cross-compiling. Just copy over mcs and libraries from a standard build on your host. Jay is a build tool, it's not needed at runtime on the target system. Andreas Passing --disable-mcs-build would pretty much

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Rodrigo Kumpera
On Sat, Mar 7, 2009 at 6:05 AM, Hiawatha ima...@comcast.net wrote: Hi all - I'm investigating the possibility of porting a site from .NET/Windows Server to Apache/Mono and am doing some homework about running Mono applications on the web. As it stands, it seems the two choices are XSP,

Re: [Mono-dev] Architectural decisions behind mod_mono

2009-03-08 Thread Hiawatha
Wow these are all really great replies! Thanks for the info. I think I was under the idea it was using TCP/IP sockets to communicate between processes and that was making me scratch my head. I'm kinda curious as to why Mono hasn't really caught on as a web platform, as far as performance it

[Mono-list] ASP.NET Checking if File Exists Error / 404 on Rewrite

2009-03-08 Thread Shauki Bagdadi
Hello! Have you found the solution for http://lists.ximian.com/pipermail/mono-list/2007-August/036106.html May you share it, please! Thanks. Shauki ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

[Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter
I've played around a little with monodevelop and tried downloading and installing the mono 2.2 which worked fine. But then i noticed that i couldnt start [url=http://banshee-project.org/]Banshee[/url], a mono based multi media player, any more. I get lots of text in a terminal but the most

[Mono-list] Array.BinarySearch IComparable in Mono vs .NET

2009-03-08 Thread anttwo
Hello, I was wondering if there were any plans to fix the apparent incompatibility between how Array.BinarySearch uses IComparable in MONO vs .NET? Sorry it is beyond my skills to look at the source but definitely exists. See

Re: [Mono-list] Array.BinarySearch IComparable in Mono vs .NET

2009-03-08 Thread Robert Jordan
anttwo wrote: Hello, I was wondering if there were any plans to fix the apparent incompatibility between how Array.BinarySearch uses IComparable in MONO vs .NET? Sorry it is beyond my skills to look at the source but definitely exists. Do you have a test case? Have you filed a bug? Robert

Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread Alan McGovern
Hi, Your best bet would be to undo everything you've done to install mono/monodevelop/gtk-sharp and then install the versions supplied in your package manager instead. You have a broken install and I couldn't even begin to offer any sort of hints on how to fix it unless i knew exactly what was on

Re: [Mono-list] Array.BinarySearch IComparable in Mono vs .NET

2009-03-08 Thread Alan McGovern
Hey, Sorry it is beyond my skills to look at the source but definitely exists. All we need is an example of the code that's breaking and a description of what you expect to happen as compared to what is actually happening. Alan See

Re: [Mono-list] ASP.NET Checking if File Exists Error / 404 on Rewrite

2009-03-08 Thread Robert Jordan
Shauki Bagdadi wrote: Hello! Have you found the solution for http://lists.ximian.com/pipermail/mono-list/2007-August/036106.html May you share it, please! Thanks. You can either use an apache rewrite rule (if you're using apache, of course):

Re: [Mono-list] Best OS dist to use?

2009-03-08 Thread Andreas Färber
Am 06.03.2009 um 21:31 schrieb Jiří Zárevúcký: 2009/3/6 eschnei...@schneidersoft.com eschnei...@schneidersoft.com: I do understand. If MS can make all/most of it's Operating Systems work there they should be able to... Sorry, I misunderstood you. I thought you are suggesting that

Re: [Mono-list] Best OS dist to use?

2009-03-08 Thread Jiří Zárevúcký
2009/3/8 Andreas Färber andreas.faer...@web.de: Am 06.03.2009 um 21:31 schrieb Jiří Zárevúcký: 2009/3/6 eschnei...@schneidersoft.com eschnei...@schneidersoft.com: I do understand. If MS can make all/most of it's Operating Systems work there they should be able to... Sorry, I

Re: [Mono-list] GTK-Sharp Problems

2009-03-08 Thread b0wter
Hi, thats what i tryed before i posted here. Sorry that i missed to mention that. But i dont know what to do for an all new clean installation. I guessed i have missed some steps the last time i tried (I just used my packet manger to remove all packages that i found searching for mono and having

Re: [Mono-list] Best OS dist to use?

2009-03-08 Thread Brandon Perry
Virtualbox? On Sun, Mar 8, 2009 at 2:09 PM, Andreas Färber andreas.faer...@web.dewrote: Am 08.03.2009 um 19:34 schrieb Jiří Zárevúcký: 2009/3/8 Andreas Färber andreas.faer...@web.de: Am 06.03.2009 um 21:31 schrieb Jiří Zárevúcký: I thought you are suggesting that Linux developer

[Mono-list] Can't find Microsoft.VisualBasic

2009-03-08 Thread eschnei...@schneidersoft.com
Hello, I tried running my mono application and it says it can't find Microsoft.VisualBasic ? The app is in VB but I just installed the mono-complete package through Yast.. Any ideas? Thanks, Eric ___ Mono-list maillist -

Re: [Mono-list] Can't find Microsoft.VisualBasic

2009-03-08 Thread Jorge Bastos
Did you installed mono-basic? From: mono-list-boun...@lists.ximian.com [mailto:mono-list-boun...@lists.ximian.com] On Behalf Of eschnei...@schneidersoft.com Sent: domingo, 8 de Março de 2009 22:08 To: mono-list@lists.ximian.com Subject: [Mono-list] Can't find Microsoft.VisualBasic Hello,

Re: [Mono-list] Can't find Microsoft.VisualBasic

2009-03-08 Thread eschnei...@schneidersoft.com
Just the following: http://mono.ximian.com/monobuild/preview/download-preview/ And Mono-complete From: Jorge Bastos mysql.jo...@decimal.pt Sent: Sunday, March 08, 2009 5:11 PM To: mono-list@lists.ximian.com Subject: Re: [Mono-list] Can't find