:~/crytpo/CoinShield/cpu$ make -f makefile.unix
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/skein.o hash/skein.cpp
hash/skein.cpp: In function ‘int Skein_256_Final(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:199:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_512_Final(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:397:29: 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 */
^
hash/skein.cpp: In function ‘int Skein1024_Final(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:594:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_256_Output(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:683:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_512_Output(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:712:29: 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 */
^
hash/skein.cpp: In function ‘int Skein1024_Output(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:741:29: 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 */
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/skein_block.o hash/skein_block.cpp
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakDuplex.o hash/KeccakDuplex.c
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakSponge.o hash/KeccakSponge.c
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/Keccak-compact64.o hash/Keccak-compact64.c
hash/Keccak-compact64.c: In function ‘void KeccakF1600_StatePermute(void*)’:
hash/Keccak-compact64.c:189:11: warning: invalid conversion from ‘void*’ to ‘tKeccakLane* {aka long long unsigned int*}’ [-fpermissive]
state = argState;
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakHash.o hash/KeccakHash.c
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashInitialize(Keccak_HashInstance*, unsigned int, unsigned int, unsigned int, unsigned char)’:
hash/KeccakHash.c:26:71: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
result = Keccak_SpongeInitialize(&instance->sponge, rate, capacity);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashUpdate(Keccak_HashInstance*, const BitSequence*, DataLength)’:
hash/KeccakHash.c:39:73: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8);
^
hash/KeccakHash.c:41:83: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
HashReturn ret = Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8);
^
hash/KeccakHash.c:53:72: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
ret = Keccak_SpongeAbsorb(&instance->sponge, oneByte, 1);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashFinal(Keccak_HashInstance*, BitSequence*)’:
hash/KeccakHash.c:65:97: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
HashReturn ret = Keccak_SpongeAbsorbLastFewBits(&instance->sponge, instance->delimitedSuffix);
^
hash/KeccakHash.c:67:94: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeSqueeze(&instance->sponge, hashval, instance->fixedOutputLength/8);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashSqueeze(Keccak_HashInstance*, BitSequence*, DataLength)’:
hash/KeccakHash.c:78:70: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeSqueeze(&instance->sponge, data, databitlen/8);
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/util.o util.cpp
In file included from util.cpp:1:0:
util.h:4:53: fatal error: boost/date_time/posix_time/posix_time.hpp: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
make: *** [build/util.o] Erreur 1
manuel@manuel-U36SD:~/crytpo/CoinShield/cpu$ make clean -f makefile.unix
rm -f coinshield_prime
rm -f build/*.o
manuel@manuel-U36SD:~/crytpo/CoinShield/cpu$ make -f makefile.unix
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/skein.o hash/skein.cpp
hash/skein.cpp: In function ‘int Skein_256_Final(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:199:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_512_Final(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:397:29: 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 */
^
hash/skein.cpp: In function ‘int Skein1024_Final(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:594:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_256_Output(Skein_256_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:683:29: 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 */
^
hash/skein.cpp: In function ‘int Skein_512_Output(Skein_512_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:712:29: 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 */
^
hash/skein.cpp: In function ‘int Skein1024_Output(Skein1024_Ctxt_t*, u08b_t*)’:
hash/skein.cpp:741:29: 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 */
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/skein_block.o hash/skein_block.cpp
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakDuplex.o hash/KeccakDuplex.c
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakSponge.o hash/KeccakSponge.c
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/Keccak-compact64.o hash/Keccak-compact64.c
hash/Keccak-compact64.c: In function ‘void KeccakF1600_StatePermute(void*)’:
hash/Keccak-compact64.c:189:11: warning: invalid conversion from ‘void*’ to ‘tKeccakLane* {aka long long unsigned int*}’ [-fpermissive]
state = argState;
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -fpermissive -o build/KeccakHash.o hash/KeccakHash.c
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashInitialize(Keccak_HashInstance*, unsigned int, unsigned int, unsigned int, unsigned char)’:
hash/KeccakHash.c:26:71: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
result = Keccak_SpongeInitialize(&instance->sponge, rate, capacity);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashUpdate(Keccak_HashInstance*, const BitSequence*, DataLength)’:
hash/KeccakHash.c:39:73: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8);
^
hash/KeccakHash.c:41:83: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
HashReturn ret = Keccak_SpongeAbsorb(&instance->sponge, data, databitlen/8);
^
hash/KeccakHash.c:53:72: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
ret = Keccak_SpongeAbsorb(&instance->sponge, oneByte, 1);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashFinal(Keccak_HashInstance*, BitSequence*)’:
hash/KeccakHash.c:65:97: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
HashReturn ret = Keccak_SpongeAbsorbLastFewBits(&instance->sponge, instance->delimitedSuffix);
^
hash/KeccakHash.c:67:94: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeSqueeze(&instance->sponge, hashval, instance->fixedOutputLength/8);
^
hash/KeccakHash.c: In function ‘HashReturn Keccak_HashSqueeze(Keccak_HashInstance*, BitSequence*, DataLength)’:
hash/KeccakHash.c:78:70: warning: invalid conversion from ‘int’ to ‘HashReturn’ [-fpermissive]
return Keccak_SpongeSqueeze(&instance->sponge, data, databitlen/8);
^
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/manuel/crytpo/CoinShield/cpu -I/home/manuel/crytpo/CoinShield/cpu/build -I/home/manuel/crytpo/CoinShield/cpu/hash -O2 -MMD -o build/util.o util.cpp
In file included from util.cpp:1:0:
util.h:4:53: fatal error: boost/date_time/posix_time/posix_time.hpp: Aucun fichier ou dossier de ce type
#include
^
compilation terminated.
make: *** [build/util.o] Erreur 1