-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mingw64 build fails #86
Comments
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 |
There seems to be a new issue. I encountered the following error while trying to install:
I should mention that the folder does exist. |
You need to install dependencies first:
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.
The text was updated successfully, but these errors were encountered: