
13-12-2006, 20:11
|
 |
\dev\null
|
|
חבר מתאריך: 08.11.02
הודעות: 11,379
|
|
|
עזרה בקימפול - rtorrent
נתקל בבעיה בקימפול של התוכנה rtorrent'
התוכנה מגיעה עם חבילה נוספת שנקראת libtorrent
את LIBTORRENT אני מצליח לקמפל ולהתקין ,
אבל כאשר אני מנסה לקמפל את RTORRENT אני מתחיל לקבל שגיאות
אני משתמש בהפצה של FC5,
נ.ב - בעבר הצלחתי לקמפל את התוכנות ולהתקין אותם
אבל שכחתי איך , היה צורך להוסיף את הפרמטר --prefix=/usr כאשר הרצתי את configure
ציטוט:
make all-recursive
make[1]: Entering directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent'
Making all in doc
make[2]: Entering directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/doc'
Making all in src
make[2]: Entering directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/src'
Making all in core
make[3]: Entering directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/src/core'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../.. -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT download.o -MD -MP -MF ".deps/download.Tpo" -c -o download.o download.cc; \
then mv -f ".deps/download.Tpo" ".deps/download.Po"; else rm -f ".deps/download.Tpo"; exit 1; fi
make[3]: Leaving directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/src/core'
make[2]: Leaving directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent/src'
make[1]: Leaving directory `/home/tim/Desktop/compile/rtorrent/trunk/rtorrent'
/usr/include/torrent/data/file_list.h:147: error: ‘MemoryChunk’ does not name a type
download.h: In member function ‘bool core::Download::is_done() const’:
download.h:70: error: base operand of ‘->’ has non-pointer type ‘torrent::FileList’
download.h: In member function ‘torrent::FileList* core::Download::file_list()’:
download.h:90: error: cannot convert ‘torrent::FileList’ to ‘torrent::FileList*’ in return
download.h: In member function ‘const torrent::FileList* core::Download::c_file_list() const’:
download.h:91: error: cannot convert ‘torrent::FileList’ to ‘const torrent::FileList*’ in return
download.cc: In constructor ‘core::Download::Download(torrent::Download)’ :
download.cc:93: error: no matching function for call to ‘mem_fn(torrent::FileList, const std::string& (torrent::FileList::*)()const)’
download.cc: In member function ‘float core::Download::distributed_copies() const’:
download.cc:230: error: base operand of ‘->’ has non-pointer type ‘torrent::FileList’
download.cc:246: error: base operand of ‘->’ has non-pointer type ‘torrent::FileList’
download.cc: In member function ‘void core::Download::set_root_directory(const std::string&)’:
download.cc:257: error: cannot convert ‘torrent::FileList’ to ‘torrent::FileList*’ in initialization
make[3]: *** [download.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
|
|