Hrm... svnserve has better performance?
Well, either way I got the build environment set up and checked out the
source and tried to build, and it chugged along for a while before
stopping with this:
ssprintf.o: In function `ZNSaIcEC1IwEERKSaIT_E':
C:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_s
tring.tcc:(.text$_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_disposeERKS1_[std::bas
ic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
::_Rep::_
M_dispose(std::allocator<wchar_t>
const&)]+0x22): undefined reference to
`__gnu_
cxx::__exchange_and_add(int volatile*, int)'
Now that looks to me like mingw's string STL library is referencing some
internal function calls ___gnu_cxx:__exchange_and_add, and the linker
can't find it. It looks like the linker is being called from g++ which
should be linking against the mingw C++ runtimes, so I have no idea why
it wouldn't find that function.
Anyone got any ideas?
Casper Hornstrup wrote:
Better stability and better performance were the
primary reasons. There is
on-going development to add SSL support to svnserve, but I don't know when
it will be ready. Thomas is currently trying to setup an anonymous mirror
using apache2/svn.
Casper
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.com
http://reactos.com:8080/mailman/listinfo/ros-dev