Hi guys, so after I followed the instructions here:
http://microcoin.alcurex.info/how-to-install-microcoin-on-linux-server/I was able to finally get pass the "boost" compiler errors. But now I get this error:
main.cpp: In function âunsigned char GetNfactor(int64)â:
main.cpp:995:76: warning: format â%dâ expects argument of type âintâ, but argument 2 has type âint64 {aka long long int}â [-Wformat]
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/main.o] Error 4
any pointers?
getting closer.
*btw, I think it was because I was using Ubuntu 13.10 last time that gave me the boost compiler errors. I used 12.04 this time as the instructions said, and it compiled a bit further.