I was able to compile the master branch without issue... Just having an issue with missing buildInfo.H file and when I tried copying the one from the Master branch (Missing from 110 branch it seems) I still received an error trying to compile...
Error was this after copying the BuildInfo file over...
[ 22%] Building CXX object libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o
Building CXX object libstratum/CMakeFiles/ethstratum.dir/EthStratumClientV2.cpp.o
/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/libstratum/EthStratumClientV2.cpp: In member function void EthStratumClientV2::processReponse(Json::Value&):
/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/libstratum/EthStratumClientV2.cpp:304:12: warning: variable headerHash set but not used [-Wunused-but-set-variable]
h256 headerHash = h256(sHeaderHash);
^
/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/libstratum/EthStratumClient.cpp: In member function void EthStratumClient::processReponse(Json::Value&):
/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/libstratum/EthStratumClient.cpp:357:12: warning: variable headerHash set but not used [-Wunused-but-set-variable]
h256 headerHash = h256(sHeaderHash);
^
Linking CXX shared library libdevcore.so
[ 65%] Built target devcore
Linking CXX shared library libethstratum.so
[ 65%] Built target ethstratum
make: *** [all] Error 2
root@jeff-Ubuntu14:/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/build#