From owner-freebsd-x11@FreeBSD.ORG Tue Feb 27 15:42:14 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1B7E16A402 for ; Tue, 27 Feb 2007 15:42:14 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 69CCB13C494 for ; Tue, 27 Feb 2007 15:42:14 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so204283nfc for ; Tue, 27 Feb 2007 07:42:13 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type; b=s2moGtzrGKxGNq2V8c0Ims1Cj4csR2KXnYLZo3URJntiuV1OkfLvV1nvimm4TwjhoYw3y8+RA2FG5H0yyrudDavgPO+uYq3aq47Apw50QyM/VPt0dlm7zybptdBPzIb/+WlJyegghmQoZ3kE4sk7ARIMFexsxVMXK3rf7WzxbfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type; b=UbS5hR4R7cDB3My+4UbRQKzqWtxtUYwqeMwyKAnXqQcFoDD6GFyKXb4OxzAEJNxuskP1ZvZP9z+4zPPZU40KXbEV6ga3vnOlYRe/ksXZ+N22JUbY3azLNYIKE7MaDZqyftSVqDVn9v2tmzcS4lsVlEYyiN+ClXPkZa54aku3vg4= Received: by 10.49.107.8 with SMTP id j8mr1393918nfm.1172590933154; Tue, 27 Feb 2007 07:42:13 -0800 (PST) Received: from ?192.168.123.202? ( [195.241.221.201]) by mx.google.com with ESMTP id x1sm2265193nfb.2007.02.27.07.42.11; Tue, 27 Feb 2007 07:42:12 -0800 (PST) Message-ID: <45E45151.1040703@gmail.com> Date: Tue, 27 Feb 2007 16:42:09 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: Gerald Pfeifer References: <45DC7FB9.4040007@gmail.com> <45DC8BE8.30503@FreeBSD.org> <45E173BD.5060302@gmail.com> <45E31555.40708@gmail.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/mixed; boundary="------------020806020803060804020109" Cc: x11@freebsd.org Subject: Re: wine 0.9.31 build failure on X.org 7.2 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: Tue, 27 Feb 2007 15:42:15 -0000 This is a multi-part message in MIME format. --------------020806020803060804020109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Gerald Pfeifer schreef: > On Mon, 26 Feb 2007, Rene Ladan wrote: >> I tried building wine from todays cvs but it fails at the same point. >> >> Adding -lXau to the EXTRALIBS= line in wine/dlls/winenas.drv/Makefile >> provides a quick fix. The build then completes successfully. > > Would you mind giving the patch below a try? Apply this to the top-level > configure.ac file in the Wine source tree, then run `autoconf261` and then > try building Wine again. > > It did survive a test build on FreeBSD 5.x with an older version of X. > > If it works for you, I'll submit it upstraem. Autoconf is not my home > ground at all... > It doesn't work, because the generated configure script is 'wrong': when compiling the test program for libXau, it forgets to add -L/usr/X11R6/lib (or something similar) to the compiler command. So configure thinks I don't have libXau, which leads to the same old error. I've fixed your patch to include this flag, the result is attached. Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001 --------------020806020803060804020109 Content-Type: text/x-patch; name="configure.ac.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="configure.ac.diff" --- configure.ac.orig Fri Feb 23 12:30:08 2007 +++ configure.ac Tue Feb 27 15:05:49 2007 @@ -459,7 +459,10 @@ [AC_CHECK_HEADERS(audio/soundlib.h,,,[#include