Hello,

I tried to compile snapshot 959 on RHEL 3.

CXXFLAGS=-I/temp/boost_1_33_1 ./configure --with-modules=gmysql

make gives :

In file included from coprocess.cc:10:
../../pdns/misc.hh:46: 'uint64_t' is used as a type, but is not defined as a
   type.
../../pdns/misc.hh: In constructor `TSCTimer::TSCTimer()':
../../pdns/misc.hh:38: `d_tsc1' undeclared (first use this function)
../../pdns/misc.hh:38: (Each undeclared identifier is reported only once for
   each function it appears in.)
../../pdns/misc.hh: In destructor `TSCTimer::~TSCTimer()':
../../pdns/misc.hh:42: `uint64_t' undeclared (first use this function)
../../pdns/misc.hh:42: syntax error before `;' token
../../pdns/misc.hh:43: `tsc2' undeclared (first use this function)
In file included from /usr/include/netinet/in.h:23,
                 from /usr/include/arpa/inet.h:23,
                 from ../../pdns/utility.hh:42,
                 from ../../pdns/misc.hh:50,
                 from coprocess.cc:10:
/usr/include/stdint.h: At global scope:
/usr/include/stdint.h:59: `typedef long long unsigned int uint64_t' used prior
   to declaration
make[3]: *** [coprocess.lo] Error 1
make[3]: Leaving directory `/temp/pdns-2.9.21-svn.20070218.959/modules/pipebackend'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/temp/pdns-2.9.21-svn.20070218.959/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/pdns-2.9.21-svn.20070218.959'
make: *** [all] Error 2

Btw it builds fine on RHEL 4.

Regards, Bas


_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to