Skip to content

Cannot Build on Xubuntu 18.04 #3

@flypie

Description

@flypie

ANy Clues
johnb@TWO:~/ufasoft_coin-0.110$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/johnb/ufasoft_coin-0.110/missing: Unknown --is-lightweight' option Try /home/johnb/ufasoft_coin-0.110/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
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 whether make supports nested variables... (cached) yes
checking for clang++... no
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
checking for clang... no
checking for gcc... gcc
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 g++... /usr/bin/g++
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 stdbool.h that conforms to C99... no
checking for _Bool... no
checking for size_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking whether C++ compiler accepts -std=c++1y... yes
checking for pcre_compile in -lpcre... yes
checking for pthread_create in -lpthread... yes
checking for pthread_setname_np... yes
checking for library containing iconv... none required
checking for pcre_compile in -lpcre... (cached) yes
checking for __gmpz_init in -lgmp... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCURL... yes
checking for JANSSON... yes
checking for SQLITE3... yes
checking for XML... yes
checking for OPENSSL... yes
checking for UDEV... yes
checking for library containing iconv... (cached) none required
checking for gcc... yes
checking if compiling with clang... no
checking whether C++ compiler accepts -std=c++1y... (cached) yes
checking for pthread_setname_np... (cached) yes
checking for OpenCL... yes
checking for cal.h... no
checking boost/random/mersenne_twister.hpp usability... yes
checking boost/random/mersenne_twister.hpp presence... yes
checking for boost/random/mersenne_twister.hpp... yes
checking for jwasm... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands


ufasoft_coin 0.110

Configuration Options Summary:

Compilation............: make (gmake on FreeBSD)
CXX................... g++
CPPFLAGS..............
CFLAGS................ -g -O2
CXXFLAGS.............. -g -O2 -std=c++1y -Wno-invalid-offsetof -pthread -std=c++1y
LIBS.................. -lgmp -lpcre -lpcre
LDFLAGS...............

Installation...........: make install (as root if needed, with 'su' or 'sudo')
prefix...............: /usr/local

OpenCL...............: FOUND. GPU mining support enabled
libudev..............: yes

coind build enabled
boost................: yes
johnb@TWO:~/ufasoft_coin-0.110$ make
g++ -DHAVE_CONFIG_H -I. -I src -I src/coin/util -I src/coin/miner -I foreign -pthread -I/usr/include/x86_64-linux-gnu -I/usr/include/libxml2 -include src/el/ext.h -Wno-invalid-offsetof -g -O2 -std=c++1y -Wno-invalid-offsetof -pthread -std=c++1y -g -O2 -std=c++1y -Wno-invalid-offsetof -pthread -std=c++1y -x c++-header src/el/ext.h
In file included from src/el/libext.h:1458:0,
from ./src/el/ext.h:12,
from :0:
src/el/libext/ext-cpp.h:5:28: fatal error: filesystem: No such file or directory

define EXT_HEADER(hname)

                        ^

compilation terminated.
Makefile:2491: recipe for target 'src/el/ext.h.gch' failed
make: *** [src/el/ext.h.gch] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions