Yes, We're working with modern C++11 features and you need at least a GCC 4.9 to compile ArangoDB.
Especialy the requested regex feature was only a dummy implementation in 4.8 :-( Cheers, Willi On Wednesday, May 18, 2016 at 1:03:39 PM UTC+2, Andreas Jung wrote: > > I assume you need a more modern g++ version > > g++ --version > g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) > Copyright (C) 2015 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. > > because of this error > > CMake Error at cmake/CheckCXX11Features.cmake:129 (message): > Checking C++11 support for "regex": not supported > Call Stack (most recent call first): > > > (CentOS 7.1). > > Andreas > > Am Mittwoch, 18. Mai 2016 10:31:16 UTC+2 schrieb Wilfried Gösgens: >> >> Hi Andreas, >> since building for the whole bunch of distribution takes time, and we >> want to be able to release alpha versions at a rapid pace, we decided to >> concentrate on releasing docker. >> Inside that docker container there is a Debian Jessie, so just in case >> you can simply steal the files. >> >> However, compiling from source isn't that hard anymore (it just takes >> some time ;-) >> >> Install the required dependencies: >> >> sudo aptitude install git-core \ >> build-essential \ >> libssl-dev \ >> cmake \ >> python2.7 >> >> >> Get the source: >> >> git clone https://github.com/arangodb/arangodb.git >> cd arangodb >> >> If you want to get .debs, you can run: >> >> scripts/build-deb.sh >> >> for the compilation. Else you may build like this: >> >> mkdir build; cd build; cmake .. ; make -j <number of cpu cores> ; sudo >> make install >> >> We still need to update the cookbooks to reflect this. >> >> Cheers, >> Willi >> >> On Wednesday, May 18, 2016 at 6:38:27 AM UTC+2, Andreas Jung wrote: >>> >>> Are there any builds available for ArangoDB 3 (alpha)....except the >>> Docker image? >>> >>> Andreas >>> >> -- 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.
