From owner-freebsd-ports@FreeBSD.ORG Tue May 13 06:27:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F8D37B401 for ; Tue, 13 May 2003 06:27:29 -0700 (PDT) Received: from hanirc.kr.psi.net (hanirc.higlobe.net [203.255.112.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB5A43F85 for ; Tue, 13 May 2003 06:27:26 -0700 (PDT) (envelope-from perky@hanirc.kr.psi.net) Received: from hanirc.kr.psi.net (wendy@localhost [127.0.0.1]) by hanirc.kr.psi.net (8.12.6/8.12.5) with ESMTP id h4DDRPcX042330; Tue, 13 May 2003 22:27:25 +0900 (KST) (envelope-from perky@hanirc.kr.psi.net) Received: (from perky@localhost) by hanirc.kr.psi.net (8.12.6/8.12.6/Submit) id h4DDRO8J042311; Tue, 13 May 2003 22:27:24 +0900 (KST) Date: Tue, 13 May 2003 22:27:24 +0900 From: Hye-Shik Chang To: Angel Todorov Message-ID: <20030513132724.GA40568@fallin.lv> References: <20030513134024.00003786.angel.todorov@i-u.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030513134024.00003786.angel.todorov@i-u.de> User-Agent: Mutt/1.4i Organization: Yonsei University X-PGP: finger perky@freebsd.org cc: ports@freebsd.org Subject: Re: mono 0.24 doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 13:27:30 -0000 On Tue, May 13, 2003 at 01:40:24PM +0100, Angel Todorov wrote: > Hello, > is the mono (0.24) broken or it seems there is something wrong with my system. Thanks > > > rm -f .libs/mono-hash.lo > cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I../.. -I../../mono -I/usr/local/include -D_THREAD_SAFE -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -c mono-hash.c -Wp,-MD,.deps/mono-hash.TPlo -fPIC -DPIC -o .libs/mono-hash.lo > In file included from ../../mono/os/gc_wrapper.h:14, > from mono-hash.c:40: > /usr/local/include/gc_typed.h:71: warning: `/*' within comment > In file included from mono-hash.c:40: > ../../mono/os/gc_wrapper.h:15: gc_gcj.h: No such file or directory > ../../mono/os/gc_wrapper.h:16: gc_mark.h: No such file or directory > *** Error code 1 > > Stop in /usr/ports/lang/mono/work/mono-0.24/mono/utils. > *** Error code 1 > portupgrade boehm-gc Hye-Shik =)