automatedbugreportingfacility
automatedbugreportingfacility
@sideshowbarker: please re-open this issue -- the updated example still throws an error because the second argument (`targetScope`, according to https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.exportFunction) is required in the call to `exportFunction`: `Error: Function...
This should be reopened, the example still throws an error.
Ungodly instructions at https://www.boost.org/doc/libs/1_68_0/libs/iostreams/doc/installation.html : To build with Boost.Build, run b2 **from the directory libs/iostreams/build**, or from the Boost root directory. made me do it. Why is it even provided...
FWIW, I checked with the following diagnostic patch applied: ``` diff --git a/core/serialize.h b/core/serialize.h index 7a6cb2895..9c715a22b 100644 --- a/core/serialize.h +++ b/core/serialize.h @@ -173,6 +173,7 @@ public: } bool dryrun() const...
>I reverted my last "fix" because it was breaking many things. Just to be clear, do you mean that serialization will fail to work correctly if the emu is stopped?...
>Compiles successfully with r27c. Spoke too soon, the library compiled using NDK r27c can't load in RetroArch. Logs: ``` Failed to open libretro core: "/data/user/0/com.retroarch.aarch64/cores/flycast_libretro.so" Error(s): dlopen failed: "/data/user/0/com.retroarch.aarch64/cores/flycast_libretro.so": W+E...
Tried 3114394 with CMake 4.0, builds fine with `-DLIBRETRO=ON`. Without it: ``` CMake Error at core/deps/oboe/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update the VERSION...