I am trying to build Surge XT synthesizer with python bindings so that I can use surge methodically. I have been following the instructions at Surge's GitHub Page, so I ran
Код: Выделить всё
git clone https://github.com/surge-synthesizer/surge.git
cd surge
git submodule update --init --recursive
cmake -Bbuild
cmake --build build --config Release --target surge-staged-assets
Код: Выделить всё
cmake -Bignore/bpy -DSURGE_BUILD_PYTHON_BINDINGS=ON -DCMAKE_BUILD_TYPE=Release
Код: Выделить всё
cmake --build ignore/bpy --parallel --target surgepy
Код: Выделить всё
cannot convert argument 3 from const std::filesystem::path::value_type * to const char *.
Источник: https://stackoverflow.com/questions/781 ... n-bindings