From owner-freebsd-questions@FreeBSD.ORG Tue Jun 29 17:48:06 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F7F16A4CE for ; Tue, 29 Jun 2004 17:48:06 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C1E43D45 for ; Tue, 29 Jun 2004 17:48:06 +0000 (GMT) (envelope-from lukas@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:lukas@mx.freeshell.org [192.94.73.21]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i5THlKEP005900 for ; Tue, 29 Jun 2004 17:47:20 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i5THlKpu005783; Tue, 29 Jun 2004 10:47:20 -0700 (PDT) Date: Tue, 29 Jun 2004 10:47:19 -0700 (PDT) From: Luke X-X-Sender: lukas@mx.freeshell.org To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: xorg-clients-6.7.0 syntax error in xhost.c building xvinfo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2004 17:48:07 -0000 I'm trying to install xorg since I think I need the latest nvidia drivers to solve a problem I'm having and there seems to be some kind of holdup on upgrading the XFree86 port. I'm getting the following error: Script started on Tue Jun 29 10:23:19 2004 You have mail. greentower# cd /usr/ports/x11/xorg greentower# make install ===> Installing for xorg-6.7.0 ===> xorg-6.7.0 depends on executable: xvinfo - not found ===> Verifying install for xvinfo in /usr/ports/x11/xorg-clients ===> Building for xorg-clients-6.7.0 making all in programs/appres... making all in programs/bdftopcf... making all in programs/bitmap... making all in programs/beforelight... making all in programs/editres... making all in programs/fslsfonts... making all in programs/fstobdf... making all in programs/iceauth... making all in programs/ico... making all in programs/listres... making all in programs/luit... making all in programs/makepsres... making all in programs/dpsinfo... making all in programs/dpsexec... making all in programs/texteroids... making all in programs/mkcfm... making all in programs/mkfontdir... making all in programs/mkfontscale... making all in programs/oclock... making all in programs/proxymngr... making all in programs/rgb... making all in programs/rstart... making all in programs/showfont... making all in programs/smproxy... making all in programs/twm... making all in programs/viewres... making all in programs/x11perf... making all in programs/xauth... making all in programs/xbiff... making all in programs/xcalc... making all in programs/xclipboard... making all in programs/xclock... making all in programs/xcmsdb... making all in programs/xconsole... making all in programs/xditview... making all in programs/xdm... making all in programs/xdm/config... making all in programs/xdpyinfo... making all in programs/xf86dga... making all in programs/xedit... making all in programs/xedit/lisp... making all in programs/xedit/lisp/mp... making all in programs/xedit/lisp/re... making all in programs/xev... making all in programs/xeyes... making all in programs/xfd... making all in programs/xfontsel... making all in programs/xfsinfo... making all in programs/xfindproxy... making all in programs/xfwp... making all in programs/xgamma... making all in programs/xgc... making all in programs/xhost... 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 -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6 -DSECURE_RPC -DBSD44SOCKETS -DXVENDORNAME='"The X.Org Foundation"' -DXVENDORNAMESHORT='"X.Org"' -c xhost.c xhost.c: In function `change_host': xhost.c:423: error: syntax error before "siaddr" xhost.c:434: error: `siaddr' undeclared (first use in this function) xhost.c:434: error: (Each undeclared identifier is reported only once xhost.c:434: error: for each function it appears in.) xhost.c: In function `get_hostname': xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in this function) xhost.c:883: error: `sip' undeclared (first use in this function) xhost.c:884: warning: ISO C89 forbids mixed declarations and code xhost.c:888: error: syntax error before ')' token *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost. *** Error code 1 Stop in /usr/ports/x11/xorg-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/xorg-clients. *** Error code 1 Stop in /usr/ports/x11/xorg. greentower# exit exit Script done on Tue Jun 29 10:23:45 2004