Hi, I'm building x-com on windows 7 msvc 2010.
I've found that built yaml-cpp library is EXTREMELY slow
yaml-cpp was built on this system too using cmake (msvc2010 platform was selected), as static library (tried also shared - shared library produces errors on x-com link stage - unresolved symbols. Looks like yaml-cpp doesn't export enough symbols).
Any suggestions?