<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK][WPE] Fix gtkdoc build with "build-webkit --32-bit" on 64-bit hosts"
href="https://bugs.webkit.org/show_bug.cgi?id=200306#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK][WPE] Fix gtkdoc build with "build-webkit --32-bit" on 64-bit hosts"
href="https://bugs.webkit.org/show_bug.cgi?id=200306">bug 200306</a>
from <span class="vcard"><a class="email" href="mailto:loic.yhuel@softathome.com" title="Loïc Yhuel <loic.yhuel@softathome.com>"> <span class="fn">Loïc Yhuel</span></a>
</span></b>
<pre>I'm now able to build a 32-bit WebKitGtk (without gobject introspection) on a 64-bit Fedora, with :
- pkgconf-pkg-config.i686 (probably very similar to setting PKG_CONFIG_LIBDIR if not the same, but this prefixed pkg-config is automatically used for autotools, so it helps in other projects)
- many *-devel packages installed manually (rpm considers the dependencies satisfied if either the i686 or the x86_64 package is installed, but that's only enough for multilib-independent headers...)
- local fixes to glib2, atk, docbook-style-xsl, and rpmrebuild on gstreamer1-plugins-bad-free-devel to fix conflicts between i686 and x86_64 devel packages
- PKG_CONFIG=/usr/bin/i686-redhat-linux-gnu-pkg-config ./Tools/Scripts/build-webkit --32-bit --gtk --cmakeargs="-DENABLE_INTROSPECTION=OFF"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>