Hello!
I can't compile qbittorrent 1.0.0rc*. The error after make:
g++ -c -O3 -march=pentium4 -fomit-frame-pointer -pipe -pipe -O2 -fwrapv -O2 -I/usr/progs/libs/libtorrent/0.13svn.r1615/include -I/usr/progs/libs/libtorrent/0.13svn.r1615/include/libtorrent -D_GNU_SOURCE -I/include -I/usr/progs/libs/commoncpp2/1.5.7/include -D_GNU_SOURCE -I/include -I/usr/progs/libs/commoncpp2/1.5.7/include -D_REENTRANT -Wall -W -DVERSION=\"v1.0.0rc3\" -DVERSION_MAJOR=1 -DVERSION_MINOR=0 -DVERSION_BUGFIX=0 -DQT_NO_DEBUG_OUTPUT -DNDEBUG -DHAVE_MAGICK -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../progs/libs/qt4/4.3.0/mkspecs/default -I. -I../../../progs/libs/qt4/4.3.0/include/QtCore -I../../../progs/libs/qt4/4.3.0/include/QtCore -I../../../progs/libs/qt4/4.3.0/include/QtNetwork -I../../../progs/libs/qt4/4.3.0/include/QtNetwork -I../../../progs/libs/qt4/4.3.0/include/QtGui -I../../../progs/libs/qt4/4.3.0/include/QtGui -I../../../progs/libs/qt4/4.3.0/include/QtXml -I../../../progs/libs/qt4/4.3.0/include/QtXml -I../../../progs/libs/qt4/4.3.0/include -I../../../include -I../../../progs/libs/libtorrent/0.13svn.r1615/include/libtorrent -I../../../include -I../../../include -I../../../include -I/usr/X11R6/include -I. -I. -o moc_bittorrent.o moc_bittorrent.cpp
moc_bittorrent.cpp: In member function 'virtual int bittorrent::qt_metacall(QMetaObject::Call, int, void**)':
moc_bittorrent.cpp:252: error: invalid use of undefined type 'struct libtorrent::ip_filter'
/usr/progs/libs/libtorrent/0.13svn.r1615/include/libtorrent/session.hpp:74: error: forward declaration of 'struct libtorrent::ip_filter'
moc_bittorrent.cpp:252: error: initializing argument 1 of 'void bittorrent::enableIPFilter(libtorrent::ip_filter)'
make[1]: *** [moc_bittorrent.o] Error 1
make[1]: Leaving directory `/usr/src/qbittorrent-1.0.0rc3/src'
make: *** [sub-src-make_default] Error 2
The installed versions are:
qt 4.3.0
libtorrent 0.13svn.r1615 (the newest at this moment)
The system is a LFS (with symlink-style package management). The 0.* versions are OK.
Thanks!
Zsolt
This was already reported. This is fixed in svn, rc4 should be ok. I'm waiting a few days to release rc4 so that users report as many bugs as possible before. If you are in a hurry, I suggest you use svn :)