You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/08/15 04:59:43 UTC

[GitHub] [incubator-teaclave-sgx-sdk] YxpNUDT opened a new issue, #402: process module not found

YxpNUDT opened a new issue, #402:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/402

   proc-macro2-1.0.43 git:(master) ✗ cargo b --release
      Compiling proc-macro2 v1.0.43 (/root/sgx/exp/lib/proc-macro2-1.0.43)
   error[E0432]: unresolved imports `std::process`, `std::process`
     --> build.rs:59:10
      |
   59 | use std::process::{self, Command};
      |          ^^^^^^^   ^^^^ no `process` in the root
      |          |
      |          could not find `process` in `std`
   
   
   
   when i want to move proc-macro2 to Rust SGX, and i find an error in build.rs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org