I'm trying to build boost using VC++ 7.1 against STLport 5.0 rc2. The very first library that is built is boost_date_time.dll and the compiler chokes on greg_month.cpp. The full bjam output is at the end of the message.
So, has anybody tried building this combination? I'm curious, why do you need to use STLport at all? The one that comes with 7.1 seems to be working rather well "out of the box" (see the regressions run by RudbekAssociates (that's me)). My code is cross-platform, and I'd like to use the same STL implementation on both linux and win32. Ie so I can compile my source
Hello Victor, Victor A. Wagner Jr. wrote on Friday, 1 April 2005: tree on both platforms with fewer external dependencies. But really, just because I am curious :) Best regards, Oleg.