bytecoin icon indicating copy to clipboard operation
bytecoin copied to clipboard

Error creating my cryptocurrency

Open leonidbitkin opened this issue 6 years ago • 0 comments

Hello during the compilation of cryptocurrency I have an error and the compilation stops. How can it be solved? I did everything according to the instructions, I did not change this files. Error 2.

In file included from /home/leo/bcndev/lcoin/src/Core/Config.cpp:9:0: /home/leo/bcndev/lcoin/src/common/Base64.hpp:10:1: error: expected ‘,’ or ‘;’ before ‘namespace’ namespace common { ^ /home/leo/bcndev/lcoin/src/Core/Config.cpp:194:1: error: expected ‘}’ at end of input } ^ CMakeFiles/bytecoin-core.dir/build.make:854: ошибка выполнения рецепта для цели «CMakeFiles/bytecoin-core.dir/src/Core/Config.cpp.o» make[2]: *** [CMakeFiles/bytecoin-core.dir/src/Core/Config.cpp.o] Ошибка 1 make[2]: *** Ожидание завершения заданий… CMakeFiles/Makefile2:142: ошибка выполнения рецепта для цели «CMakeFiles/bytecoin-core.dir/all» make[1]: *** [CMakeFiles/bytecoin-core.dir/all] Ошибка 2 and /home/leo/bcndev/lcoin/src/crypto/skein.c: In function ‘Skein_256_Final’: /home/leo/bcndev/lcoin/src/crypto/skein.c:1360:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */ ^ /home/leo/bcndev/lcoin/src/crypto/skein.c: In function ‘Skein_512_Final’: /home/leo/bcndev/lcoin/src/crypto/skein.c:1560:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */ ^ /home/leo/bcndev/lcoin/src/crypto/skein.c: In function ‘Skein1024_Final’: /home/leo/bcndev/lcoin/src/crypto/skein.c:1758:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ((u64b_t *)ctx->b)[0]= Skein_Swap64((u64b_t) i); /* build the counter block */

leonidbitkin avatar Jun 27 '18 07:06 leonidbitkin