2010-07-30 10:42:21 PDT
Hi guys, I was wondering if you could help me solve my little compiling problem.
1. I downloaded all the required dependencies - according to the site instructions
2. Followed the instructions and was fine until the ./make.sh command, in which I get the following error:
./make.sh
../misc/bt_misc.cpp:4:29: error: boost/foreach.hpp: No such file or directory
../misc/bt_misc.cpp: In function âstd::string escape_string(const std::string&)â:
../misc/bt_misc.cpp:19: error: expected primary-expression before âcharâ
../misc/bt_misc.cpp:19: error: âBOOST_FOREACHâ was not declared in this scope
../misc/bt_misc.cpp:20: error: expected `;' before â{â token
../misc/bt_misc.cpp:354: error: expected `}' at end of input
../misc/bvalue.cpp:4:29: error: boost/foreach.hpp: No such file or directory
../misc/bvalue.cpp: In member function âint Cbvalue::pre_read() constâ:
../misc/bvalue.cpp:289: error: expected primary-expression before âiâ
../misc/bvalue.cpp:289: error: âBOOST_FOREACHâ was not declared in this scope
../misc/bvalue.cpp:290: error: expected `;' before âvâ
../misc/bvalue.cpp:296: error: expected primary-expression before âiâ
../misc/bvalue.cpp:296: error: âBOOST_FOREACHâ was not declared in this scope
../misc/bvalue.cpp:297: error: expected `;' before âvâ
In file included from config.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from connection.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from epoll.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from server.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
server.cpp: In member function âint Cserver::run()â:
server.cpp:42: error: expected primary-expression before âjâ
server.cpp:42: error: âBOOST_FOREACHâ was not declared in this scope
server.cpp:43: error: expected `;' before â{â token
server.cpp:962: error: expected `}' at end of input
In file included from tcp_listen_socket.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from tracker_input.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from transaction.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from udp_listen_socket.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory
In file included from XBT Tracker.cpp:1:
stdafx.h:3:29: error: boost/foreach.hpp: No such file or directory