Ravi Maheshwari created THRIFT-2698:
---------------------------------------

             Summary: Errors while compiling thrift client for Windows CE
                 Key: THRIFT-2698
                 URL: https://issues.apache.org/jira/browse/THRIFT-2698
             Project: Thrift
          Issue Type: Question
         Environment: Visual Studio 2008 & Windows Mobile 5.0 Pocket PC SDK
            Reporter: Ravi Maheshwari
            Priority: Blocker


I have thrift code of version "Master branch for 0.9.1". I want to make Windows 
XP(OS) as client & Windows CE 6.0(OS) as server. This code runs fine on visual 
studio 2010 but not on visual studio 2008. To make thrift server for WinCE, we 
need to create a smart device project which is supported only in visual studio 
2008 and lower versions.

To achieve the same, I performed the following steps in Visual studio 2008:

1. Extracted the boost Library.
2. Extracted the libevent Library.
3. Created a Fresh Smart Device project & added all the files.
4. Provided all the required paths for the compilation in the project settings

Now when I am compiling the code then a number of errors are coming. Error log 
is copied below for your reference, under the heading "Errors".

Please suggest how can I resolve these compilation errors.
 

Errors:

Error   784     fatal error C1083: Cannot open source file: 'option': No such 
file or directory c1xx
Error   785     fatal error C1083: Cannot open source file: 'compiler': No such 
file or directory       c1xx
Error   53      error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   54      error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   55      error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   145     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   146     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   147     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   339     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   340     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   341     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   371     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   372     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   373     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   607     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   608     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   609     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   634     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   635     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   636     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   758     error C2027: use of undefined type 
'boost::STATIC_ASSERTION_FAILURE<x>' 
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
472
Error   759     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
457
Error   760     error C2065: 'offset_' : undeclared identifier  
E:\Thrift\boost_1_55_0\boost\math\special_functions\detail\fp_traits.hpp        
462
Error   697     error C3861: 'GetSystemTimeAsFileTime': identifier not found    
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\GetTimeOfDay.cpp     47
Error   36      error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   37      error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   38      error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   39      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   41      error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   42      error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   43      error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   44      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   95      error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   96      error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   97      error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   98      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   100     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   101     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   102     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   103     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   135     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   136     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   137     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   138     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   140     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   141     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   142     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   143     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   187     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   188     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   189     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   190     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   192     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   193     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   194     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   195     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   229     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   230     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   231     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   232     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   234     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   235     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   236     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   237     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   267     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   268     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   269     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   270     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   272     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   273     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   274     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   275     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   320     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   321     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   322     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   323     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   325     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   326     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   327     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   328     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   342     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   343     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   344     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   345     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   347     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   348     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   349     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   350     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   374     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   375     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   376     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   377     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   379     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   380     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   381     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   382     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   430     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   431     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   432     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   433     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   435     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   436     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   437     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   438     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   468     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   469     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   470     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   471     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   473     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   474     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   475     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   476     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   516     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   517     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   518     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   519     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   521     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   522     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   523     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   524     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   529     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   530     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   531     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   532     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   534     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   535     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   536     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   537     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   610     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   611     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   612     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   613     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   615     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   616     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   617     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   618     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   637     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   638     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   639     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   640     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   642     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   643     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   644     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   645     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   682     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   683     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   684     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   685     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   687     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   688     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   689     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   690     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   721     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   722     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   723     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   724     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   726     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   727     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   728     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   729     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   761     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   762     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   763     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Error   764     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   116
Error   766     error C2061: syntax error : identifier 'Bits'   
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   767     error C2059: syntax error : ')' 
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   768     error C2143: syntax error : missing ')' before ';'      
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Error   769     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       E:\Thrift\boost_1_55_0\boost\integer.hpp     
   137
Error   56      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   57      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   58      error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   60      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   61      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   62      error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   148     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   149     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   150     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   152     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   153     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   154     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   352     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   353     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   354     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   356     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   357     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   358     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   384     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   385     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   386     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   388     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   389     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   390     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   620     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   621     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   622     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   624     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   625     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   626     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   647     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   648     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   649     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   651     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   652     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   653     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   771     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   772     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   773     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Error   775     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   776     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   777     error C2059: syntax error : 'string'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Error   33      error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   34      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   90      error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   91      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   130     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   131     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   184     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   185     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   226     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   227     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   264     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   265     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   317     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   318     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   427     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   428     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   465     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   466     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   513     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   514     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   679     error C2061: syntax error : identifier 'Sp'     
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   680     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Error   1       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   2       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   3       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   4       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   5       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   6       error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   26      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   27      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   28      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   48      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   49      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   50      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   68      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   69      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   70      error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   108     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   109     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   110     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   160     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   161     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   162     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   197     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   198     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   199     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   202     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   203     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   204     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   240     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   241     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   242     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   277     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   278     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   279     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   293     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   294     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   295     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   330     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   331     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   332     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   334     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   335     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   336     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   361     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   362     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   363     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   366     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   367     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   368     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   403     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   404     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   405     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   441     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   442     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   443     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   479     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   480     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   481     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   484     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   485     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   486     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   489     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   490     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   491     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   526     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   527     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   528     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   541     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   542     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   543     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   546     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   547     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   548     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   551     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   552     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   553     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   571     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   572     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   573     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   585     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   586     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   587     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   591     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   592     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   593     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   596     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   597     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   598     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   602     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   603     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   604     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   629     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   630     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   631     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   655     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   656     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   657     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   692     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   693     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   694     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   700     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   701     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   702     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   703     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   704     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   705     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   708     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   709     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   710     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   748     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   749     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   750     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   753     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   754     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   755     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   779     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        198
Error   780     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        208
Error   781     error C2065: '_ALLOCA_S_MARKER_SIZE' : undeclared identifier    
d:\Program Files\Microsoft Visual Studio 9.0\VC\include\malloc.h        243
Error   731     error C2614: 'apache::thrift::transport::TOverlappedWorkItem' : 
illegal member initialization: 'SLIST_ENTRY' is not a base or member    
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       37
Error   732     error C2039: 'GetOverlappedResult' : is not a member of 
'`global namespace''    
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       50
Error   733     error C3861: 'GetOverlappedResult': identifier not found        
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       50
Error   734     error C2039: 'ConnectNamedPipe' : is not a member of '`global 
namespace''       
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       66
Error   735     error C3861: 'ConnectNamedPipe': identifier not found   
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       66
Error   736     error C2039: 'CancelIo' : is not a member of '`global 
namespace''       
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       76
Error   737     error C3861: 'CancelIo': identifier not found   
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       76
Error   738     error C2065: 'workList_' : undeclared identifier        
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       87
Error   739     error C3861: 'InterlockedPushEntrySList': identifier not found  
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       87
Error   740     error C2065: 'workList_' : undeclared identifier        
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       114
Error   741     error C3861: 'InitializeSListHead': identifier not found        
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       114
Error   742     error C2065: 'SLIST_ENTRY' : undeclared identifier      
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       138
Error   743     error C2065: 'entry' : undeclared identifier    
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       138
Error   744     error C2065: 'entry' : undeclared identifier    
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       139
Error   745     error C2065: 'workList_' : undeclared identifier        
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       139
Error   746     error C3861: 'InterlockedPopEntrySList': identifier not found   
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       139
Error   747     fatal error C1903: unable to recover from previous error(s); 
stopping compilation       
e:\Thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.cpp
       139
Error   556     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   557     error C2143: syntax error : missing ';' before '<class-head>'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   558     error C2504: 'SLIST_ENTRY' : base class undefined       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   559     error C2059: syntax error : 'constant'  
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   560     error C3646: 'SLIST_HEADER' : unknown override specifier        
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   561     error C3646: 'workList_' : unknown override specifier   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   562     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   576     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   577     error C2143: syntax error : missing ';' before '<class-head>'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   578     error C2504: 'SLIST_ENTRY' : base class undefined       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   579     error C2059: syntax error : 'constant'  
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   580     error C3646: 'SLIST_HEADER' : unknown override specifier        
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   581     error C3646: 'workList_' : unknown override specifier   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   582     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   713     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   714     error C2143: syntax error : missing ';' before '<class-head>'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   715     error C2504: 'SLIST_ENTRY' : base class undefined       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
64
Error   716     error C2059: syntax error : 'constant'  
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   717     error C3646: 'SLIST_HEADER' : unknown override specifier        
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   718     error C3646: 'workList_' : unknown override specifier   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   719     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Error   239     fatal error C1903: unable to recover from previous error(s); 
stopping compilation       
e:\Thrift\thrift-master\lib\cpp\src\thrift\concurrency\ThreadManager.cpp        
63
Error   22      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   23      error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   24      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   29      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   30      error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   31      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   64      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   65      error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   66      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   82      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   83      error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   84      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   86      error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   87      error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   88      error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   122     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   123     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   124     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   126     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   127     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   128     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   156     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   157     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   158     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   176     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   177     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   178     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   180     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   181     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   182     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   218     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   219     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   220     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   222     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   223     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   224     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   256     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   257     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   258     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   260     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   261     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   262     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   309     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   310     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   311     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   313     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   314     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   315     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   419     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   420     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   421     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   423     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   424     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   425     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   457     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   458     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   459     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   461     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   462     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   463     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   505     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   506     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   507     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   509     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   510     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   511     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   671     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   672     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   673     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   675     error C2059: syntax error : '(' 
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   676     error C2143: syntax error : missing ',' before '=='     
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   677     error C4430: missing type specifier - int assumed. Note: C++ 
does not support default-int       
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Error   107     error C2065: 'AI_ADDRCONFIG' : undeclared identifier    
e:\Thrift\thrift-master\lib\cpp\src\thrift\server\TNonblockingServer.cpp        
1034
Error   564     error C2039: 'GetOverlappedResult' : is not a member of 
'`global namespace''    
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  200
Error   565     error C3861: 'GetOverlappedResult': identifier not found        
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  200
Error   566     error C2039: 'GetOverlappedResult' : is not a member of 
'`global namespace''    
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  225
Error   567     error C3861: 'GetOverlappedResult': identifier not found        
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  225
Error   568     error C2664: 'CreateFileW' : cannot convert parameter 1 from 
'const char *' to 'LPCWSTR'        
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  293
Error   569     error C2039: 'WaitNamedPipe' : is not a member of '`global 
namespace''  e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  303
Error   570     error C3861: 'WaitNamedPipe': identifier not found      
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipe.cpp  303
Error   584     fatal error C1083: Cannot open include file: 'Aclapi.h': No 
such file or directory      
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TPipeServer.cpp    31
Error   590     error C2065: 'AI_ADDRCONFIG' : undeclared identifier    
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TServerSocket.cpp  179
Error   601     error C2065: 'AI_ADDRCONFIG' : undeclared identifier    
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TSocket.cpp        376
Error   628     fatal error C1083: Cannot open include file: 'openssl/err.h': 
No such file or directory 
e:\Thrift\thrift-master\lib\cpp\src\thrift\transport\TSSLSocket.cpp     32


& THE FOLLOWING WARNINGS:






Warning 12      warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 72      warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 112     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 166     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 208     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 246     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 283     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 299     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 393     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 409     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 447     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 495     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 661     warning C4005: 'INT16_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        117
Warning 13      warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 73      warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 113     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 167     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 209     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 247     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 284     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 300     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 394     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 410     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 448     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 496     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 662     warning C4005: 'INT32_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        118
Warning 18      warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 78      warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 118     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 172     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 214     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 252     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 289     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 305     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 399     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 415     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 453     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 501     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 667     warning C4005: 'INT64_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        165
Warning 11      warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 71      warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 111     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 165     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 207     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 245     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 282     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 298     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 392     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 408     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 446     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 494     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 660     warning C4005: 'INT8_C' : macro redefinition    d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        116
Warning 20      warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 80      warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 120     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 174     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 216     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 254     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 291     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 307     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 401     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 417     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 455     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 503     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 669     warning C4005: 'INTMAX_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        167
Warning 699     warning C4005: 'offsetof' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stddef.h        54
Warning 15      warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 75      warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 115     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 169     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 211     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 249     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 286     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 302     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 396     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 412     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 450     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 498     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 664     warning C4005: 'UINT16_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        121
Warning 16      warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 76      warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 116     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 170     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 212     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 250     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 287     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 303     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 397     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 413     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 451     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 499     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 665     warning C4005: 'UINT32_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        122
Warning 19      warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 79      warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 119     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 173     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 215     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 253     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 290     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 306     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 400     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 416     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 454     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 502     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 668     warning C4005: 'UINT64_C' : macro redefinition  d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        166
Warning 14      warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 74      warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 114     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 168     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 210     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 248     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 285     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 301     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 395     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 411     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 449     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 497     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 663     warning C4005: 'UINT8_C' : macro redefinition   d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        120
Warning 21      warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 81      warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 121     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 175     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 217     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 255     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 292     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 308     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 402     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 418     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 456     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 504     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 670     warning C4005: 'UINTMAX_C' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        168
Warning 8       warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 10      warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 47      warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 52      warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 94      warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 134     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 164     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 201     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 206     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 244     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 281     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 297     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 338     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 365     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 370     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 407     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 445     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 483     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 488     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 493     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 540     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 545     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 550     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 555     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 575     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 589     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 595     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 600     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 606     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 633     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 659     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 696     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 698     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 706     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 707     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 712     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 752     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 757     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 783     warning C4005: 'UNALIGNED' : macro redefinition D:\Program 
Files\Microsoft Visual Studio 9.0\SmartDevices\SDK\PocketPC2003\Include\winnt.h 
     49
Warning 17      warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 77      warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 117     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 171     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 213     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 251     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 288     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 304     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 398     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 414     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 452     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 500     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 666     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\stdint.h        143
Warning 333     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\wchar.h 43
Warning 360     warning C4005: 'WCHAR_MIN' : macro redefinition d:\Program 
Files\Microsoft Visual Studio 9.0\VC\include\wchar.h 43
Warning 7       warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 9       warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 46      warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 51      warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 93      warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 133     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 163     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 200     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 205     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 243     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 280     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 296     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 337     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 364     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 369     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 406     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 444     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 482     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 487     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 492     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 539     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 544     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 549     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 554     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 574     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 588     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 594     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 599     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 605     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 632     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 658     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 695     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 711     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 751     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 756     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 782     warning C4005: 'WINAPI' : macro redefinition    d:\program 
files\microsoft visual studio 
9.0\smartdevices\sdk\pocketpc2003\include\windef.h     136
Warning 563     warning C4183: 'DECLSPEC_ALIGN': missing return type; assumed 
to be a member function returning 'int'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Warning 583     warning C4183: 'DECLSPEC_ALIGN': missing return type; assumed 
to be a member function returning 'int'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Warning 720     warning C4183: 'DECLSPEC_ALIGN': missing return type; assumed 
to be a member function returning 'int'   
e:\thrift\thrift-master\lib\cpp\src\thrift\windows\OverlappedSubmissionThread.h 
112
Warning 40      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 45      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 99      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 104     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 139     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 144     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 191     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 196     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 233     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 238     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 271     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 276     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 324     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 329     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 346     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 351     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 378     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 383     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 434     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 439     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 472     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 477     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 520     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 525     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 533     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 538     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 614     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 619     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 641     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 646     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 686     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 691     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 725     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 730     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 765     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        116
Warning 770     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\integer.hpp        137
Warning 59      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 63      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 151     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 155     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 355     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 359     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 387     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 391     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 623     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 627     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 650     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 654     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 774     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   355
Warning 778     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\lexical_cast.hpp   388
Warning 35      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 92      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 132     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 186     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 228     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 266     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 319     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 429     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 467     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 515     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 681     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\thread\detail\make_tuple_indices.hpp       216
Warning 25      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 32      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 67      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 85      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 89      warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 125     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 129     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 159     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 179     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 183     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 221     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 225     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 259     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 263     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 312     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 316     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 422     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 426     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 460     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 464     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 508     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 512     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 674     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 678     warning C4183: 'static_assert': missing return type; assumed to 
be a member function returning 'int'    
E:\Thrift\boost_1_55_0\boost\date_time\time_duration.hpp        274
Warning 105     warning C4541: 'typeid' used on polymorphic type 
'std::exception' with /GR-; unpredictable behavior may result  
e:\Thrift\thrift-master\lib\cpp\src\thrift\server\TNonblockingServer.cpp        
365
Warning 106     warning C4541: 'typeid' used on polymorphic type 
'std::exception' with /GR-; unpredictable behavior may result  
e:\Thrift\thrift-master\lib\cpp\src\thrift\server\TNonblockingServer.cpp        
633
Warning 440     warning C4541: 'typeid' used on polymorphic type 
'std::exception' with /GR-; unpredictable behavior may result  
e:\Thrift\thrift-master\lib\cpp\src\thrift\server\TSimpleServer.cpp     111
Warning 478     warning C4541: 'typeid' used on polymorphic type 
'std::exception' with /GR-; unpredictable behavior may result  
e:\Thrift\thrift-master\lib\cpp\src\thrift\server\TThreadPoolServer.cpp 80

****END of error log ******



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to