2010-12-20 03:23:14 PST
Thanks again for your response.
Do you have a bug tracker? In trying to compile the source I was forced to remove "-DEPOLL" from the make.sh file. The build was erring out on line 123 of server.cpp. It had to do with an epoll_event parameter defined as a constant, but the member function "wait" is defined as taking a variable parameter. I attempted overloading the function to take a constant but ran into problems down the line. I simply removed the -DEPOLL and was able to proceed w/o any problems.
I am using CENTOS 5.5, if you need version information of anything else let me know.
Another problem I had is foreach.hpp was not included in boost-devel for my distribution (not sure why). I simply went to boost's site, got a copy of foreach.hpp corresponding to the boost version in my distro, and used it. I know this isn't a bug for XBTT per say, but may not hurt to have it listed somewhere in documentation with a resolution.
Thanks for all your work on XBTT. This seems to be the only active BT tracker project around.