[PATCH v2 vkd3d 1/4] build: Drop hack for stripping RPC includes from widl-generated headers.

Sveinar Søpler cybermax at dexter.no
Fri Apr 12 16:12:53 CDT 2019


There is some strangeness with the configure check of widl i think?
--
checking checking whether widl version >= 3.20... ./configure: line 4574: '/usr/lib/wine/widl': No such file or directory
no ()
configure: WARNING: widl is required to build header files.
--
:$ widl -V

Wine IDL Compiler version 4.0
Copyright 2002 Ove Kaaven
--

Error when building:
In file included from demos/gears.c:49:
demos/demo.h:39:10: fatal error: vkd3d_d3d12.h: No such file or directory
 #include <vkd3d_d3d12.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
--

This is with Ubuntu 19.04 Disco.

Installing libvkd3d-dev will make it work, as the header files is installed... but that's hardly the proper way? :)
Is there some new function in widl 3.20 that would fail this with widl 3.0? (Due to the fact that Bionic and Cosmic only has wine-3.0.x available from default repo)

Sveinar Søpler


----- Original Message -----
From: "Marvin" <testbot at winehq.org>
To: "joseph kucia" <joseph.kucia at gmail.com>
Cc: wine-devel at winehq.org
Sent: Wednesday, April 10, 2019 8:42:35 PM
Subject: Re: [PATCH v2 vkd3d 1/4] build: Drop hack for stripping RPC includes from widl-generated headers. 

Hi,

While running your changed tests, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?

Full results can be found at:
https://testbot.winehq.org/JobDetails.pl?Key=50814

Your paranoid android.


=== debian9 (build log) ===

error: patch failed: configure.ac:26
Task: Patch failed to apply

=== debian9 (build log) ===

error: patch failed: configure.ac:26
Task: Patch failed to apply



More information about the wine-devel mailing list