Hi Kaveh, I tried building it myself using your instructions, but the build fails with an error regarding regex support:
bart@laptop ~/arangodb/build $ cmake .. -- The CXX compiler identification is GNU 4.8.5 -- The C compiler identification is GNU 4.8.5 -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/cc -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.6", minimum required is "2") -- Performing Test _HAS_CXX11_FLAG -- Performing Test _HAS_CXX11_FLAG - Success -- Checking C++11 support for "__func__" -- Checking C++11 support for "__func__": works -- Checking C++11 support for "auto" -- Checking C++11 support for "auto": works -- Checking C++11 support for "auto_ret_type" -- Checking C++11 support for "auto_ret_type": works -- Checking C++11 support for "class_override_final" -- Checking C++11 support for "class_override_final": works -- Checking C++11 support for "constexpr" -- Checking C++11 support for "constexpr": works -- Checking C++11 support for "conditional" -- Checking C++11 support for "conditional": works -- Checking C++11 support for "decltype" -- Checking C++11 support for "decltype": works -- Checking C++11 support for "initializer_list" -- Checking C++11 support for "initializer_list": works -- Checking C++11 support for "lambda" -- Checking C++11 support for "lambda": works -- Checking C++11 support for "range_based_for_loop" -- Checking C++11 support for "range_based_for_loop": works -- Checking C++11 support for "nullptr" -- Checking C++11 support for "nullptr": works -- Checking C++11 support for "tuple" -- Checking C++11 support for "tuple": works -- Checking C++11 support for "regex" CMake Error at cmake/CheckCXX11Features.cmake:129 (message): Checking C++11 support for "regex": not supported Call Stack (most recent call first): cmake/CheckCXX11Features.cmake:150 (cxx11_check_feature) CMakeLists.txt:265 (include) -- Configuring incomplete, errors occurred! Maybe it's easier to go for option 3 and let me have an intermediate personal build if that's not too much work on your site? Of course I can wait until the end of the week as well for v3.0.1 to be released, but maybe it's better I can do some testing to confirm the issue is indeed resolved? regards, Bart On Monday, June 27, 2016 at 4:47:33 PM UTC+2, Kaveh Vahedipour wrote: > > Addendum: > > For building your own arangodb you need a little more software and > instructions: > > sudo add-apt-repository ppa:ubuntu-toolchain-r/test > > sudo apt-get install gcc-5 g++-5 > > > git clone https://github.com/arangodb/arangodb > > cd arangodb > > mkdir build > > cd build > > cmake .. > > make > > > Kind regards, > > Kaveh > > > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
