11 Nov
2002
11 Nov
'02
9:50 p.m.
"Robert A. Reece"
I'm using Forte 6 update 2 to compile my code. The preprocessor headers seem to have problems with all the various macros that get defined. These are the errors I'm seeing from compiling libs/preprocessor/test/list.cpp (using command CC -I../../.. list.cpp):
Robert, try defining this configuration macro before including any headers... #define BOOST_PP_CONFIG_FLAGS() BOOST_PP_CONFIG_BCC() ...and tell me if that works. Paul Mensonides