From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 16:13:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A122816A4CE for ; Thu, 29 Jul 2004 16:13:28 +0000 (GMT) Received: from raptor.cigb.edu.cu (ns.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBA7C43D31 for ; Thu, 29 Jul 2004 16:13:22 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Jul 2004 12:12:35 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Thursday, 29 July 2004, 12:12:21 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Thu, 29 Jul 2004 12:12:21 -0400 Message-ID: <200407291212.31884.osmany.guirola@cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-questions@freebsd.org Date: Thu, 29 Jul 2004 12:12:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-OriginalArrivalTime: 29 Jul 2004 16:12:21.0132 (UTC) FILETIME=[D3B7C4C0:01C47586] References: <0E1A1C28F9D61A4D8B6F70AFA3C1B1E4289D@srvw2000-cnv1.cnv.local> In-Reply-To: <0E1A1C28F9D61A4D8B6F70AFA3C1B1E4289D@srvw2000-cnv1.cnv.local> Organization: CIGB User-Agent: KMail/1.6.2 Subject: xsp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 16:13:28 -0000 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