From: Robert D. <rcd...@gm...> - 2009-05-20 02:19:35
|
Hey guys, I'm compiling the HEAD in Perforce, and I'm running into a few compiler errors on MSVC9: D:\IT\perforce\asl\adobe_platform_libraries\adobe/implementation/expression_formatter.hpp(32) : error C2504: 'basic_omanipulator' : base class undefined D:\IT\perforce\asl\adobe_platform_libraries\adobe/implementation/expression_formatter.hpp(32) : error C2143: syntax error : missing ',' before '<' D:\IT\perforce\asl\adobe_platform_libraries\adobe/implementation/expression_formatter.hpp(34) : error C2143: syntax error : missing ';' before '<' D:\IT\perforce\asl\adobe_platform_libraries\adobe/implementation/expression_formatter.hpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int D:\IT\perforce\asl\adobe_platform_libraries\adobe/implementation/expression_formatter.hpp(34) : error C2238: unexpected token(s) preceding ';' These errors occurred while compiling property_model_formatter.cpp in APL. Any reason for this failure? Are there certain files in APL that I should NOT be compiling? |