Re: [Mono-dev] FastCGI Mono Server

2008-02-17 Thread Philippe Monnet
Hi Robert, I noticed that there is now a doc page at http://www.mono-project.com/FastCGI Is there a way to get some configuration instructions for Apache? Philippe Philippe Monnet wrote: Great news since my host has FastCGI enabled. I am not expecting an ETA and am grateful you're

[Mono-dev] mono 95759 does not compile

2008-02-17 Thread Onur Gumus
here's the output: MONO_PATH=../class/lib/net_2_1:../class/lib/net_2_0:$MONO_PATH /home/onur/mono/mono/runtime/mono-wrapper ../mcs/gmcs.exe /codepage:65001 -d:GMCS_SOURCE -nowarn:618 -noconfig -r:mscorlib -r:System.dll -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -debug -target:exe -out:smcs.exe

Re: [Mono-dev] FastCGI Mono Server

2008-02-17 Thread Robert Jordan
Hi Philippe, I was not aware about this page. Kudos to Miguel for creating it! Here a sample Apache configuration (beware of the line breaks the mail client might introduce): FastCgiServer /srv/www/cgi-bin/mono-server2 -socket /tmp/fastcgi-mono-server -initial-env

Re: [Mono-dev] Mono cross compile

2008-02-17 Thread Bill F
2008/2/18 WebMaster [EMAIL PROTECTED]: I'm trying to cross compile mono for powerpc, compiling runtime is ok, but I was unable to compile msc and corresponding libraries. I've got sources from svn via anonymous access. Can anyone give me some suggestions how to do this? Thank for answers.

[Mono-dev] [PATCH] Cache errno for serial port

2008-02-17 Thread Carlos Alberto Cortez
Hey, The attached patch adds a 'serial_errno' variable in mono/support/serial.c, to cache the last error related to serial port functions. At first I tried to just create a function directly retrieving errno, but it was getting a different value from the original (probably some code modified it