-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feedback on crosscompile-mingw-tedious goes here #1
Comments
Hi, checking for a BSD-compatible install... /usr/bin/install -c Have you an idea what is happen? |
Did you install Wine? |
No I don't. Is it important? Because the things before was compiling. Edit: Ah that was it, thanks! I thought that I don't need it because I can test the apps in Windows :). |
Lines 31 & 32:
And the reason the stuff before Iconv worked is that out of the ones that use autotools, either they didn't have --build set or were setting it to i686-pc-linux-gnu (which is basically what happens if you don't set --build, assuming the OS is 32-bit). If --build is set to a MinGW environment, it needs to have Wine installed because the checks are being told to assume Windows, and without Wine, a Linux distro doesn't know what to do with Windows binaries. |
Ah ok, now it gets clear for me, thanks for the explanation! At the moment it hangs on expat, but I think it is because of cmake configure and I think with ninja. apt-get install ninja-build was not working, only apt-get install ninja, and I have ubuntu 12.04 installed. I upgrade now to 14.04 and see after this how it works. |
The 'ninja' package is not the same as 'ninja-build'. 'ninja' is a privilege escalation system, 'ninja-build' is the make tool and the package for it was first introduced in 12.10. While I would certainly recommend moving up to 14.04, you could always grab it from the actual site: |
https://github.com/qyot27/mpv/blob/extra-new/DOCS/crosscompile-mingw-tedious.txt
The text was updated successfully, but these errors were encountered: