2014-12-18 7:14 GMT-03:00 Christof Meerwald <[email protected]>: > Hi, > > On Wed, 17 Dec 2014 03:54:24 -0300, Ciro Iriarte wrote: > [...] >> You need eigen3-devel, gcc-c++, git and boost-devel. At least that's >> where I'm stuck: >> >> [root@admin metronome-master]# make >> fatal: Not a git repository (or any of the parent directories): .git >> g++ -Wall -O3 -ggdb -I. -I yahttp/yahttp -pthread -MMD -MP >> -std=gnu++0x -c -o metronome.o metronome.cc >> metronome.cc: In function ‘void dumpRequest(const YaHTTP::Request&)’: >> metronome.cc:55: error: expected initializer before ‘:’ token > [...] >> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../include/c++/4.4.7/bits/stl_vector.h:733: > > Looks like you need a newer version of gcc - 4.4 is too old and > doesn't support the C++ language features used in the source code. > > > Christof > > -- > > http://cmeerw.org sip:cmeerw at cmeerw.org > mailto:cmeerw at cmeerw.org xmpp:cmeerw at cmeerw.org > > _______________________________________________ > Pdns-users mailing list > [email protected] > http://mailman.powerdns.com/mailman/listinfo/pdns-users
Yup, that's the case. I'm stuck with the old distribution. I'll try to build an static binary on a new one. Regards, -- Ciro Iriarte http://iriarte.it -- _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
