Please review: Bug ID: 6899737 JDK build fails in make/java/jli	because of _vsnprintf macro redefinition
    Tim Bell 
    Tim.Bell at Sun.COM
       
    Thu Dec 17 15:59:11 UTC 2009
    
    
  
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
    
    
More information about the build-dev
mailing list