From owner-freebsd-x11@FreeBSD.ORG Fri Aug 5 10:44:42 2005 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2A216A41F for ; Fri, 5 Aug 2005 10:44:42 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA33243D46 for ; Fri, 5 Aug 2005 10:44:41 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 153F517B838; Fri, 5 Aug 2005 12:44:40 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75716-02-5; Fri, 5 Aug 2005 12:44:28 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 724AD17B863; Fri, 5 Aug 2005 12:44:27 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 65E6F1702C; Fri, 5 Aug 2005 12:44:27 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org, Paul Ledbetter III Date: Fri, 5 Aug 2005 12:44:26 +0200 User-Agent: KMail/1.8.2 References: <4523c6cc05080422392ba4e080@mail.gmail.com> In-Reply-To: <200507250807.j6P87KF1091067@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508051244.27097.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: Re: Problems building xorg-clients port X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 10:44:42 -0000 On Friday 05 of August 2005 07:39, Paul Ledbetter III wrote: > Hello, > > I am unable to build the xorg-clients port. Advice would be > appreciated. I am running into the following error: > > cc -O -pipe -ansi -pedantic -Wno-system-headers -Dasm=__asm -Wall > -Wpointer-arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc > -I/usr/ports/x11/xorg-clients/work/xc/exports/include > -I/usr/X11R6/include -I/usr/local/include > -I/usr/local/include/freetype2 -I/usr/local/include/freetype2/config > -I/usr/ports/x11/xorg-clients/work/xc/exports/include/X11 > -I/usr/ports/x11/xorg-clients/work/xc > -I/usr/ports/x11/xorg-clients/work/xc/exports/include > -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO > -DMITSHM -DXFT -DXFREE86_FT2 -DXRENDER -c do_traps.c > do_traps.c:113: error: syntax error before '*' token > do_traps.c:113: warning: type defaults to `int' in declaration of `traps' > do_traps.c:113: error: ISO C forbids data definition with no type or > storage class > do_traps.c: In function `InitFixedTraps': > do_traps.c:129: error: `XTrap' undeclared (first use in this function) > do_traps.c:129: error: (Each undeclared identifier is reported only once > do_traps.c:129: error: for each function it appears in.) > do_traps.c:129: error: `curTrap' undeclared (first use in this function) > do_traps.c:130: warning: ISO C90 forbids mixed declarations and code > do_traps.c:144: error: syntax error before ')' token > do_traps.c:207: warning: value computed is not used > do_traps.c: In function `DoFixedTraps': > do_traps.c:248: warning: implicit declaration of function `XRenderAddTraps' > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs/x11perf. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients. Are your other ports up to date? Specifically xorg-libraries should be of the same version as xorg-clients, as well as imake. What is the FreeBSD version and what version of xorg-clients are you trying to build? Dejan