<div dir="ltr">Hello Sven,<div><br></div><div>yes that was the header I was expecting was the problem last night..</div><div><br></div><div>added it on row 1 in asttransformer.cpp fixes the issue, now its compiling again. since it was a missing symbol, it has to be before asttransformer.h which feels a bit smelly..</div><div><br></div><div>there is also a few warnings about deprecations. is this something that is wanted to be fixed? </div><div>i could roll this up in a quick merge request on <a href="http://invent.kde.org">invent.kde.org</a> since i need to create the patch files via git for the packaging anyway.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 2, 2024 at 1:28 AM Sven Brauch <<a href="mailto:mail@svenbrauch.de">mail@svenbrauch.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 01.01.24 22:23, Björn Strömberg wrote:<br>
> currently the problem is that compilation fails of asttransformer.cpp on <br>
> pyport.h and unknown type ssize_t in this block of the header..<br>
 ><br>
> this sounds like something that might be related to Alpine Linux using <br>
> musl as its libc,<br>
<br>
yes, that sounds related, at least a quick google search shows similar <br>
patches to other projects to make them build with musl. Try adding<br>
<br>
#include <sys/types.h><br>
<br>
in asttransformer.cpp. Does that work? If yes, we can certainly fix that <br>
upstream.<br>
<br>
Greetings,<br>
Sven<br>
</blockquote></div>