Ticket #239: make errors.txt

File make errors.txt, 5.0 KB (added by anonymous, 4 years ago)
Line 
1Make Errors:
2NDBBM:/downloads/rtorrent files/rtorrent-0.8.2 # make >> makelist.txt
3
4dht_manager.cc:42:33: error: torrent/dht_manager.h: No such file or directory
5
6In file included from dht_manager.cc:52:
7
8download.h:45:42: error: torrent/peer/connection_list.h: No such file or directory
9
10In file included from dht_manager.cc:54:manager.h:47:23: error: ip_filter.h: No such file or directory
11In file included from dht_manager.cc:46:
12./../rpc/parse_commands.h:124: error: ‘class torrent::Object::list_const_iterator’ has not been declared
13./../rpc/parse_commands.h:124: error: ‘class torrent::Object::list_const_iterator’ has not been declared
14./../rpc/parse_commands.h: In function ‘torrent::Object rpc::call_command_d_range(const char*, core::Download*, int, int)’:
15./../rpc/parse_commands.h:126: error: ‘create_list’ is not a member of ‘torrent::Object’
16./../rpc/parse_commands.h:130: error: invalid type argument of ‘unary *’
17In file included from dht_manager.cc:52:
18download.h: In member function ‘torrent::TrackerList* core::Download::tracker_list()’:
19download.h:99: error: cannot convert ‘torrent::TrackerList’ to ‘torrent::TrackerList*’ in return
20download.h: In member function ‘uint32_t core::Download::tracker_list_size() const’:
21download.h:100: error: base operand of ‘->’ has non-pointer type ‘torrent::TrackerList’
22download.h: In member function ‘torrent::ConnectionList* core::Download::connection_list()’:
23download.h:102: error: ‘class torrent::Download’ has no member named ‘connection_list’
24In file included from dht_manager.cc:54:
25manager.h: At global scope:
26manager.h:114: error: ‘IpFilter’ has not been declared
27manager.h:152: error: ISO C++ forbids declaration of ‘IpFilter’ with no type
28manager.h:152: error: expected ‘;’ before ‘*’ token
29manager.h: In member function ‘void core::Manager::set_ip_filter(int*)’:
30manager.h:115: error: ‘IpFilter’ was not declared in this scope
31manager.h:115: error: ‘old’ was not declared in this scope
32manager.h:115: error: ‘m_ipFilter’ was not declared in this scope
33manager.h:117: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
34dht_manager.cc: In member function ‘void core::DhtManager::load_dht_cache()’:
35dht_manager.cc:70: error: ‘create_map’ is not a member of ‘torrent::Object’
36dht_manager.cc:81: error: ‘dht_manager’ is not a member of ‘torrent’
37dht_manager.cc: In member function ‘void core::DhtManager::start_dht()’:
38dht_manager.cc:95: error: ‘dht_manager’ is not a member of ‘torrent’
39dht_manager.cc:95: error: ‘dht_manager’ is not a member of ‘torrent’
40dht_manager.cc:107: error: ‘dht_manager’ is not a member of ‘torrent’
41dht_manager.cc:108: error: ‘dht_manager’ is not a member of ‘torrent’
42dht_manager.cc: In member function ‘void core::DhtManager::stop_dht()’:
43dht_manager.cc:131: error: ‘dht_manager’ is not a member of ‘torrent’
44dht_manager.cc:134: error: ‘dht_manager’ is not a member of ‘torrent’
45dht_manager.cc: In member function ‘void core::DhtManager::save_dht_cache()’:
46dht_manager.cc:140: error: ‘dht_manager’ is not a member of ‘torrent’
47dht_manager.cc:150: error: ‘create_map’ is not a member of ‘torrent::Object’
48dht_manager.cc:151: error: ‘dht_manager’ is not a member of ‘torrent’
49dht_manager.cc: In member function ‘void core::DhtManager::update()’:
50dht_manager.cc:182: error: ‘dht_manager’ is not a member of ‘torrent’
51dht_manager.cc: In member function ‘bool core::DhtManager::log_statistics(bool)’:
52dht_manager.cc:207: error: ‘torrent::DhtManager’ has not been declared
53dht_manager.cc:207: error: expected `;' before ‘stats’
54dht_manager.cc:211: error: ‘stats’ was not declared in this scope
55dht_manager.cc:214: error: ‘dht_manager’ is not a member of ‘torrent’
56dht_manager.cc:217: error: ‘dht_manager’ is not a member of ‘torrent’
57dht_manager.cc:220: error: ‘stats’ was not declared in this scope
58dht_manager.cc:231: error: ‘stats’ was not declared in this scope
59dht_manager.cc:232: error: ‘dht_manager’ is not a member of ‘torrent’
60dht_manager.cc:235: error: ‘stats’ was not declared in this scope
61dht_manager.cc:243: error: ‘stats’ was not declared in this scope
62dht_manager.cc:251: error: ‘stats’ was not declared in this scope
63dht_manager.cc: In member function ‘torrent::Object core::DhtManager::dht_statistics()’:
64dht_manager.cc:282: error: ‘create_map’ is not a member of ‘torrent::Object’
65dht_manager.cc:285: error: ‘dht_manager’ is not a member of ‘torrent’
66dht_manager.cc:287: error: ‘dht_manager’ is not a member of ‘torrent’
67dht_manager.cc:288: error: ‘torrent::DhtManager’ has not been declared
68dht_manager.cc:288: error: expected `;' before ‘stats’
69dht_manager.cc:290: error: ‘stats’ was not declared in this scope
70make[3]: *** [dht_manager.o] Error 1
71make[2]: *** [all-recursive] Error 1
72make[1]: *** [all-recursive] Error 1
73make: *** [all] Error 2