Post
Topic
Board Announcements (Altcoins)
Re: [ANN] (XWC) | WhiteCoin | NEWS: Foundation, investors, WhiteOS ☯ whitecoin.info
by
Oizopower
on 09/01/2018, 19:42:55 UTC
When trying to build the latest whitecoin wallet in ubuntu 16.04 I get the error "Failure to find: src/qt/scicon.h" and also an error with scicon.cpp

Any idea how to fix it?

Hello can you switch to the latest release/tag and compile again ?

Code:
git checkout tags/v2.3.1.0

ok Ill try this

The master branch should be fixed as well by now Smiley

Compiled and new issue now:

"zxing/LuminanceSource.h: No such file or directory
...src/qt/qimagesource.h"

Code:
git clone https://github.com/glassechidna/zxing-cpp.git
cd zxing-cpp/
mkdir build
cd build/
export CXXFLAGS="-fPIC"
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
make && sudo make install

Let me know if this works.