Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
Reply
  #21  
Old 29th October 2015, 08:05
whocares whocares is offline
Member
 
Join Date: Nov 2009
United States
Posts: 6
Default
So running the script with installing xbt I found some errors that we have with xbt compiling correctly
Errors:
Code:
transaction.cpp: In member function ‘void Ctransaction::recv()’:
transaction.cpp:37:15: error: ‘class Cstats’ has no member named ‘received_udp’
   srv_stats().received_udp++;
               ^
transaction.cpp: In member function ‘void Ctransaction::send_announce(data_ref)’:
transaction.cpp:106:33: error: no matching function for call to ‘t_torrent::select_peers(mutable_str_ref&, Ctracker_input&) const’
  torrent->select_peers(peers, ti);
                                 ^
transaction.cpp:106:33: note: candidate is:
In file included from transaction.cpp:5:0:
server.h:93:14: note: std::string t_torrent::select_peers(const Ctracker_input&) const
  std::string select_peers(const Ctracker_input&) const;
              ^
server.h:93:14: note:   candidate expects 1 argument, 2 provided
transaction.cpp: In member function ‘void Ctransaction::send(data_ref)’:
transaction.cpp:156:14: error: ‘class Cstats’ has no member named ‘sent_udp’
  srv_stats().sent_udp++;
              ^
I figured out that is because they have changed some of the code in newer revisions that cause these issues. To fix it all that needs to be done is specify a revision when checking out the code.
So:
Code:
svn co http://xbt.googlecode.com/svn/trunk/xbt/misc xbt/misc
svn co http://xbt.googlecode.com/svn/trunk/xbt/Tracker xbt/Tracker
Becomes:
Code:
svn co -r 2466 http://xbt.googlecode.com/svn/trunk/xbt/misc xbt/misc
svn co -r 2466 http://xbt.googlecode.com/svn/trunk/xbt/Tracker xbt/Tracker
Reply With Quote
  #22  
Old 29th October 2015, 14:50
inception inception is offline
Member
 
Join Date: Oct 2015
Posts: 11
Default
I have managed to compile it but its not starting now.. says unknown config name

Bump: I have managed to get it working on Ubuntu 14.04 only :D YEPPPPPIEE..

How can I check if the tracker is working now lol :D can anyone tell me ..
It gave no errors now while compiling and starting the tracker
Reply With Quote
Reply

Tags
installation , problem , u232

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 17:41. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.