ptitSeb

Results 2020 comments of ptitSeb

Yeah, I need to analyse how `long double complex` are passed through. I'll do the wrapping for those. But I'll need some time to analyse first

This should be fixed. Support for float/double/long double complex in wrapping have been added to box64 some time ago.

Look at this example `examples/imports_function_env_global.rs` that does an import with store and all, and combine with `examples/memory.rs`. We don't have an example that does exactly what you want yet, we...

I'm pretty sure this is a side effect of the 16K pagesize. I mat have a look at this later, but that"s not on my top priorities.

You are on Mac, use the "M1" profile to build with 16k page size, but note that x86 is just 4k pagesize, so many things will not work on 16k...

> @ptitSeb I used when I installed it: cmake .. -D M1=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo Thanks for clarification re x86 and pagesize That's odd. it should have automaticaly selected 16k pagesize...

Try to use `ccmake .` to have an interactive configuration menu. You'll be able to swtich M1 & PAGE16K to ON with that tols (use `c` and `g` to configure...

There have been some improvments on AppImage handling latelly. Closing the ticket as there has been no activity. Feel free to open a new one if some new issue appear.

Which library? libxml or libjack? There is a libxml2 wrapped already. never seen a need of libxml before. And for libjack, sound libraries have a lot of symbols, so I...