svn broken on cygwin

Function.cpp:167: error: call of overloaded `AddInteger(uint32_t&)’ is ambiguous

/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:151: note: candidates are: void llv
m::FoldingSetImpl::NodeID::AddInteger(int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:152: note: void llvm::FoldingSetIm
pl::NodeID::AddInteger(unsigned int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:153: note: void llvm::FoldingSetIm
pl::NodeID::AddInteger(int64_t)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:154: note: void llvm::FoldingSetIm
pl::NodeID::AddInteger(uint64_t)
make[1]: *** [/home/Seb/llvm/lib/VMCore/Debug/Function.o] Error 1

Hi,

Function.cpp:167: error: call of overloaded `AddInteger(uint32_t&)' is
ambiguous

/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:151: note: candidates are: void
llv
m::FoldingSetImpl::NodeID::AddInteger(int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:152: note: void
llvm::FoldingSetIm
pl::NodeID::AddInteger(unsigned int)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:153: note: void
llvm::FoldingSetIm
pl::NodeID::AddInteger(int64_t)
/home/Seb/llvm/include/llvm/ADT/FoldingSet.h:154: note: void
llvm::FoldingSetIm
pl::NodeID::AddInteger(uint64_t)
make[1]: *** [/home/Seb/llvm/lib/VMCore/Debug/Function.o] Error 1

I can't help you with that, but I wanted to point out that I've
successfully built svn head on MinGW just a few hours ago

trying to build the latest llvm-gcc-4.2 is on the contrary proving
much much more problematic, as I observe a strange error ("xgcc.exe:
Invalid Argument") using either mingw-gcc-3.4.5 or 4.2.1(in the latter
case both with dw2 and sjlj, even tough that's probably irrelevant)
of course if there's anyone around who managed to do that, I'd like to
see your recipe.

\pd\