[Libtorrent-devel] libTorrent 0.8.4 and rTorrent 0.4.4 released
Josef Drexler
josef at geology.cornell.edu
Sat Feb 4 22:11:52 UTC 2006
With gcc version 3.3.5 20050117 rtorrent 0.4.4 fails to compile:
make[3]: Entering directory `/usr/src/packages/rtorrent/rtorrent-0.4.4/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -g -DDEBUG
-I/usr/local/include -I/opt/gnome/include/sigc++-2.0
-I/opt/gnome/lib/sigc++-2.0/include -MT command_scheduler.o -MD -MP -MF
".deps/command_scheduler.Tpo" -c -o command_scheduler.o
command_scheduler.cc; \
then mv -f ".deps/command_scheduler.Tpo" ".deps/command_scheduler.Po";
else rm -f ".deps/command_scheduler.Tpo"; exit 1; fi
In file included from command_scheduler.cc:46:
command_scheduler.h:74: error: ISO C++ forbids declaration of `uint32_t'
with no type
It's fixed by adding stdint.h to the included headers though.
--
Josef Drexler
More information about the Libtorrent-devel
mailing list