New comment by zenny on void-packages repository https://github.com/void-linux/void-packages/issues/24706#issuecomment-687720959 Comment: > According to https://github.com/Xaymar/obs-StreamFX/wiki/Building-From-Source the compilers shouldn't be a problem. While I see no problem in building this standalone (one option to build StreamFX), I'd rather not have this pollute the obs build (the other option). > So if you or anyone else want to give this a spin, should be manageable first template. I tried to compile but without success: ``` $ cmake -H. -B"build/flux" -G"Ninja" -DOBS_DOWNLOAD=ON -DCMAKE_PACKAGE_NAME=StreamFX -DCMAKE_PACKAGE_PREFIX="build/package" -DCMAKE_INSTALL_PREFIX="build/distrib" -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -- StreamFX: Using packaged or remote obs-studio. Linux builds require your install the necessary development packages, take a look at the obs-studio build guide for them. -- Configuring done CMake Error at CMakeLists.txt:943 (add_library): The install of the StreamFX target requires changing an RPATH from the build tree, but this is not supported with the Ninja generator unless on an ELF-based platform. The CMAKE_BUILD_WITH_INSTALL_RPATH variable may be set to avoid this relinking step. -- Generating done CMake Generate step failed. Build files cannot be regenerated correctly. ```