I identified the problem. I did "cmake" from root directory and tried to cmake from build directory. I could build hypertable successfully on ubuntu , thanks.
On Friday, August 16, 2013 11:11:29 PM UTC-7, Prafulla T wrote: > > Hi, > > I think, I wrongly posted dev question to user group, so posting the > question here again. > > I am trying to build hypertable on Ubuntu 12.04, I executed all steps from > ./bin/src-utils/build-setup-debian.sh > After that, I tried to execute following commands on code that I cloned > from github. > But it leads to several CMake errors ( like file not found etc because of > some path not set) > Can anyone tell me how to fix this? Thanks in advance ! > > Here are errors: > > CMake Error: Could not open file for write in copy operation > /src/cc/Common/failure_inducer_test.golden.tmp > > > CMake Error: : System Error: No such file or > directory > > > CMake Error at cc/Common/CMakeLists.txt:162 > (configure_file): > > > configure_file Problem configuring > file > > > > > > > > > CMake Error: Could not open file for write in copy operation > /src/cc/Common/Version.h.tmp > > > CMake Error: : System Error: No such file or > directory > > > CMake Error at cc/Common/CMakeLists.txt:187 > (configure_file): > > > configure_file Problem configuring > file > > > > > > > > > CMake Error at cc/Common/CMakeLists.txt:188 > (configure_file): > > > configure_file Problem configuring > file > > > > > > > > > CMake Error: Could not open file for write in copy operation > /src/cc/HyperAppHelper/hypertable.cfg.tmp > > > CMake Error: : System Error: No such file or > directory > > > CMake Error at cc/HyperAppHelper/CMakeLists.txt:42 > (configure_file): > > > configure_file Problem configuring file > .... > .... > at the end > .... > CMake Error: Could not open file for write in copy operation > /src/cc/Tools/rsclient/Test4.cmd.tmp > > > CMake Error: : System Error: No such file or > directory > > > CMake Error at cc/Tools/rsclient/CMakeLists.txt:62 > (configure_file): > > > configure_file Problem configuring > file > > > > > > > > > CMake Error: Could not open file for write in copy operation > /src/cc/Tools/rsclient/initialize.hql.tmp > > > CMake Error: : System Error: No such file or > directory > > > CMake Error at cc/Tools/rsclient/CMakeLists.txt:64 > (configure_file): > > > configure_file Problem configuring > file > > > > > > > > > CMake Warning (dev) in > CMakeLists.txt: > > > No cmake_minimum_required command is present. A line of code such > as > > > > > > cmake_minimum_required(VERSION > 2.8) > > > > > > should be added at the top of the file. The version specified may be > lower > > if you wish to support older CMake versions for this project. For > more > > > information run "cmake --help-policy > CMP0000". > > > This warning is for project developers. Use -Wno-dev to suppress > it. > > > > > > -- Configuring incomplete, errors occurred! > > > > > > > > -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
