From owner-freebsd-mono@FreeBSD.ORG Mon Jun 1 03:39:49 2009 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EBE8106564A for ; Mon, 1 Jun 2009 03:39:49 +0000 (UTC) (envelope-from ksmakoto@dd.iij4u.or.jp) Received: from mo10.iij4u.or.jp (mo10.iij4u.or.jp [210.138.174.78]) by mx1.freebsd.org (Postfix) with ESMTP id E41278FC0C for ; Mon, 1 Jun 2009 03:39:48 +0000 (UTC) (envelope-from ksmakoto@dd.iij4u.or.jp) Received: by mo.iij4u.or.jp (mo10) id n513dl8o005141; Mon, 1 Jun 2009 12:39:47 +0900 Received: from norikura.localdomain (p164.net219124149.tokai.or.jp [219.124.149.164]) by mbox.iij4u.or.jp (mbox11) id n513diDl005393; Mon, 1 Jun 2009 12:39:44 +0900 Date: Mon, 1 Jun 2009 12:39:44 +0900 From: "KISHIMOTO, Makoto" To: freebsd-mono@freebsd.org Message-Id: <20090601123944.aa79e96e.ksmakoto@dd.iij4u.or.jp> In-Reply-To: <20090531112532.GA57823@blogreen.org> References: <20090530175430.d2942c94.ksmakoto@dd.iij4u.or.jp> <20090531103421.GA80126@blogreen.org> <20090531201858.d847a93a.ksmakoto@dd.iij4u.or.jp> <20090531112532.GA57823@blogreen.org> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.16.1; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: monodoc cannot build? X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 03:39:49 -0000 > monodoc was included in mono with mono-2.4. I can't be sure it has not > been splitted again but that's quite unlikely. > > > Oh! Sorry. Trunk version of mono is installed. > > I'll try ports version of mono later. After lang/mono installed, monodoc can build successfully. > Are you using a vanilla mono from sbvn under FreeBSD? I would be > interested in the tests result (make test in the mono/tests directory). I just only build vanilla(trunk) mono, installed was accident... In build directory, $ gmake check (snip) ../../../mono/mono/tests/make_imt_test.sh > imt_big_iface_test.cs ../../../mono/mono/tests/make_imt_test.sh: not found gmake[5]: *** [imt_big_iface_test.cs] Error 127 (snip) Hmm, $ head -1 make_imt_test.sh #! /bin/bash I've remembered my patch, that ignored. http://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg18987.html