Re: cmake error

2017-11-10 Thread Jianqiao
Hi Om, As a quick fix you can comment out (by adding '#' in front, or just remove the line) the following two lines in incubator-quickstep/CMakeLists.txt: Line 294 : set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")

Re: cmake error

2017-11-09 Thread Om Jadhav
Hi, It’s gcc version 6.3.0. gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 6.3.0-18ubuntu2~16.04' --with-bugurl=file:///usr/share/doc/gcc-6

Re: cmake error

2017-11-09 Thread Jianqiao
It seems to be a problem related to C++ compiler version. Can you check its version by using command: gcc -v The fix should be a few lines of changes in root directory's/glog's CMakeLists.txt. Best, Jianqiao 2017-11-08 15:30 GMT-06:00 Om Jadhav : > Hi Jianqiao, > > Please find the make error b

Re: cmake error

2017-11-09 Thread Om Jadhav
Hi Harshad, I am using google cloud instance: ubuntu 16.04(1 vCPU, 3.75 GB memory) Yes, I have downloaded all the prerequisites and initialized git submodules. PFA make error details. Thanks Om On 06/11/17, 11:34 AM, "Harshad Deshmukh" wrote: Hi Om, What's your build setup? Did

Re: cmake error

2017-11-08 Thread Om Jadhav
Hi Jianqiao, Please find the make error below: [ 7%] Completed 'libtcmalloc_ext' [ 7%] Built target libtcmalloc_ext [ 7%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o [ 7%] Linking CXX static library libgtest.a [ 7%] Built target gtest [ 7%]

Re: cmake error

2017-11-06 Thread Jianqiao
Hi Om, It seems that your "cmake" output is okay. Can you also provide the "make" error message? Best, Jianqiao 2017-11-06 11:34 GMT-06:00 Harshad Deshmukh : > Hi Om, > > What's your build setup? Did you download the prerequisites and > initialized the git submodules? > > Get Outlook for Androi

Re: cmake error

2017-11-06 Thread Harshad Deshmukh
Hi Om, What's your build setup? Did you download the prerequisites and initialized the git submodules? Get Outlook for Android From: Om Jadhav Sent: Friday, November 3, 2017 3:42:05 PM To: dev@quickstep.incubator.apache.org Subject: cmake