Skip to content
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

not able to build on mac os x (intel) #1

Open
enverbisevac opened this issue Sep 4, 2024 · 0 comments
Open

not able to build on mac os x (intel) #1

enverbisevac opened this issue Sep 4, 2024 · 0 comments

Comments

@enverbisevac
Copy link

I am trying to use this lib but no success:
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135940:1: error: unknown directive
.size ossl_aes_gcm_finalize_avx512, .-ossl_aes_gcm_finalize_avx512
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135942:1: error: unknown directive
.hidden ossl_gcm_gmult_avx512
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135943:1: error: unknown directive
.type ossl_gcm_gmult_avx512,@function
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135944:8: error: invalid alignment value
.align 32
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135984:1: error: unknown directive
.size ossl_gcm_gmult_avx512, .-ossl_gcm_gmult_avx512
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:135989:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136001:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136026:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136033:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136040:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136047:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136054:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136061:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136068:8: error: invalid alignment value
.align 64
^
/Users/enver/Projects/zig/openssl/crypto/modes/aes-gcm-avx512.s:136076:8: error: invalid alignment value
.align 64
^

error: the following command failed with 36 compilation errors:
/Users/enver/zig/zig build-lib @/Users/enver/Projects/zig/openssl/.zig-cache/args/d1e5797d8a359d62135e2ba4392d4875dd4d341d5c5fbdf929886388d3aee714
Build Summary: 0/3 steps succeeded; 1 failed
install transitive failure
└─ install openssl transitive failure
└─ zig build-lib openssl Debug native 36 errors

My zig version: 0.14.0-dev.1391+e084c46ed

@enverbisevac enverbisevac changed the title not able to build on mac os x not able to build on mac os x (intel) Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant