You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling on ubuntu 18.04 , I am getting error :
Enclave/Enclave.cpp:34:10: fatal error: cstring: No such file or directory
#include
^~~~~~~~~
After changing to string.h, I start getting:
Enclave/Enclave.cpp:170:8: note: did you mean to dereference the pointer?
CXX <= Enclave/Enclave.cpp
Enclave/Edger8rSyntax/Types.cpp:30:10: fatal error: limits: No such file or directory
#include
How to resolve this problem?
The text was updated successfully, but these errors were encountered:
While compiling on ubuntu 18.04 , I am getting error :
After changing to string.h, I start getting:
How to resolve this problem?
The text was updated successfully, but these errors were encountered: