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


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to