From owner-freebsd-stable@FreeBSD.ORG Sun Mar 7 10:37:11 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C43616A4CE for ; Sun, 7 Mar 2004 10:37:11 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id E149443D1D for ; Sun, 7 Mar 2004 10:37:10 -0800 (PST) (envelope-from freebsd-stable@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B039B-0000la-00 for ; Sun, 07 Mar 2004 19:37:09 +0100 Received: from dsl-213-023-223-126.arcor-ip.net ([213.23.223.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Mar 2004 19:37:09 +0100 Received: from manfred.lotz by dsl-213-023-223-126.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 07 Mar 2004 19:37:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Manfred Lotz Date: Sun, 07 Mar 2004 19:23:50 +0100 Lines: 31 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl-213-023-223-126.arcor-ip.net User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Sender: news Subject: libxml2: make problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2004 18:37:11 -0000 Trying to make libxml2-2.6.7 cd /usr/ports/textproc/libxml2 make and get: catalog.c: In function `xmlInitializeCatalog': catalog.c:2925: `usr' undeclared (first use in this function) catalog.c:2925: (Each undeclared identifier is reported only once catalog.c:2925: for each function it appears in.) catalog.c:2925: `local' undeclared (first use in this function) catalog.c:2925: syntax error before string constant catalog.c:2925: warning: statement with no effect gmake[2]: *** [catalog.lo] Error 1 gmake[2]: Leaving directory `/var/tmp/portswrk/usr/ports/textproc/libxml2/work/ libxml2-2.6.7' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/var/tmp/portswrk/usr/ports/textproc/libxml2/work/ libxml2-2.6.7' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/textproc/libxml2. Any idea what is wrong? -- Manfred