[Pdns-users] Segmentation fault
bert hubert
bert.hubert at netherlabs.nl
Tue Mar 6 13:08:04 UTC 2007
On Tue, Mar 06, 2007 at 12:24:41PM +0100, Massimo Bandinelli wrote:
> ******
> g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../.. -D_GNU_SOURCE
> -I/usr/local/src/boost_1_33_1 -Wall -O2 -MT
> libbind2backend_la-bindparser.lo -MD -MP -MF
> .deps/libbind2backend_la-bindparser.Tpo -c bindparser.cc -fPIC -DPIC -o
> .libs/libbind2backend_la-bindparser.o
> In file included from bindparser.yy:10:
> ../../misc.hh:46: error: 'uint64_t' is used as a type, but is not
> defined as a
> type.
Try adding:
#include <stdint.h>
to the top of misc.hh. Apologies!
Bert
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://netherlabs.nl Open and Closed source services
More information about the Pdns-users
mailing list