davy7125 / polyphone

A soundfont editor for quickly designing musical instruments.
https://www.polyphone.io
GNU General Public License v3.0
360 stars 49 forks source link

Mac OS X: FLAC/stream_decoder.h not found #126

Closed matkatmusic closed 2 years ago

matkatmusic commented 4 years ago

Cloned the git repo onto a blank OS X install of OS X 10.13.6. installed Qt 5.15.0, opened the project, tried to build. FLAC/stream_decoder.h not found is the first error reported when trying to compile samplereaderflac.cpp

It seems your build system requirements for OS X are missing instructions to include:

Each of these libraries' source code repositories need to be cloned, and then their include folder that contains the missing header files needs to be copied to lib_mac/include

once these header files are added, the project will compile and run on OS X.

I'm going to guess that these header files are not included because of licensing issues.

Screen Shot 2020-09-12 at 10 54 33 PM

davy7125 commented 2 years ago

I updated the "lib_mac" archive on the polyphone website. LibFlac has been added PortAudio has been updated also