Closed nick87720z closed 4 years ago
PR #100 should fix this.
I just commited similar things in https://github.com/davy7125/polyphone/commit/edbf068f28bbd7f972cd92d0d46dd080df7178c9
All files are correctly detected.
Note that this fault still exists in the source code downloaded from the web page - https://www.polyphone-soundfonts.com/download. Latest GitHub is fine.
Maybe the web page should just redirect to the GitHub repository?
same error in Linux Mint 20.3 and polyphone 2.3 github version
sound_engine/voice.h:32:10: fatal error: stk/Chorus.h: Datei oder Verzeichnis nicht gefunden
32 | #include "stk/Chorus.h"
| ^~~~~~~~~~~~~~
compilation terminated.
I solved it like this and was able to create it.
changed line 32 in sources/voice.h
from
#include "stk/Chorus.h"
to
#include "lib/_option_stk/stk/Chorus.h"
This error effects both git and rel-2.2 versions. But it doesn't present in 2.1. Context: