From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 6 14:40:10 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5910E16A400 for ; Sun, 6 May 2007 14:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 30C3D13C457 for ; Sun, 6 May 2007 14:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l46Ee956091656 for ; Sun, 6 May 2007 14:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l46Ee9Tr091651; Sun, 6 May 2007 14:40:09 GMT (envelope-from gnats) Date: Sun, 6 May 2007 14:40:09 GMT Message-Id: <200705061440.l46Ee9Tr091651@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bartosz Fabianowski Cc: Subject: Re: ports/112369: [PATCH] games/widelands doesn't compile with gcc 3.4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bartosz Fabianowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2007 14:40:10 -0000 The following reply was made to PR ports/112369; it has been noted by GNATS. From: Bartosz Fabianowski To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/112369: [PATCH] games/widelands doesn't compile with gcc 3.4.6 Date: Sun, 06 May 2007 16:36:19 +0200 It seems to me that the build is picking up an event.h somewhere in your system include path instead of the one in /usr/ports/games/widelands/work/widelands/src. If you have an up to date locate database, please post the output of the following command: locate /event.h Should your locate not be up to date, you can use find instead: find / -name event.h