We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
==> Installing guitorri/tap/qucs dependency: cartr/qt4/[email protected] ==> perl ./Configure --prefix=/opt/homebrew/Cellar/[email protected]/1.0.2t --openssldir=/opt/homebrew/etc/openssl no-ssl2 no-ssl3 no-z ==> make depend ==> make Last 15 lines from /Users/gregparkin/Library/Logs/Homebrew/[email protected]/03.make: ^ x86_64cpuid.s:273:10: error: unknown token in expression cmpq $0,%rax ^ x86_64cpuid.s:273:10: error: invalid operand cmpq $0,%rax ^ x86_64cpuid.s:274:9: error: unknown token in expression cmoveq %rcx,%rax ^ x86_64cpuid.s:274:9: error: invalid operand cmoveq %rcx,%rax ^ make[1]: *** [x86_64cpuid.o] Error 1 make: *** [build_crypto] Error 1
The text was updated successfully, but these errors were encountered:
Same error:
==> Installing tomoyanonymous/flatcam/flatcam dependency: cartr/qt4/[email protected] ==> perl ./Configure --prefix=/opt/homebrew/Cellar/[email protected]/1.0.2t --openssldir=/opt/homebrew/etc/openssl no- ==> make depend ==> make Last 15 lines from /Users/evgenybalashov/Library/Logs/Homebrew/[email protected]/03.make: ^ x86_64cpuid.s:273:10: error: unknown token in expression cmpq $0,%rax ^ x86_64cpuid.s:273:10: error: invalid operand cmpq $0,%rax ^ x86_64cpuid.s:274:9: error: unknown token in expression cmoveq %rcx,%rax ^ x86_64cpuid.s:274:9: error: invalid operand cmoveq %rcx,%rax ^ make[1]: *** [x86_64cpuid.o] Error 1 make: *** [build_crypto] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/cartr/homebrew-qt4/issues
It seems weird that it references x86_64cpuid while building to Apple M1 Max chip Any suggestions?
Sorry, something went wrong.
No branches or pull requests
==> Installing guitorri/tap/qucs dependency: cartr/qt4/[email protected]
==> perl ./Configure --prefix=/opt/homebrew/Cellar/[email protected]/1.0.2t --openssldir=/opt/homebrew/etc/openssl no-ssl2 no-ssl3 no-z
==> make depend
==> make
Last 15 lines from /Users/gregparkin/Library/Logs/Homebrew/[email protected]/03.make:
^
x86_64cpuid.s:273:10: error: unknown token in expression
cmpq $0,%rax
^
x86_64cpuid.s:273:10: error: invalid operand
cmpq $0,%rax
^
x86_64cpuid.s:274:9: error: unknown token in expression
cmoveq %rcx,%rax
^
x86_64cpuid.s:274:9: error: invalid operand
cmoveq %rcx,%rax
^
make[1]: *** [x86_64cpuid.o] Error 1
make: *** [build_crypto] Error 1
The text was updated successfully, but these errors were encountered: