Felipe Jorge

Results 35 comments of Felipe Jorge
trafficstars

Yeah I acctually wrote a new build system that creates an aab, the process is very simmilar but with some extra steps and required downloads (they arent inlcuded in the...

> How are you compiling this, are you using an older version of zig's std? I'm using `0.12.0-dev.1746+19af8aac8` as far I know zig .11 wont work because the build system...

I did mange to build it using the zig `0.12.0-dev.1746+19af8aac8` but the opengl app is complete black, and the opensles header has a dependency loop (at least on android12, sdk...

I go it working, after compiling an empty qt project with `QT += core-private` added to my `.pro` file i found out that the headers must be included with `-isystem`:...

Looks like creating a symling like upperxcode mentions is simplest way to go > try sudo ln -s /usr/include/qt/QtCore/5.8.0/QtCore/ /usr/include/

Very interesting! I will give a look into it but I'm maily interested in c++ one of my ideas with c2z is to have a copy of the memory model...

Ok... ok... apparently "lto triggers a ton of bugs" https://discord.com/channels/605571803288698900/1144805098074161202

Sound great! we could just expose `init5b` to solve the naming problem, I think marking these methods with `inline` is a good idea as well

Now it comes to me, I could swear that I had working like in `init5b` ... Maybe this could be a simple fix. Looking a the code the `--no-glue` code...

I just pushed a change to fix this, please give a try