[Webkit-unassigned] [Bug 204129] update-webkitgtk-libs fails to run on Ubuntu 18.04

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 15:41:24 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204129

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com

--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
(In reply to Eric Zurcher from comment #0)
> An admittedly naive attempt to build WebKitGtk from current git source fails
> with this message:
> 
> /home/zur003/WebKit/WebKitBuild/DependenciesGTK/Source/freetype-2.9.1/src/
> base/ftver.rc:19:9: fatal error: windows.h: No such file or directory
>  #include<windows.h>
>          ^~~~~~~~~~~
> compilation terminated.
> windres: preprocessing failed.

That's very strange.

Are you sure you are building on Ubuntu 18.04?

For what I can see on the freetype code that file, ftver.rc should be only included when building on Windows.

Also, your log failures contains: "windres: preprocessing failed." ... that means you have the windres tool on Ubuntu? windres is a Windows tools AFAIK.

What is the output of the following commands on your system?

dpkg -S $(which windres)
uname -a
lsb_release -a

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191112/94363126/attachment-0001.htm>


More information about the webkit-unassigned mailing list