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
src/pk-based/../util/crypto/ecc-pk-crypto.h:139:7: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
std::unique_ptr<ecc_brickexp_impl> impl;
Adding -std=c++14 to COMPILER_OPTION and fixed this error.
The text was updated successfully, but these errors were encountered:
I have the same problem as you.According to your method, adding parameters to the makefile file still doesn't work.I hope I can get your help,Thank you!
make
failed with errorAdding
-std=c++14
toCOMPILER_OPTION
and fixed this error.The text was updated successfully, but these errors were encountered: