[DiscordArchive] I had an issue during building for the jemalloc deps, on safety_check.h :
[DiscordArchive] I had an issue during building for the jemalloc deps, on safety_check.h :
Archived author: Sonkei • Posted: 2025-10-23T19:55:48.860000+00:00
Original source
I had an issue during building for the jemalloc deps, on safety_check.h :
void safety_check_set_abort(void (*abort_fn)());
I had to complete the function prototype to have it running (according to what was in safety_check.c) :
void safety_check_set_abort(void (*abort_fn)(const char *));
My C knowledge is now dated, so why is it defined like this and why doesn’t it compile ?
I’m using gcc/g++ instead of clang, is it related ?
Archived author: Akuji • Posted: 2025-10-23T20:05:37.359000+00:00
Original source
Ill message you <@608322497128955905>. It's not a GCC vs Clang issue but the build with G++ and what it does differently if your function declarations and definitions dont match exactly
Archived author: zeeb • Posted: 2025-10-23T20:34:02.808000+00:00
Original source
So I noticed an issue with the CMake of AC. It uses default paths such as ".../OpenSSL-Win64/lib/VC/libssl64MD.lib". However, with the newest version of OpenSSL 3.6.0 it should be ".../OpenSSL-Win64/lib/VC/x64/MD/libssl.lib". Same with the crypto paths as well.
Anyone know where these settings are stored? Was thinking about making a GitHub push. If someone else wants to push it that's fine too.
Archived author: Sonkei • Posted: 2025-10-23T20:41:21.966000+00:00
Original source
thank you for your explanations
Archived author: JaqZ • Posted: 2025-10-23T21:21:28.694000+00:00
Original source
is the current master working? tests seem to fail
Archived author: WolfM90 • Posted: 2025-10-23T21:23:05.009000+00:00
Original source
Master is working, but tests are failing due to some issues with MySQL install on test, to my understanding
Archived author: WolfM90 • Posted: 2025-10-23T21:23:27.816000+00:00
Original source
Anyway, I'm running my fork on the latest changes from this evening
Archived author: thunder • Posted: 2025-10-23T21:23:50.387000+00:00
Original source
Anyone has an idea how city guards POI are done? Like how they show where are trainers etc etc
Archived author: thunder • Posted: 2025-10-23T21:24:22.262000+00:00
Original source
I compiled latest 5-6h ago