From: Robert D. <rcd...@gm...> - 2009-05-20 02:11:38
|
I have a feeling that I can't simply start blindly compiling APL. I presume there are some prerequisites (Preprocessor definitions, etc) that I need to obtain/setup. Is there a developer readme somewhere that I can reference? On Tue, May 19, 2009 at 8:49 PM, Robert Dailey <rcd...@gm...> wrote: > 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? > |