From owner-freebsd-stable@FreeBSD.ORG Thu Aug 10 03:41:54 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 9E48816A4E0 for ; Thu, 10 Aug 2006 03:41:54 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-4.paradise.net.nz (bm-4a.paradise.net.nz [203.96.152.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id C004143D64 for ; Thu, 10 Aug 2006 03:41:53 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-1.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-4.paradise.net.nz (Paradise.net.nz) with ESMTP id <0J3R0040KJLMJN@linda-4.paradise.net.nz> for freebsd-stable@freebsd.org; Thu, 10 Aug 2006 15:41:51 +1200 (NZST) Received: from [192.168.1.11] (218-101-29-235.dsl.clear.net.nz [218.101.29.235]) by smtp-1.paradise.net.nz (Postfix) with ESMTP id 6260A12B6D5F; Thu, 10 Aug 2006 15:32:55 +1200 (NZST) Date: Thu, 10 Aug 2006 15:32:27 +1200 From: Mark Kirkwood In-reply-to: <20060809192304.ubr18r4ogs08o8g0@webmail.1command.com> To: "Chris H." Message-id: <44DAA8CB.8020008@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.4 (X11/20060704) References: <20060809192304.ubr18r4ogs08o8g0@webmail.1command.com> Cc: "\[FBSDS\]" Subject: Re: error: syntax error before "_X_SENTINEL" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2006 03:41:54 -0000 Chris H. wrote: > Hello, > I just recenlly found that I am almost always unable to > build X (Xorg) related applications on a 5.5 box that has > pretty recent source. The applications all die during the > make process with the following error: > error: syntax error before "_X_SENTINEL" > Any to fix this? Googling indicates that this is a common > problem without a solution. > > System runs Xorg 6.9. > > Thank you for all your time and consideration. > I saw this: http://support.zenwalk.org/index.php?PHPSESSID=84b9cfbdfe961f45c90c7c47960b2268&topic=2134.msg11956 Might be worth a try. Cheers Mark