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
after make I get error:
...
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/cryptopp/stdcpp.h:14,
from /usr/include/cryptopp/cryptlib.h:82,
from sdk/megacrypto.h:24,
from src/MegaFuseApp.cpp:7:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-5/README.Bugs for instructions.
Makefile:43: recipe for target 'src/MegaFuseApp.o' failed
make: *** [src/MegaFuseApp.o] Error 4
The text was updated successfully, but these errors were encountered:
after make I get error:
...
In file included from /usr/include/c++/5/memory:81:0,
from /usr/include/cryptopp/stdcpp.h:14,
from /usr/include/cryptopp/cryptlib.h:82,
from sdk/megacrypto.h:24,
from src/MegaFuseApp.cpp:7:
/usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
template class auto_ptr;
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-5/README.Bugs for instructions.
Makefile:43: recipe for target 'src/MegaFuseApp.o' failed
make: *** [src/MegaFuseApp.o] Error 4
The text was updated successfully, but these errors were encountered: