[Dillo-dev] [bug]: uint32_t not declared
Jeremy Henty
onepoint at starurchin.org
Sun May 24 14:47:20 CEST 2009
The latest tip fails to build for me. I don't have uint32_t. Which
header should include it? I'm using gcc 4.1.2.
Regards,
Jeremy Henty
-------------- next part --------------
g++ -DHAVE_CONFIG_H -I. -I.. -DDILLORC_SYS='"/etc/dillorc"' -I/usr/local/include -I.. -I/usr/include/libpng12 -I/usr/include/freetype2 -I/opt/Xorg/include -Wno-non-virtual-dtor -g -O0 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -MT xembed.o -MD -MP -MF .deps/xembed.Tpo -c -o xembed.o xembed.cc
xembed.hh:9: error: 'uint32_t' has not been declared
xembed.cc:11: error: variable or field 'embed' declared void
xembed.cc:11: error: 'int Xembed::embed' is not a static member of 'class Xembed'
xembed.cc:11: error: 'uint32_t' was not declared in this scope
xembed.cc:11: error: expected ',' or ';' before '{' token
make[3]: *** [xembed.o] Error 1
make[3]: Leaving directory `/home/jeremy/Personal/Geeky/Dillo/HG/local/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jeremy/Personal/Geeky/Dillo/HG/local/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeremy/Personal/Geeky/Dillo/HG/local'
make: *** [all] Error 2
More information about the Dillo-dev
mailing list