Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 12:12:31 -0400
From:      Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu>
To:        freebsd-questions@freebsd.org
Subject:   xsp server 
Message-ID:  <200407291212.31884.osmany.guirola@cigb.edu.cu>
In-Reply-To: <0E1A1C28F9D61A4D8B6F70AFA3C1B1E4289D@srvw2000-cnv1.cnv.local>
References:  <0E1A1C28F9D61A4D8B6F70AFA3C1B1E4289D@srvw2000-cnv1.cnv.local>

next in thread | previous in thread | raw e-mail | index | archive | help
i am trying to compile xsp server 1.0 on my freebsd 4.10 STABLE 
i have installed mono and mod_mono ...  i do the configuration process whitout 
problem then i do this

#make
Making all in doc
Making all in server
/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll 
-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe
error CS2008: No files to compile were specified
Compilation failed: 1 error(s), 0 warnings
*** Error code 1

Stop in /usr/home/osmany/mono/xsp-1.0/server.
*** Error code 1

Stop in /usr/home/osmany/mono/xsp-1.0.

then i do this

#gmake
Making all in doc
gmake[1]: Entering directory `/usr/home/osmany/mono/xsp-1.0/doc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/home/osmany/mono/xsp-1.0/doc'
Making all in server
gmake[1]: Entering directory `/usr/home/osmany/mono/xsp-1.0/server'
/usr/local/bin/mcs -debug+ -debug:full -nologo -r:System.Web.dll 
-r:Mono.Posix.dll /d:MODMONO_SERVER /out:mod-mono-server.exe 
IApplicationHost.cs MonoWorkerRequest.cs Tracing.cs ApplicationServer.cs 
LingeringNetworkStream.cs BaseApplicationHost.cs BaseRequestBroker.cs 
IWebSource.cs server.cs ModMonoRequest.cs ModMonoWorkerRequest.cs 
ModMonoApplicationHost.cs AssemblyInfoModMono.cs
Compilation succeeded
and never finish it stay here forever and the mono process is using 80% of cpu
This problem has solution 

Thanks




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407291212.31884.osmany.guirola>