Guys,
there's another hiccup with the installation of cbits on coinexchange.io
Here's the response:
Hi -
Getting an error from the latest github source:
./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
./configure: line 4382: syntax error near unexpected token `11,'
./configure: line 4382: `AX_CXX_COMPILE_STDCXX(11, noext, mandatory)'
Please advise.
Regards
If anybody knows what this means, please post.
have them run
cd depends
make HOST=host-platform-triplet
// compile the wallet client for the given target (win32)
cd ..
./autogen.sh
./configure --prefix=`pwd`/depends/host-platform-triplet
make -j4
Hi -
Same error:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
./configure: line 4382: syntax error near unexpected token `11,'
./configure: line 4382: `AX_CXX_COMPILE_STDCXX(11, noext, mandatory)'
Please let us know when you have a linux 64 bit version working and tested.
Regards