Getting an error when trying to compile the 110 branch (version 1.1.6) in Ubuntu 14.4
-- Build files have been written to: /home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/build
root@jeff-Ubuntu14:/home/jeff/Downloads/Genoil Versions/cpp-ethereum-110/build# make -j8
Scanning dependencies of target BuildInfo.h
Scanning dependencies of target devcore
Scanning dependencies of target ethash
Scanning dependencies of target ethstratum
[ 2%] CMake Error: File /home/jeff/Downloads/Genoil\ Versions/cpp-ethereum-110/BuildInfo.h.in does not exist.
CMake Error at cmake/scripts/buildinfo.cmake:50 (configure_file):
configure_file Problem configuring file
make[2]: *** [CMakeFiles/BuildInfo.h] Error 1
Second time trying to compile, previous attempt was for 1.1.5 and I moved a found Buildinfo.h file to the build directory and just got more errors.
Can someone explain what needs to happen to get this to compile. Thanks in advance.
Regards,
Jeff
run cmake -DBUNDLE=miner .. (OpenCL only) or cmake -DBUNDLE=cudaminer .. (CUDA + OpenCL) firstnever mind saw that you already did that.