You're definitely on master branch right?
Can you please pull master again? i just updated some missing locale files that were accidentally added to my gitignore.
You could try adding the bitcoin build dependencies:
sudo apt-get install libboost-all-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev libzmq3-dev libgmp3-dev libminiupnpc-dev
To reproduce it should be easy I think
I try it on a fresh installed linux mint 18 cinnamon 64bit without propitary software in a virtualbox.
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev libzmq3-dev libgmp3-dev libminiupnpc-dev
rm -r src/obj
mkdir src/obj
mkdir src/obj/crypto
mkdir src/obj/support
sudo chmod 755 src/leveldb/build_detect_platform
rm -r src/secp256k1/
cd src
wget www.navajocoin.org/files/secp.zip
unzip secp.zip
cd secp256k1
sudo chmod 777 *
./autogen.sh
./configure --enable-module-recovery
make
cd ..
make -f makefile.unix clean
make -f makefile.unix USE_UPNP=1
If this works for you, I will update the linux build instructions.
I follow your way, but it still does not work.
Output:
node@node-VirtualBox /navcoin2-master $ sudo mkdir src/obj
node@node-VirtualBox /navcoin2-master $ sudo mkdir src/obj/crypto
node@node-VirtualBox /navcoin2-master $ sudo mkdir src/obj/support
node@node-VirtualBox /navcoin2-master $ sudo chmod 755 src/leveldb/build_detect_platform
node@node-VirtualBox /navcoin2-master $ sudo rm -r src/secp256k1/
node@node-VirtualBox /navcoin2-master $ cd src
node@node-VirtualBox /navcoin2-master/src $ sudo wget www.navajocoin.org/files/secp.zip
--2016-09-13 13:42:00-- http://www.navajocoin.org/files/secp.zip
Resolving www.navajocoin.org (www.navajocoin.org)... 185.61.148.209
Connecting to www.navajocoin.org (www.navajocoin.org)|185.61.148.209|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.navcoin.org/files/secp.zip [following]
--2016-09-13 13:42:00-- http://www.navcoin.org/files/secp.zip
Resolving www.navcoin.org (www.navcoin.org)... 185.61.148.209
Reusing existing connection to www.navajocoin.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 171484 (167K) [application/zip]
Saving to: ‘secp.zip’
secp.zip 100%[===================>] 167.46K 713KB/s in 0.2s
2016-09-13 13:42:01 (713 KB/s) - ‘secp.zip’ saved [171484/171484]
node@node-VirtualBox /navcoin2-master/src $ sudo unzip secp.zip
Archive: secp.zip
creating: secp256k1/
inflating: secp256k1/.gitignore
inflating: secp256k1/.travis.yml
inflating: secp256k1/autogen.sh
creating: secp256k1/build-aux/
creating: secp256k1/build-aux/m4/
inflating: secp256k1/build-aux/m4/ax_prog_cc_for_build.m4
inflating: secp256k1/build-aux/m4/bitcoin_secp.m4
inflating: secp256k1/configure.ac
creating: secp256k1/contrib/
inflating: secp256k1/contrib/lax_der_parsing.c
inflating: secp256k1/contrib/lax_der_parsing.h
inflating: secp256k1/contrib/lax_der_privatekey_parsing.c
inflating: secp256k1/contrib/lax_der_privatekey_parsing.h
inflating: secp256k1/COPYING
creating: secp256k1/include/
inflating: secp256k1/include/secp256k1.h
inflating: secp256k1/include/secp256k1_ecdh.h
inflating: secp256k1/include/secp256k1_recovery.h
inflating: secp256k1/include/secp256k1_schnorr.h
inflating: secp256k1/libsecp256k1.pc.in
inflating: secp256k1/Makefile.am
creating: secp256k1/obj/
extracting: secp256k1/obj/.gitignore
inflating: secp256k1/README.md
creating: secp256k1/sage/
inflating: secp256k1/sage/group_prover.sage
inflating: secp256k1/sage/secp256k1.sage
inflating: secp256k1/sage/weierstrass_prover.sage
creating: secp256k1/src/
inflating: secp256k1/src/basic-config.h
inflating: secp256k1/src/bench.h
inflating: secp256k1/src/bench_ecdh.c
inflating: secp256k1/src/bench_internal.c
inflating: secp256k1/src/bench_recover.c
inflating: secp256k1/src/bench_schnorr_verify.c
inflating: secp256k1/src/bench_sign.c
inflating: secp256k1/src/bench_verify.c
inflating: secp256k1/src/ecdsa.h
inflating: secp256k1/src/ecdsa_impl.h
inflating: secp256k1/src/eckey.h
inflating: secp256k1/src/eckey_impl.h
inflating: secp256k1/src/ecmult.h
inflating: secp256k1/src/ecmult_const.h
inflating: secp256k1/src/ecmult_const_impl.h
inflating: secp256k1/src/ecmult_gen.h
inflating: secp256k1/src/ecmult_gen_impl.h
inflating: secp256k1/src/ecmult_impl.h
inflating: secp256k1/src/field.h
inflating: secp256k1/src/field_10x26.h
inflating: secp256k1/src/field_10x26_impl.h
inflating: secp256k1/src/field_5x52.h
inflating: secp256k1/src/field_5x52_asm_impl.h
inflating: secp256k1/src/field_5x52_impl.h
inflating: secp256k1/src/field_5x52_int128_impl.h
inflating: secp256k1/src/field_impl.h
inflating: secp256k1/src/gen_context.c
inflating: secp256k1/src/group.h
inflating: secp256k1/src/group_impl.h
inflating: secp256k1/src/hash.h
inflating: secp256k1/src/hash_impl.h
creating: secp256k1/src/java/
creating: secp256k1/src/java/org/
creating: secp256k1/src/java/org/bitcoin/
inflating: secp256k1/src/java/org/bitcoin/NativeSecp256k1.java
inflating: secp256k1/src/java/org_bitcoin_NativeSecp256k1.c
inflating: secp256k1/src/java/org_bitcoin_NativeSecp256k1.h
creating: secp256k1/src/modules/
creating: secp256k1/src/modules/ecdh/
inflating: secp256k1/src/modules/ecdh/main_impl.h
inflating: secp256k1/src/modules/ecdh/Makefile.am.include
inflating: secp256k1/src/modules/ecdh/tests_impl.h
creating: secp256k1/src/modules/recovery/
inflating: secp256k1/src/modules/recovery/main_impl.h
inflating: secp256k1/src/modules/recovery/Makefile.am.include
inflating: secp256k1/src/modules/recovery/tests_impl.h
creating: secp256k1/src/modules/schnorr/
inflating: secp256k1/src/modules/schnorr/main_impl.h
inflating: secp256k1/src/modules/schnorr/Makefile.am.include
inflating: secp256k1/src/modules/schnorr/schnorr.h
inflating: secp256k1/src/modules/schnorr/schnorr_impl.h
inflating: secp256k1/src/modules/schnorr/tests_impl.h
inflating: secp256k1/src/num.h
inflating: secp256k1/src/num_gmp.h
inflating: secp256k1/src/num_gmp_impl.h
inflating: secp256k1/src/num_impl.h
inflating: secp256k1/src/scalar.h
inflating: secp256k1/src/scalar_4x64.h
inflating: secp256k1/src/scalar_4x64_impl.h
inflating: secp256k1/src/scalar_8x32.h
inflating: secp256k1/src/scalar_8x32_impl.h
inflating: secp256k1/src/scalar_impl.h
inflating: secp256k1/src/secp256k1.c
inflating: secp256k1/src/testrand.h
inflating: secp256k1/src/testrand_impl.h
inflating: secp256k1/src/tests.c
inflating: secp256k1/src/util.h
inflating: secp256k1/TODO
node@node-VirtualBox /navcoin2-master/src $ cd secp256k1
node@node-VirtualBox /navcoin2-master/src/secp256k1 $ sudo chmod 777 *
node@node-VirtualBox /navcoin2-master/src/secp256k1 $ sudo ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:10: installing 'build-aux/compile'
configure.ac:5: installing 'build-aux/config.guess'
configure.ac:5: installing 'build-aux/config.sub'
configure.ac:9: installing 'build-aux/install-sh'
configure.ac:9: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
node@node-VirtualBox /navcoin2-master/src/secp256k1 $ sudo ./configure --enable-module-recovery
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C89... (cached) none needed
checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
checking if gcc supports -fvisibility=hidden... yes
checking for __int128... yes
checking for __builtin_expect... yes
checking for x86_64 assembly availability... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for CRYPTO... yes
checking for main in -lcrypto... yes
checking for EC functions in libcrypto... yes
checking whether byte ordering is bigendian... no
configure: Using assembly optimizations: x86_64
configure: Using field implementation: 64bit
configure: Using bignum implementation: gmp
configure: Using scalar implementation: 64bit
configure: Using endomorphism optimizations: no
configure: Building ECDSA pubkey recovery module: yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
node@node-VirtualBox /navcoin2-master/src/secp256k1 $ sudo make
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
gcc gen_context.o -o gen_context
./gen_context
CC src/libsecp256k1_la-secp256k1.lo
CCLD libsecp256k1.la
/usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
CC src/tests-tests.o
CCLD tests
node@node-VirtualBox /navcoin2-master/src/secp256k1 $ cd ..
node@node-VirtualBox /navcoin2-master/src $ sudo make -f makefile.unix clean
rm -f navcoind
rm -f obj/*.o
rm -f obj/*.P
rm -f obj/build.h
node@node-VirtualBox /navcoin2-master/src $ sudo make -f makefile.unix USE_UPNP=1
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/version.d -o obj/version.o version.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/addrman.d -o obj/addrman.o addrman.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/crypter.d -o obj/crypter.o crypter.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/key.d -o obj/key.o key.cpp
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
bool fComp = IsCompressed();
^
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/eckey.d -o obj/eckey.o eckey.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/init.d -o obj/init.o init.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/bitcoind.d -o obj/bitcoind.o bitcoind.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/keystore.d -o obj/keystore.o keystore.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/core.d -o obj/core.o core.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/net.d -o obj/net.o net.cpp
net.cpp:1099:20: warning: ‘strDNSSeed’ defined but not used [-Wunused-variable]
static const char *strDNSSeed[][2] = {
^
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/protocol.d -o obj/protocol.o protocol.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcclient.d -o obj/rpcclient.o rpcclient.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcprotocol.d -o obj/rpcprotocol.o rpcprotocol.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcserver.d -o obj/rpcserver.o rpcserver.cpp
rpcserver.cpp:324:1: warning: missing initializer for member ‘CRPCCommand::reqWallet’ [-Wmissing-field-initializers]
};
^
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcmisc.d -o obj/rpcmisc.o rpcmisc.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcnet.d -o obj/rpcnet.o rpcnet.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcblockchain.d -o obj/rpcblockchain.o rpcblockchain.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wunused-function -Wunused-variable -fpermissive -Wconversion-null -g -DBOOST_SPIRIT_THREADSAFE -I/navcoin2-master/src -I/navcoin2-master/src/obj -DUSE_UPNP=1 -DENABLE_WALLET -I/navcoin2-master/src/secp256k1/include -I/navcoin2-master/src/leveldb/include -I/navcoin2-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/rpcrawtransaction.d -o obj/rpcrawtransaction.o rpcrawtransaction.cpp
In file included from /usr/include/boost/iterator/iterator_categories.hpp:22:0,
from /usr/include/boost/iterator/iterator_facade.hpp:14,
from /usr/include/boost/range/iterator_range_core.hpp:27,
from /usr/include/boost/range/iterator_range.hpp:13,
from /usr/include/boost/assign/list_of.hpp:20,
from rpcrawtransaction.cpp:6:
/usr/include/boost/variant/get.hpp: In instantiation of ‘typename boost::add_reference
/usr/include/boost/variant/get.hpp:284:25: required from ‘typename boost::add_reference
rpcrawtransaction.cpp:221:77: required from here
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE
BOOST_STATIC_ASSERT_MSG(
^
makefile.unix:221: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
node@node-VirtualBox /navcoin2-master/src $