<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Am 18.07.20 um 21:00 schrieb Gary
Mills:<br>
</div>
<blockquote type="cite"
cite="mid:20200718190015.GA6673@imap.fastmail.com">
<pre class="moz-quote-pre" wrap="">On Sat, Jul 18, 2020 at 07:57:40PM +0200, Andreas Wacknitz wrote:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Am 18.07.20 um 15:15 schrieb Alexander Pyhalov via oi-dev:
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">Hi.
The only method I see is to drop 32-bit gobject-introspection.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">Even if I only try BUILD_BITS=64 it won't find its Python.h. Something
must be different between former python3.4 configuration and python3.5
that is now being used.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
Where is it looking?
</pre>
</blockquote>
Alexander already found a solution (roughly missing two lines in the
Makefile:<br>
<span class="blob-code-inner blob-code-marker" data-code-marker="+"><span
class="pl-smi x x-first">CPPFLAGS</span><span class="x"> += </span><span
class="pl-s"><span class="x">$(</span><span class="pl-smi x">CC_BITS</span><span
class="x x-last">)<br>
</span></span></span><span class="blob-code-inner
blob-code-marker" data-code-marker="+"><span class="pl-smi">CONFIGURE_ENV</span>
+= CPPFLAGS="<span class="pl-s">$(<span class="pl-smi">CPPFLAGS</span>)</span>"<br>
) and created PR #5912.<br>
I am checking it now...<br>
</span><span class="blob-code-inner blob-code-marker"
data-code-marker="+"><span class="pl-s"><span class="x x-last"></span></span></span>
</body>
</html>