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

remove warnings about 'not a directory' #1118

Merged

Conversation

bchamagne
Copy link
Member

mkdir -p priv/c_dist
/usr/bin/gcc src/c/crypto/stdio_helpers.c src/c/crypto/ed25519.c -o priv/c_dist/libsodium_port -I src/c/crypto/stdio_helpers.h -lsodium
cc1: warning: src/c/crypto/stdio_helpers.h: not a directory
cc1: warning: src/c/crypto/stdio_helpers.h: not a directory
/usr/bin/gcc src/c/hypergeometric_distribution.c -o priv/c_dist/hypergeometric_distribution -lgmp
/usr/bin/gcc src/c/crypto/stdio_helpers.c src/c/crypto/tpm/lib.c src/c/crypto/tpm/port.c -o priv/c_dist/tpm_port -I src/c/crypto/stdio_helpers.h -I src/c/crypto/tpm/lib.h -ltss2-esys -ltss2-rc -ltss2-mu -lcrypto
cc1: warning: src/c/crypto/stdio_helpers.h: not a directory
cc1: warning: src/c/crypto/tpm/lib.h: not a directory
cc1: warning: src/c/crypto/stdio_helpers.h: not a directory
cc1: warning: src/c/crypto/tpm/lib.h: not a directory
cc1: warning: src/c/crypto/stdio_helpers.h: not a directory
cc1: warning: src/c/crypto/tpm/lib.h: not a directory
/usr/bin/gcc src/c/crypto/tpm/keygen.c src/c/crypto/tpm/lib.c -o priv/c_dist/tpm_keygen -I src/c/crypto/tpm/lib.h -ltss2-esys -ltss2-rc -ltss2-mu -lcrypto
cc1: warning: src/c/crypto/tpm/lib.h: not a directory
cc1: warning: src/c/crypto/tpm/lib.h: not a directory

to

/usr/bin/gcc src/c/crypto/stdio_helpers.c src/c/crypto/ed25519.c -o priv/c_dist/libsodium_port -I src/c/crypto -lsodium
/usr/bin/gcc src/c/hypergeometric_distribution.c -o priv/c_dist/hypergeometric_distribution -lgmp
/usr/bin/gcc src/c/crypto/stdio_helpers.c src/c/crypto/tpm/lib.c src/c/crypto/tpm/port.c -o priv/c_dist/tpm_port -I src/c/crypto -I src/c/crypto/tpm -ltss2-esys -ltss2-rc -ltss2-mu -lcrypto
/usr/bin/gcc src/c/crypto/tpm/keygen.c src/c/crypto/tpm/lib.c -o priv/c_dist/tpm_keygen -I src/c/crypto/tpm -ltss2-esys -ltss2-rc -ltss2-mu -lcrypto

@samuelmanzanera samuelmanzanera merged commit a218554 into archethic-foundation:develop Jun 22, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants