Skip to content

Instantly share code, notes, and snippets.

@dubslow
Created September 12, 2014 03:58
Show Gist options
  • Save dubslow/9d3341004642f8171a6d to your computer and use it in GitHub Desktop.
Save dubslow/9d3341004642f8171a6d to your computer and use it in GitHub Desktop.
make check-recursive
make[1]: Entering directory `/home/bill/qtox/libs/libtoxcore-latest'
Making check in build
make[2]: Entering directory `/home/bill/qtox/libs/libtoxcore-latest/build'
make encryptsave_test messenger_autotest crypto_test network_test assoc_test onion_test TCP_test tox_test dht_autotest toxav_basic_test toxav_many_test
make[3]: Entering directory `/home/bill/qtox/libs/libtoxcore-latest/build'
CC ../auto_tests/encryptsave_test-encryptsave_test.o
CCLD encryptsave_test
../auto_tests/encryptsave_test-encryptsave_test.o: In function `test_known_kdf':
/home/bill/qtox/libs/libtoxcore-latest/build/../auto_tests/encryptsave_test.c:42: undefined reference to `crypto_pwhash_scryptsalsa208sha256'
./.libs/libtoxencryptsave.a(libtoxencryptsave_la-toxencryptsave.o): In function `tox_encrypted_save':
/home/bill/qtox/libs/libtoxcore-latest/build/../toxencryptsave/toxencryptsave.c:66: undefined reference to `randombytes_buf'
/home/bill/qtox/libs/libtoxcore-latest/build/../toxencryptsave/toxencryptsave.c:68: undefined reference to `crypto_pwhash_scryptsalsa208sha256'
./.libs/libtoxencryptsave.a(libtoxencryptsave_la-toxencryptsave.o): In function `tox_encrypted_load':
/home/bill/qtox/libs/libtoxcore-latest/build/../toxencryptsave/toxencryptsave.c:138: undefined reference to `crypto_pwhash_scryptsalsa208sha256'
collect2: error: ld returned 1 exit status
make[3]: *** [encryptsave_test] Error 1
make[3]: Leaving directory `/home/bill/qtox/libs/libtoxcore-latest/build'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/bill/qtox/libs/libtoxcore-latest/build'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/bill/qtox/libs/libtoxcore-latest'
make: *** [check] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment