-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
I get an error when calling C:/msys64/mingw64/bin/ninja.EXE #1732
Comments
So it does not find Oh yes:
Maybe try to |
Use the MinGW32 or MinGW64 environment. See the prompt text, yours is MSYS. |
Thanks @Biswa96 👍 It's been a long time since I used msys/mingw on Windows :) |
Not sure if I understand. How i can to do this? |
If you have installed MSYS2 properly then there will be three icons in Start Menu. Blue one is Mingw64. Or if you want to open the MinGW64 environment in Command Prompt then run this command I was thinking about adding the MSYS2 GitHub Actions in scrcpy and gnirehtet (and other projects if you want). This may speed up things and provide both x86_64 and i686 PE binaries. But I am not familiar with the other Java part. |
ref #1709 |
It is realy worked! Thank you. |
Good day.
Thanks for your project.
I am trying to build it from Windows 10, but has an error when i run
C:/msys64/mingw64/bin/ninja.exe
command:The following steps were taken:
cd c:/Development/scrcpy/scrcpy-master
c:/msys64/mingw64/bin/meson.exe c:/Development/scrcpy/scrcpy-master/x --buildtype release --strip -Db_lto=true
folders appear in directory x:
and scrcpy-server appear too in server folder:
but, after run
cd x
and
C:/msys64/mingw64/bin/ninja.exe
here the above error appears.
in 'app' directory appears follow files:
in 'a172ced@@scrcpy@exe' directory appears follow files:
Please, tell me, what could be the problem?
The text was updated successfully, but these errors were encountered: