Open ampetrosillo opened 3 years ago
Thanks for the interest. At this time I only test the Makefile.linux.mk and the Makefile.windows.mk. The Makefile.mingw64.mk is user contributed and we accept fixes, however it's not officially tested.
Maybe you can try my new-generation build system: https://github.com/anclark/zyn-fusion-build
I am the author of Makefile.<platform>.mk
files. Those Makefiles are not stable enough, so I rewrote the build scripts with CMake.
There seems to be a new issue. I encountered the following error while trying to install:
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe -C /c/users/vihdz/zyn-fusion-build/deps//fftw
make[1]: *** /c/users/vihdz/zyn-fusion-build/deps//fftw: No such file or directory. Stop.
make: *** [Makefile.mingw64.mk:26: build_fftw] Error 2
I should mention that the folder does exist.
There seems to be a new issue. I encountered the following error while trying to install:
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe -C /c/users/vihdz/zyn-fusion-build/deps//fftw make[1]: *** /c/users/vihdz/zyn-fusion-build/deps//fftw: No such file or directory. Stop. make: *** [Makefile.mingw64.mk:26: build_fftw] Error 2
I should mention that the folder does exist.
You need to install dependencies first:
make -f Makefile.windows.mk install_deps
Seems that you are using Chocolatey. I recommend using Msys2 instead, because the script Makefile.mingw64.mk is designed for Msys2.
Here is installtion guide.
By the way, maybe you can try my new-generation build system: https://github.com/anclark/zyn-fusion-build
There seems to be a new issue. I encountered the following error while trying to install:
C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe -C /c/users/vihdz/zyn-fusion-build/deps//fftw make[1]: *** /c/users/vihdz/zyn-fusion-build/deps//fftw: No such file or directory. Stop. make: *** [Makefile.mingw64.mk:26: build_fftw] Error 2
I should mention that the folder does exist.
You need to install dependencies first:
make -f Makefile.windows.mk install_deps
Seems that you are using Chocolatey. I recommend using Msys2 instead, because the script Makefile.mingw64.mk is designed for Msys2.
Here is installtion guide.
By the way, maybe you can try my new-generation build system: https://github.com/anclark/zyn-fusion-build
Wouldn't that makefile you said to use be make -f Makefile.mingw64.mk install_deps? I know nothing about GitHub, and only a tiny bit about command-line, so I doubt my own words here, but isn't the file you referenced (Makefile.windows.mk) for the cross-compile method? If not, could you please explain the process for your new-generation build system cause I'm about to try it and I wanna make sure I get it right lol
I'm following the build instructions, yet compile stops here.