Post
Topic
Board Announcements (Altcoins)
Re: BCX.... ()==[:::::::::::::> << BATTLECOIN >> ︻╦╤─ - - Official thread
by
lughino
on 24/01/2014, 13:17:56 UTC
I get this error at compile time the wallet with ubuntu 12.04, all the dependencies are installed:

Code:
g++ -c -m64 -pipe -fstack-protector-all --param ssp-buffer-size=1 -msse2 -O2 -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -D_REENTRANT -DQT_WEBKIT -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN -D__NO_SYSTEM_INCLUDES -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -I. -I. -o version.o src/version.cpp
src/version.cpp:33:23: fatal error: build.h: No such file or directory
compilation terminated.
make: *** [version.o] Error 1
make: *** Waiting for unfinished jobs....

Is there a way to solve?