I trying compiling latest svn and have errors:
Code:
tools.o: In function `transformToSHA1(std::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
tools.cpp:(.text+0x38ae): undefined reference to `SHA1::SHA1()'
tools.cpp:(.text+0x38dc): undefined reference to `SHA1::Input(unsigned char const*, unsigned int)'
tools.cpp:(.text+0x38eb): undefined reference to `SHA1::Result(unsigned int*)'
tools.cpp:(.text+0x3ba6): undefined reference to `SHA1::~SHA1()'
tools.cpp:(.text+0x3bbc): undefined reference to `SHA1::~SHA1()'
collect2: ld returned 1 exit status
make: *** [theforgottenserver] Fehler 1