Artem Ananiev wrote: > Hi, Tim, > > is this problem specific to the newest MS compiler only (and do we care > of any other compiler when building JDK7 on windows)? If yes, we could
I don't know of any other compiler building JDK7 on Windows, but in the past people have suggested both Intel's compilers and MinGW. There could be more out there... > change the condition to > > #if !defined(vsnprintf) && !defined(NO_vsnprintf) && (!defined(_MSC_VER) > || (_MSC_VER >= 1500)) Thanks for the suggestion. I'll give it a try. Tim
