From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 14:08:30 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 F3DFC16A4CE; Wed, 15 Sep 2004 14:08:29 +0000 (GMT) Received: from sthav01.proact.se (sthav01.proact.se [212.214.215.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8278B43D3F; Wed, 15 Sep 2004 14:08:29 +0000 (GMT) (envelope-from mathias.samuelson@proact.se) Received: from sthav01.proact.se (localhost [127.0.0.1]) by localhost.proact.se (Postfix) with ESMTP id 8408A18E52; Wed, 15 Sep 2004 16:06:48 +0200 (CEST) Received: from semail01.proact.se (semail01.proact.se [192.168.168.234])by sthav01.proact.se (Postfix) with ESMTPid 6A4B718E64; Wed, 15 Sep 2004 16:06:48 +0200 (CEST) Received: by semail01.proact.se with Internet Mail Service (5.5.2653.19)id ; Wed, 15 Sep 2004 16:09:36 +0200 Message-ID: <41484CD6.4070803@proact.se> From: Mathias Samuelson To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Date: Wed, 15 Sep 2004 16:08:22 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset=iso-8859-1 X-imss-version: 2.8 X-imss-result: Passed X-imss-scores: Clean:1.84375 C:34 M:2 S:5 R:5 X-imss-settings: Baseline:1 C:1 M:1 S:1 R:1 (0.0000 0.0000) Subject: Problem making xorg-clients on FreeBSD 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2004 14:08:30 -0000 Cheers to all! I'm having problems building xorg-clients. I'm not quite following the instructions in UPDATE, I want to prebuild as much as possible before I delete XFree and then run make install in x11/xorg. I hope this isn't the reason for the problem... :/ bash-2.05b# uname -v FreeBSD 4.10-STABLE #0: Sun Aug 29 22:17:16 CEST 2004 bash-2.05b# make ===> Building for xorg-clients-6.7.0_4 xhost.c: In function `change_host': xhost.c:423: syntax error before `siaddr' xhost.c:434: `siaddr' undeclared (first use in this function) xhost.c:434: (Each undeclared identifier is reported only once xhost.c:434: for each function it appears in.) xhost.c: In function `get_hostname': xhost.c:883: `XServerInterpretedAddress' undeclared (first use in this function) xhost.c:883: `sip' undeclared (first use in this function) xhost.c:883: warning: statement with no effect xhost.c:884: syntax error before `static' xhost.c:888: syntax error before `)' xhost.c:889: `neededSize' undeclared (first use in this function) xhost.c:891: `addressStringSize' undeclared (first use in this function) xhost.c:892: `addressString' undeclared (first use in this function) *** 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. All best Mathias