Hello,
I'm having problems building the Polyphone app from the git repository sources. I reviewed the tech doc '
www.polyphone-soundfonts.com/documentati...r-to-build-polyphone', cloned the polyphone repo, and made the recommended Windows OS changes to the Qt project file polyphone.pro. Running qmake succeeds, building the project fails with several missing files as shown below. I am building with Qt archive version 5.15.2. Please see the attached files for build log and Qt system info.
My appreciation & many thanks for your help!
..\sources\core\sample\samplereaderogg.cpp:26:10: fatal error: vorbis/codec.h: No such file or directory
#include <vorbis/codec.h>
^~~~~~~~~~~~~~~~
compilation terminated.
mingw32-make[1]: *** [Makefile.Debug:61074: debug/samplereaderogg.o] Error 1
mingw32-make[1]: *** Waiting for unfinished jobs....
..\sources\core\sample\samplereaderflac.cpp:26:10: fatal error: FLAC/stream_decoder.h: No such file or directory
#include "FLAC/stream_decoder.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
mingw32-make[1]: *** [Makefile.Debug:64355: debug/samplereaderflac.o] Error 1
..\sources\core\utils.cpp:43:10: fatal error: openssl/rsa.h: No such file or directory
#include "openssl/rsa.h"
^~~~~~~~~~~~~~~
compilation terminated.
mingw32-make[1]: *** [Makefile.Debug:66526: debug/utils.o] Error 1
..\sources\core\sample\sound.cpp:34:10: fatal error: FLAC/stream_decoder.h: No such file or directory
#include "FLAC/stream_decoder.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
mingw32-make[1]: *** [Makefile.Debug:65540: debug/sound.o] Error 1
..\sources\context\audiodevice.cpp:28:10: fatal error: portaudio.h: No such file or directory
#include "portaudio.h"
^~~~~~~~~~~~~
compilation terminated.