delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/12/28/12:06:36

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=AnRYsoV85fKMqSys
PqiDG6VRiCcpbpJk8UMqagG9PSeK0ZxGU/8zd0ejLBJG5KgvrOW2Y40wpslVP/EO
ymwbcPVpSGL0F3n5sscvYZmUOl+Lx/oI/POpt7+0q5n3Js5gVo+TWoR7q6n+GiQd
2gIgx43lTiWDhLl6rPvrckmDyW4=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=lsJRlJjrv4r5CRv9khUyuY
3keJk=; b=PMnEmNnaJJvdpe7XXkfZqMvXH/95CfM0yQCFd8qZYeTN0627qXlaJw
o+zwwwgXkNQxQ8QtLUbyEaS5hXobiY0kputmWmriJqA1gF94s8mrxUPSgZ1BmbQc
wM1Mw/V0qFCVWtY4AiSrzgUJiexKs0uLOYoOJUalmDH3UvMdQuQBM=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=antivirus, auf, UD:avast.com, EMail
X-HELO: mail-wm1-f47.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=kyJcGlleteNn7RpvPQEvEF0sRMbNVQ86ajfhpYCWQC4=; b=ZyBNqh1cRFU7jFCYjKfaV0sSr1EKPsHe/9NHROFdQa6vlmi7grepBrMBas0WcgqFLu PuCvCvya9rlzRinVXblRJAd02P7ZkgCRSslqyN938uqeggL49fieYmFugDrcVsbpKTbe F7sRgWinMQ+S4ztSQqF2rZl6/TMn86yKY+kqZNwRhNPHiOPexsY3ko3Co+5+CZfKh3n5 uR8bXswE3AH6UTzf4CSO0twX2kPMvKK6FT+yQvn5sfK//acR/ND4dRKW5xQlIzRKVeTd 9a8wWqKiYD+tmoZlU5fXWqSLh9uOcPNa9Gi/Y2pIi4FNFx8ABSciy0nf+Uyx8v6V5Pth Ba1Q==
Subject: Re: mesa-18.3.1 and missing xxf86vm
To: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>,
The Cygwin Mailing List <cygwin AT cygwin DOT com>
References: <d1b403b3-1aec-fb08-ff0c-eedb1416172f AT gmail DOT com> <541e8c77-bdb7-8e50-2802-f08feac5e3dc AT dronecode DOT org DOT uk>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <143f358e-58bd-4f8d-09f0-92a5cc81d0db@gmail.com>
Date: Fri, 28 Dec 2018 18:06:19 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3
MIME-Version: 1.0
In-Reply-To: <541e8c77-bdb7-8e50-2802-f08feac5e3dc@dronecode.org.uk>
X-IsSubscribed: yes

Am 28.12.2018 um 14:10 schrieb Jon Turney:
> On 28/12/2018 06:04, Marco Atzeri wrote:
>> I was trying to build latest mesa to see if
>> solved a wgl problem on my Intel graphics card
>>   https://cygwin.com/ml/cygwin/2018-12/msg00222.html
>>
>> but I am blocked by
>> ------------------------------------------
>> Dependency xxf86vm found: NO (tried pkgconfig)
>>
>> meson.build:1353:4: ERROR:  Dependency "xxf86vm" not found, tried 
>> pkgconfig
>>
>> A full log can be found at
>> /cygdrive/d/cyg_pub/devel/mesa/mesa-18.3.1-1.x86_64/src/mesa-18.3.1/x86_64-pc-cygwin/meson-logs/meson-log.txt 
>>
>> *** ERROR: meson failed
>> -------------------------------------------
>>
>> any reason to not have the xxf86vm in cygwin ?
> 
> Historically, we haven't bothered with xxf86vm because it makes no sense 
> to manipulate the video mode of an X server which is hosted by another 
> windowing system.
> 
> This particular build issue has been fixed upstream, see [1] et. seq.
> 
> [1] 
> https://lists.freedesktop.org/archives/mesa-dev/2018-December/211720.html

Thanks Jon,
I tried to build from the git source but other problems risen,
so I will wait the next release for a build test.

Regards
Marco


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019