arf20

Results 26 comments of arf20

Have you tried compiling it in a 32-bit compiler?

I was just about to post an issue of the lacking linux support when I found this. I read that CLang works, but that's not enough. I might try fixing...

The issue is still not fixed. jwerle has not implemented the simple NULL check. And now I'm the one getting segfault at the strstr() call in soil.c:1903 ```Thread 1 "arftracksat"...

I did not mean to annoy you, sorry. I forgot to mention that this is no longer an iGPU problem only, but I did post in this thread because it...

Getting the same notification on Debian 12, wazuh 4.5.1

Hello, I'm having the same problem as BatchDrake Again in GitHub Action's MacOS machine as I do not have a real mac.

@dromer I solved the ffmpeg issue First build ffmpeg in Animations/vendor/ffmpeg with: ``` ./configure make -j ``` Then in cmakelists: ``` find_library(LIB_AVCODEC avcodec HINTS ${CMAKE_SOURCE_DIR}/Animations/vendor/ffmpeg/libavcodec) find_library(LIB_AVDEVICE avdevice HINTS ${CMAKE_SOURCE_DIR}/Animations/vendor/ffmpeg/libavdevice) find_library(LIB_AVFILTER...

Animations/vendor/nativeFileDialog/src/nfd_win.cpp depends in the Windows header.

Line 180 of CMakeLists, nfd_win.cpp -> nfd_gtk.cpp, solved

cppUtils.hpp:254: g++ doesn't find \, requires C++20 (god damn new). so we ``` set(CMAKE_CXX_STANDARD 20) ``` but in CMakeLists.txt, but turns out that Luau can't be build in C++20 because...