<html>
<body>
Hello,<br><br>
I tried to compile snapshot 959 on RHEL 3.<br><br>
CXXFLAGS=-I/temp/boost_1_33_1 ./configure --with-modules=gmysql<br><br>
make gives :<br><br>
In file included from coprocess.cc:10:<br>
../../pdns/misc.hh:46: 'uint64_t' is used as a type, but is not defined
as a <br>
   type.<br>
../../pdns/misc.hh: In constructor `TSCTimer::TSCTimer()':<br>
../../pdns/misc.hh:38: `d_tsc1' undeclared (first use this function)<br>
../../pdns/misc.hh:38: (Each undeclared identifier is reported only once
for <br>
   each function it appears in.)<br>
../../pdns/misc.hh: In destructor `TSCTimer::~TSCTimer()':<br>
../../pdns/misc.hh:42: `uint64_t' undeclared (first use this
function)<br>
../../pdns/misc.hh:42: syntax error before `;' token<br>
../../pdns/misc.hh:43: `tsc2' undeclared (first use this function)<br>
In file included from /usr/include/netinet/in.h:23,<br>
                
from /usr/include/arpa/inet.h:23,<br>
                
from ../../pdns/utility.hh:42,<br>
                
from ../../pdns/misc.hh:50,<br>
                
from coprocess.cc:10:<br>
/usr/include/stdint.h: At global scope:<br>
/usr/include/stdint.h:59: `typedef long long unsigned int uint64_t' used
prior <br>
   to declaration<br>
make[3]: *** [coprocess.lo] Error 1<br>
make[3]: Leaving directory
`/temp/pdns-2.9.21-svn.20070218.959/modules/pipebackend'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory
`/temp/pdns-2.9.21-svn.20070218.959/modules'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/temp/pdns-2.9.21-svn.20070218.959'<br>
make: *** [all] Error 2<br><br>
Btw it builds fine on RHEL 4.<br><br>
Regards, Bas<br><br>
<br>
</body>
</html>