Nick Renieris
Nick Renieris
@eiiiiix As the description says, you need LLE libpgf for it to work. Meaning, you need to dump `libpgf.suprx` from your Vita and place it in the appropriate directory. (use...
Could you replace `` with `stdint.h` as described on my issue? I had to do that when compiling via libclang (18). cstdint isn't guaranteed to export these types other than...
I'm using a fork of https://github.com/pybind/pybind11_mkdoc on Ubuntu 24.04 with `clang-tools-18` installed from apt. I get errors about `uint8_t` not being known unless I patch the call to libclang to...
Bump? @fraillt Hi, is this repo dead?
There don't seem like to be any conflicts? CI failure is unrelated and on master too. And squashing can be done from the GitHub UI when merging by @fraillt.
@Destroyerrrocket Looks good, thank you!
That link seems unrelated and I do compile with STD as you normally would. The errors were: ``` vcpkg_installed/x64-linux/include/bitsery/details/adapter_common.h:54:13: error: unknown type name 'uint8_t' etc vcpkg_installed/x64-linux/include/bitsery/details/adapter_common.h:138:62: error: use of undeclared...
Oh I just saw https://github.com/fraillt/bitsery/pull/106/files... it was merged a year ago but the latest release (`v5.2.3`) doesn't include it. I don't use master, I use the [vcpkg port](https://github.com/microsoft/vcpkg/tree/master/ports/bitsery) which uses...
Also updated the vcpkg port: https://github.com/microsoft/vcpkg/pull/40177 Thank you both :)