-
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
cross compiling for windows on ubuntu results in "ERROR: 'make windows' failed #75
Comments
Experiencing the same with Clean Ubuntu 20.04 install. Linux build completed fine. |
Line in Makefile |
I'm looking into the windows build now. Looks like there's a few odds and ends which need resolving. |
Thanks! Looking forward to it. |
ok, replicated and I've made it past that one glitch to another issue that I've resolved in some secondary build/test mingw scripts. (I had totally repressed how dumb autotools can get when environmental variables are tweaked). I'll update when a full fix is in place. |
I thought I had already done this a few months back, but I guess I have to backport https://github.com/mruby-zest/mruby-zest-build/compare/ghaction patches to finish restoring the windows build. |
Thanks for your contributions. I'm not much of a programmer but if you need any assistance let me know. Looking forward to testing it when you get done. |
It looks like it's working? At least on my system it appears to reach completion. Note that I haven't actually run the resulting binaries on my system though, so there might be some remaining issue in terms of code that was disabled to fix issues with the windows build. If it runs and exits with a ruby error let me know and I think I know which change I get to undo. |
I am still learning the software but I am hopefully trying to run it thru its paces. I was able to get 16 channels to play in the demo version. I may not know the correct way to change the build to the full version. I found one flag in the build-windows file but it still built the demo version after changing it to false. It worked until the demo timed out. Let me know how to build the full version and I will try it out more. |
I could make it work by using the arguments in order. The full version is working well so far. I have a 37 voice "tubular bells" Midi mapped to 3 instances in Cakewalk and it appears to be working but have a lot of voice mapping to do. Now I just need to figure out how to self sign it. |
Interesting. There has been no effort to sign binaries on windows previously. I know it may be starting to cause issues on MacOS, but I had thought it was limited to that platform. |
The first time I used it, I was asked permission to access it. After that
it loads without prompt but it takes additional time to load as virus scans
are required on each load which increases load times.
Mark N. Stine
***@***.***
…On Fri, May 21, 2021 at 4:58 PM Mark McCurry ***@***.***> wrote:
Interesting. There has been no effort to sign binaries on windows
previously. I know it may be starting to cause issues on MacOS, but I had
thought it was limited to that platform.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APWK3VVLT5Z6QVU4JISZ5NTTO3JO5ANCNFSM4ZEWK5OQ>
.
|
trying to compile the windows executable for a friend of mine who uses windows. using the build-windows.rb file it stops and gives said error.
/usr/bin/x86_64-w64-mingw32-ld: cannot find -link
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1754: libuv.la] Error 1
make[1]: Leaving directory '/home/mdp9f/zyn-fusion-build/mruby-zest-build/deps/libuv'
make: *** [Makefile:65: deps/libuv-win.a] Error 2
The text was updated successfully, but these errors were encountered: