zynaddsubfx / zyn-fusion-build

Build Scripts For Zyn-Fusion
Do What The F*ck You Want To Public License
124 stars 40 forks source link

FFTW3F_LIBRARIES not found #99

Closed jjYBdx4IL closed 2 years ago

jjYBdx4IL commented 2 years ago

when cross-compiling on Ubuntu 21.10 for Windows.

Reason: they were not built.

Solution: add --enable-float

sed -i -e 's#our-malloc#our-malloc --enable-float#' Makefile.windows.mk
Rinkaa commented 2 years ago

Same here when cross-compiling on Linux Mint 20.3 for Windows. Can't build showing "FFTW3F_LIBRARIES not found", and can build after adding --enable-float

fundamental commented 2 years ago

https://github.com/zynaddsubfx/zyn-fusion-build/commit/a8eb9887f08c313311325efd6b26fe5a627dbbac should resolve the issue.