RSDNTWK
RSDNTWK
`seclang-scanner.ll: In function ‘yy::seclang_parser::symbol_type yylex(modsecurity::Parser::Driver&)’: seclang-scanner.ll:1272:15: error: ‘strdup’ was not declared in this scope; did you mean ‘strcmp’? seclang-scanner.cc: In function ‘void yy_init_buffer(YY_BUFFER_STATE, FILE*)’: seclang-scanner.cc:9240:48: error: ‘fileno’ was not declared...
The Raspberry Pi compiler strings are not compatible with RPI4 since it uses mesa drm not VC4 and also doesn't work with arm64.
As referenced here https://github.com/HaxeFoundation/hxcpp/issues/959 and here https://github.com/KadeDev/Kade-Engine/issues/782 the PI4's VC6 hardware isn't compatible due to both lacking the proper flags for mesa and arm64.
Thanks to user bgr at Altfuture we have confirmed that this issue https://github.com/naudio/NAudio/issues/229 is caused by artwork being present in the ID3tag data of mp3's causing sample rate errors.
For some reason the windows build is unable to initialise the display even though the headset and all drivers are installed. We even hardcoded the settings in ohmd_config.h. No idea...
The install script should be updated to allow full AMD windows support. AMD has released several updates to their ROCM branch known as "TheRock" https://github.com/ROCm/TheRock that allows amd gpu's to...