Re: [apache/incubator-teaclave-sgx-sdk] Install additional libraries into docker image (PR #414)

2023-01-07 Thread volcano
LGTM -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/414#issuecomment-1374417606 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/incubator-teaclave-sgx-sdk] Install additional libraries into docker image (PR #414)

2023-01-07 Thread volcano
Merged #414 into master. -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/414#event-8174204453 You are receiving this because you are subscribed to this thread. Message ID:

Re: [apache/incubator-teaclave-sgx-sdk] V2.0.0 preview:can't build `pgx` crate with error:can't find crate for `proc_macro` (Issue #415)

2023-01-07 Thread volcano
Thanks for reporting this issue. I solved it by adding `proc-macro` to sysroot. I updated `template`, you can try to compile your project again. -- Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/415#issuecomment-1374504428 You are r

Re: [apache/incubator-teaclave-sgx-sdk] V2.0.0 preview:can't build `pgx` crate with error:can't find crate for `proc_macro` (Issue #415)

2023-01-07 Thread xin201501
Thanks! **It compiles when only adding this crate `pgx` as a dependency and not using it to write some functions.**(In other words no functions use this dependency). When using it to write some Enclave functions,**the enclave part of my project finishes compiling,but fails to link**: ```zsh F