Created
January 16, 2014 23:25
-
-
Save veox/8465491 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
preacher% make V=99 [libwallet-git] | |
Making all in include/wallet | |
make[1]: Entering directory `/home/veox/usr/src/libwallet-git/include/wallet' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/veox/usr/src/libwallet-git/include/wallet' | |
Making all in src | |
make[1]: Entering directory `/home/veox/usr/src/libwallet-git/src' | |
depbase=`echo key_formats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"libwallet\" -DPACKAGE_TARNAME=\"libwallet\" -DPACKAGE_VERSION=\"1.0.10\" -DPACKAGE_STRING=\"libwallet\ 1.0.10\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libwallet\" -DVERSION=\"1.0.10\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -DHAVE_BOOST=/\*\*/ -I. -I./../include -std=c++11 -DLEVELDB_ENABLED -I/home/veox/usr/include -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -g -O2 -std=c++11 -MT key_formats.lo -MD -MP -MF $depbase.Tpo -c -o key_formats.lo key_formats.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DPACKAGE_NAME=\"libwallet\" -DPACKAGE_TARNAME=\"libwallet\" -DPACKAGE_VERSION=\"1.0.10\" "-DPACKAGE_STRING=\"libwallet 1.0.10\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libwallet\" -DVERSION=\"1.0.10\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 "-DHAVE_BOOST=/**/" -I. -I./../include -std=c++11 -DLEVELDB_ENABLED -I/home/veox/usr/include -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -g -O2 -std=c++11 -MT key_formats.lo -MD -MP -MF .deps/key_formats.Tpo -c key_formats.cpp -fPIC -DPIC -o .libs/key_formats.o | |
key_formats.cpp: In function 'std::string libwallet::secret_to_wif(const secret_parameter&)': | |
key_formats.cpp:30:5: error: 'private_data' was not declared in this scope | |
key_formats.cpp:30:18: error: expected ';' before 'unencoded_data' | |
key_formats.cpp:31:5: error: 'unencoded_data' was not declared in this scope | |
key_formats.cpp: At global scope: | |
key_formats.cpp:28:13: warning: unused parameter 'secret' [-Wunused-parameter] | |
key_formats.cpp: In function 'libbitcoin::secret_parameter libwallet::wif_to_secret(const string&)': | |
key_formats.cpp:39:5: error: 'private_data' was not declared in this scope | |
key_formats.cpp:39:18: error: expected ';' before 'decoded' | |
key_formats.cpp:41:9: error: 'decoded' was not declared in this scope | |
key_formats.cpp:44:9: error: 'decoded' was not declared in this scope | |
key_formats.cpp:47:18: error: expected ';' before 'checksum_bytes' | |
key_formats.cpp:48:5: error: 'checksum_bytes' was not declared in this scope | |
key_formats.cpp:49:5: error: 'decoded' was not declared in this scope | |
key_formats.cpp: At global scope: | |
key_formats.cpp:37:18: warning: unused parameter 'wif' [-Wunused-parameter] | |
key_formats.cpp: In function 'std::string libwallet::secret_to_wif(const secret_parameter&)': | |
key_formats.cpp:35:1: warning: control reaches end of non-void function [-Wreturn-type] | |
make[1]: *** [key_formats.lo] Error 1 | |
make[1]: Leaving directory `/home/veox/usr/src/libwallet-git/src' | |
make: *** [all-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment