Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
crossini
on 02/06/2017, 08:10:05 UTC
i have created a test coin in compiling fase an error is generated:

i have compiled in a VM HyperV with installed ubuntu 16.10
the host system is windows 2012

You help me?

"
[ 19%] Building CXX object src/CMakeFiles/Crypto.dir/crypto/crypto.cpp.o
/home/administrator/tic/generator/generated_files/ticinocoin/src/crypto/crypto.cpp: In function ‘size_t Crypto::rs_comm_size(size_t)’:
/home/administrator/tic/generator/generated_files/ticinocoin/src/crypto/crypto.cpp:339:58: error: value-initialization of incomplete type ‘Crypto::rs_comm:: []’
     return sizeof(rs_comm) + pubs_count * sizeof(rs_comm().ab[0]);
                                                          ^
src/CMakeFiles/Crypto.dir/build.make:158: set di istruzioni per l'obiettivo "src/CMakeFiles/Crypto.dir/crypto/crypto.cpp.o" non riuscito
make[2]: *** [src/CMakeFiles/Crypto.dir/crypto/crypto.cpp.o] Errore 1
CMakeFiles/Makefile2:604: set di istruzioni per l'obiettivo "src/CMakeFiles/Crypto.dir/all" non riuscito
make[1]: *** [src/CMakeFiles/Crypto.dir/all] Errore 2
Makefile:94: set di istruzioni per l'obiettivo "all" non riuscito
make: *** [all] Errore 2
Remove temporary files..."

I got the same error on Ubuntu 16.10. Here is a work around before it's fixed:

use ubuntu 16.04 with those dependencies:
sudo apt-get -y install build-essential python-dev gcc-4.9 g++-4.9 git cmake libboost1.58-all-dev librocksdb-dev

Work with ubuntu 17.10?