Bulid error in Ubuntu Server 16.04
Opened this issue · 0 comments
iqs-systems commented
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