You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
NDUSERCA312:ethash alexn$ make
./test/test.sh
########### Testing JS
Ethash startup took: 204ms
Ethash cache hash: 3e660a3d5e20b957171a697b5a4035bdfbf6d18168dd1438dc6fec12c37e1ecb
Light client hashes averaged: 20ms
Hash = 9e737d37884a1be1862c4b80e97374ba3e75555e1cc2840b20708541c7bdbeb3
########### Testing C
Scanning dependencies of target ethash
[ 20%] Building C object src/libethash/CMakeFiles/ethash.dir/io.c.o
[ 40%] Building C object src/libethash/CMakeFiles/ethash.dir/internal.c.o
In file included from /Users/alexn/projects/ethash/src/libethash/internal.c:38:
/Users/alexn/projects/ethash/src/libethash/sha3_cryptopp.h:12:28: warning: redefinition of typedef 'ethash_h256_t' is a C11 feature [-Wtypedef-redefinition]
typedef struct ethash_h256 ethash_h256_t;
^
/Users/alexn/projects/ethash/src/libethash/ethash.h:54:47: note: previous definition is here
typedef struct ethash_h256 { uint8_t b[32]; } ethash_h256_t;
^
1 warning generated.
[ 60%] Building C object src/libethash/CMakeFiles/ethash.dir/io_posix.c.o
[ 80%] Building CXX object src/libethash/CMakeFiles/ethash.dir/sha3_cryptopp.cpp.o
Linking CXX static library libethash.a
[ 80%] Built target ethash
Scanning dependencies of target Test
[100%] Building CXX object test/c/CMakeFiles/Test.dir/test.cpp.o
Linking CXX executable Test
Undefined symbols for architecture x86_64:
"boost::unit_test::unit_test_main(bool (_)(), int, char__)", referenced from:
main in test.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: ** [test/c/Test] Error 1
make[3]: *** [test/c/CMakeFiles/Test.dir/all] Error 2
make[2]: *** [test/c/CMakeFiles/Test.dir/rule] Error 2
make[1]: *** [Test] Error 2
make: *** [test] Error 2
NDUSERCA312:ethash alexn$
The text was updated successfully, but these errors were encountered: