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 ?
git checkout tags/v2.3.1.0
ok Ill try this
The master branch should be fixed as well by now

Compiled and new issue now:
"zxing/LuminanceSource.h: No such file or directory
...src/qt/qimagesource.h"
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.