1) Compiling libs/config/test/config_info.cpp with g++ (3.3.5) gives no errors
and running output is:
xxxxx@xxxxx:~/boost/boost_1_31_0/libs/config/test$ ./config_info
GNU C++ version 3.3.5 (Debian 1:3.3.5-5)
__cplusplus =1
__STDC__ =1
_WCHAR_T [no value]
_WCHAR_T_DEFINED [no value]
__GNUC__ =3
__GNUC_MINOR__ =3
__GNUG__ =3
__VERSION__ ="3.3.5 (Debian 1:3.3.5-5)"
__REGISTER_PREFIX__ [no value]
__USER_LABEL_PREFIX__ [no value]
__EXCEPTIONS =1
__ELF__ =1
unix =1
__i386__ =1
__unix =1
__i386 =1
i386 =1
_WCHAR_T [no value]
__STDC_HOSTED__ =1
*********************************************************************
GNU libstdc++ version 20041219
__GLIBCPP__ =20041219
_GLIBCPP_USE_WCHAR_T =1
_GLIBCPP_VERSION ="3.3.5"
*********************************************************************
Detected Platform: linux
Type char is signed
Type wchar_t is signed
byte order for type short =0 8
byte order for type int =0 8 16 24
byte order for type long =0 8 16 24
sizeof(wchar_t) =4
sizeof(short) =2
sizeof(int) =4
sizeof(long) =4
sizeof(float) =4
sizeof(double) =8
sizeof(long double) =12
CHAR_BIT =8
CHAR_MAX =127
WCHAR_MAX =(2147483647l)
SHRT_MAX =32767
INT_MAX =2147483647
LONG_MAX =2147483647L
LONG_LONG_MAX =9223372036854775807LL
ULONG_LONG_MAX =(9223372036854775807LL * 2ULL +
1ULL)
__STDC_IEC_559__ =1
__STDC_IEC_559_COMPLEX__ =1
__STDC_ISO_10646__ =200009L
__GLIBC__ =2
__GLIBC_MINOR__ =3
__GNU_LIBRARY__ =6
_BSD_SOURCE =1
_GNU_SOURCE =1
_ISOC99_SOURCE =1
_LARGEFILE_SOURCE =1
_LARGEFILE64_SOURCE =1
_SVID_SOURCE =1
_XOPEN_SOURCE_EXTENDED =1
_POSIX_ASYNCHRONOUS_IO =200112L
_POSIX_BARRIERS =200112L
_POSIX_C_SOURCE =199506L
_POSIX_CHOWN_RESTRICTED =1
_POSIX_CPUTIME =200112L
_POSIX_FSYNC =200112L
_POSIX_JOB_CONTROL =1
_POSIX_MAPPED_FILES =200112L
_POSIX_MEMLOCK =200112L
_POSIX_MEMLOCK_RANGE =200112L
_POSIX_MEMORY_PROTECTION =200112L
_POSIX_MONOTONIC_CLOCK =0
_POSIX_NO_TRUNC =1
_POSIX_PRIORITY_SCHEDULING =200112L
_POSIX_READER_WRITER_LOCKS =200112L
_POSIX_REALTIME_SIGNALS =200112L
_POSIX_REGEXP =1
_POSIX_SAVED_IDS =1
_POSIX_SEMAPHORES =200112L
_POSIX_SHARED_MEMORY_OBJECTS =200112L
_POSIX_SHELL =1
_POSIX_SOURCE =1
_POSIX_SPAWN =200112L
_POSIX_SPIN_LOCKS =200112L
_POSIX_SYNCHRONIZED_IO =200112L
_POSIX_THREAD_ATTR_STACKADDR =200112L
_POSIX_THREAD_ATTR_STACKSIZE =200112L
_POSIX_THREAD_CPUTIME =200112L
_POSIX_THREAD_PRIORITY_SCHEDULING =200112L
_POSIX_THREAD_SAFE_FUNCTIONS =200112L
_POSIX_THREADS =200112L
_POSIX_TIMEOUTS =200112L
_POSIX_TIMERS =200112L
_POSIX_VDISABLE ='\0'
_POSIX_VERSION =200112L
_POSIX2_C_BIND =200112L
_POSIX2_C_DEV =200112L
_POSIX2_LOCALEDEF =200112L
_POSIX2_SW_DEV =200112L
_POSIX2_VERSION =200112L
_XBS5_ILP32_OFF32 =1
_XBS5_ILP32_OFFBIG =1
_XBS5_LP64_OFF64 =-1
_XBS5_LPBIG_OFFBIG =-1
_XOPEN_CRYPT =1
_XOPEN_ENH_I18N =1
_XOPEN_LEGACY =1
_XOPEN_REALTIME =1
_XOPEN_REALTIME_THREADS =1
_XOPEN_SHM =1
_XOPEN_SOURCE =600
_XOPEN_UNIX =1
_XOPEN_VERSION =500
*********************************************************************
Boost version 103100
BOOST_USER_CONFIG =
BOOST_COMPILER_CONFIG
="boost/config/compiler/gcc.hpp"
BOOST_STDLIB_CONFIG
="boost/config/stdlib/libstdcpp3.hpp"
BOOST_PLATFORM_CONFIG
="boost/config/platform/linux.hpp"
BOOST_DEDUCED_TYPENAME =typename
BOOST_HAS_CLOCK_GETTIME [no value]
BOOST_HAS_DIRENT_H [no value]
BOOST_HAS_GETTIMEOFDAY [no value]
BOOST_HAS_LONG_LONG [no value]
BOOST_HAS_NANOSLEEP [no value]
BOOST_HAS_NL_TYPES_H [no value]
BOOST_HAS_NRVO [no value]
BOOST_HAS_PARTIAL_STD_ALLOCATOR [no value]
BOOST_HAS_SCHED_YIELD [no value]
BOOST_HAS_SIGACTION [no value]
BOOST_HAS_STDINT_H [no value]
BOOST_HAS_UNISTD_H [no value]
BOOST_MSVC6_MEMBER_TEMPLATES [no value]
BOOST_NESTED_TEMPLATE =template
BOOST_NO_HASH [no value]
BOOST_NO_MS_INT64_NUMERIC_LIMITS [no value]
BOOST_NO_SLIST [no value]
BOOST_STD_EXTENSION_NAMESPACE =std
BOOST_UNREACHABLE_RETURN(0) [no value]
2) Compiling libs/config/test/config_info.cpp with mingw (cross-compiler
linux x86 - win32) gives the following errors:
guest@asterix:~/boost/boost_1_31_0/libs/config/test$
i586-mingw32msvc-g++ config_info.cpp -o config_infoW
config_info.cpp:14:28: boost/config.hpp: No such file or directory
config_info.cpp:15:29: boost/version.hpp: No such file or directory
config_info.cpp: In function `void print_compiler_macros()':
config_info.cpp:104: error: `BOOST_COMPILER' undeclared (first use this
function)
config_info.cpp:104: error: (Each undeclared identifier is reported only once
for each function it appears in.)
config_info.cpp:106: error: expected primary-expression before '=' token
config_info.cpp:106: error: `__BORLANDC__' undeclared (first use this
function)
config_info.cpp:106: error: `BOOST_STRINGIZE' undeclared (first use this
function)
config_info.cpp:107: error: expected primary-expression before '=' token
config_info.cpp:107: error: `__CDECL__' undeclared (first use this function)
config_info.cpp:108: error: expected primary-expression before '=' token
config_info.cpp:108: error: `_CHAR_UNSIGNED' undeclared (first use this
function)
config_info.cpp:109: error: expected primary-expression before '=' token
config_info.cpp:109: error: `__CODEGUARD__' undeclared (first use this
function)
config_info.cpp:110: error: expected primary-expression before '=' token
config_info.cpp:110: error: `__CONSOLE__' undeclared (first use this
function)
config_info.cpp:111: error: expected primary-expression before '=' token
config_info.cpp:111: error: `_CPPUNWIND' undeclared (first use this
function)
config_info.cpp:112: error: expected primary-expression before '=' token
config_info.cpp:113: error: expected primary-expression before '=' token
config_info.cpp:113: error: `__FLAT__' undeclared (first use this function)
config_info.cpp:114: error: expected primary-expression before '=' token
config_info.cpp:114: error: `__FUNC__' undeclared (first use this function)
config_info.cpp:115: error: expected primary-expression before '=' token
config_info.cpp:115: error: `_M_IX86' undeclared (first use this function)
config_info.cpp:116: error: expected primary-expression before '=' token
config_info.cpp:116: error: `__MSDOS__' undeclared (first use this function)
config_info.cpp:117: error: expected primary-expression before '=' token
config_info.cpp:117: error: `__MT__' undeclared (first use this function)
config_info.cpp:118: error: expected primary-expression before '=' token
config_info.cpp:118: error: `__PASCAL__' undeclared (first use this function)
config_info.cpp:119: error: expected primary-expression before '=' token
config_info.cpp:120: error: expected primary-expression before '=' token
config_info.cpp:120: error: `__TLS__' undeclared (first use this function)
config_info.cpp:121: error: expected primary-expression before '=' token
config_info.cpp:121: error: expected primary-expression before ')' token
config_info.cpp:122: error: expected primary-expression before '=' token
config_info.cpp:122: error: `_Windows' undeclared (first use this function)
config_info.cpp:123: error: expected primary-expression before '=' token
config_info.cpp:124: error: expected primary-expression before '=' token
config_info.cpp:125: error: expected primary-expression before '=' token
config_info.cpp:126: error: expected primary-expression before '=' token
config_info.cpp:126: error: `_RTLDLL' undeclared (first use this function)
config_info.cpp:127: error: expected primary-expression before '=' token
config_info.cpp:127: error: `__DEBUG' undeclared (first use this function)
config_info.cpp:132: error: expected primary-expression before '=' token
config_info.cpp:132: error: expected primary-expression before ')' token
config_info.cpp:135: error: expected primary-expression before '=' token
config_info.cpp:135: error: `_CPPRTTI' undeclared (first use this function)
config_info.cpp:136: error: expected primary-expression before '=' token
config_info.cpp:136: error: `_DLL' undeclared (first use this function)
config_info.cpp:137: error: expected primary-expression before '=' token
config_info.cpp:137: error: `_M_ALPHA' undeclared (first use this function)
config_info.cpp:138: error: expected primary-expression before '=' token
config_info.cpp:138: error: `_M_MPPC' undeclared (first use this function)
config_info.cpp:139: error: expected primary-expression before '=' token
config_info.cpp:139: error: `_M_MRX000' undeclared (first use this function)
config_info.cpp:140: error: expected primary-expression before '=' token
config_info.cpp:140: error: `_M_PPC' undeclared (first use this function)
config_info.cpp:141: error: expected primary-expression before '=' token
config_info.cpp:141: error: `_MFC_VER' undeclared (first use this function)
config_info.cpp:142: error: expected primary-expression before '=' token
config_info.cpp:142: error: `_MSC_EXTENSIONS' undeclared (first use this
function)
config_info.cpp:143: error: expected primary-expression before '=' token
config_info.cpp:143: error: `_MSC_VER' undeclared (first use this function)
config_info.cpp:144: error: expected primary-expression before '=' token
config_info.cpp:144: error: `_MT' undeclared (first use this function)
config_info.cpp:145: error: expected primary-expression before '=' token
config_info.cpp:145: error: `_NATIVE_WCHAR_T_DEFINED' undeclared
(first use this function)
config_info.cpp:147: error: expected primary-expression before '=' token
config_info.cpp:148: error: expected primary-expression before '=' token
config_info.cpp:149: error: expected primary-expression before '=' token
config_info.cpp:149: error: `__STDC_VERSION__' undeclared (first use this
function)
config_info.cpp:150: error: expected primary-expression before '=' token
config_info.cpp:151: error: expected primary-expression before '=' token
config_info.cpp:151: error: `__STRICT_ANSI__' undeclared (first use this
function)
config_info.cpp:152: error: expected primary-expression before '=' token
config_info.cpp:153: error: expected primary-expression before '=' token
config_info.cpp:153: error: `__OPTIMIZE__' undeclared (first use this
function)
config_info.cpp:154: error: expected primary-expression before '=' token
config_info.cpp:154: error: `__CHAR_UNSIGNED__' undeclared (first use
this function)
config_info.cpp:155: error: expected primary-expression before '=' token
config_info.cpp:155: error: expected primary-expression before ')' token
config_info.cpp:156: error: expected primary-expression before '=' token
config_info.cpp:156: error: `_' undeclared (first use this function)
config_info.cpp:157: error: expected primary-expression before '=' token
config_info.cpp:157: error: `__INTEL__' undeclared (first use this function)
config_info.cpp:158: error: expected primary-expression before '=' token
config_info.cpp:158: error: `__GNUPRO__' undeclared (first use this
function)
config_info.cpp:159: error: expected primary-expression before '=' token
config_info.cpp:160: error: expected primary-expression before '=' token
config_info.cpp:160: error: `__FreeBSD__' undeclared (first use this function)
config_info.cpp:161: error: expected primary-expression before '=' token
config_info.cpp:161: error: `__FreeBSD_cc_version' undeclared (first use this
function)
config_info.cpp:162: error: expected primary-expression before '=' token
config_info.cpp:162: error: `__ELF__' undeclared (first use this function)
config_info.cpp:163: error: expected primary-expression before '=' token
config_info.cpp:164: error: expected primary-expression before '=' token
config_info.cpp:164: error: `unix' undeclared (first use this function)
config_info.cpp:165: error: expected primary-expression before '=' token
config_info.cpp:165: error: `bsd' undeclared (first use this function)
config_info.cpp:166: error: expected primary-expression before '=' token
config_info.cpp:166: error: `vax' undeclared (first use this function)
config_info.cpp:167: error: expected primary-expression before '=' token
config_info.cpp:167: error: `mc68000' undeclared (first use this function)
config_info.cpp:168: error: expected primary-expression before '=' token
config_info.cpp:168: error: `m68k' undeclared (first use this function)
config_info.cpp:169: error: expected primary-expression before '=' token
config_info.cpp:169: error: `M68020' undeclared (first use this function)
config_info.cpp:170: error: expected primary-expression before '=' token
config_info.cpp:170: error: `_AM29K' undeclared (first use this function)
config_info.cpp:171: error: expected primary-expression before '=' token
config_info.cpp:171: error: `ns32000' undeclared (first use this function)
config_info.cpp:172: error: expected primary-expression before '=' token
config_info.cpp:172: error: `sun' undeclared (first use this function)
config_info.cpp:173: error: expected primary-expression before '=' token
config_info.cpp:173: error: `pyr' undeclared (first use this function)
config_info.cpp:174: error: expected primary-expression before '=' token
config_info.cpp:174: error: `sequent' undeclared (first use this function)
config_info.cpp:175: error: expected primary-expression before '=' token
config_info.cpp:176: error: expected primary-expression before '=' token
config_info.cpp:176: error: `__sparc' undeclared (first use this function)
config_info.cpp:177: error: expected primary-expression before '=' token
config_info.cpp:177: error: `__sparc__' undeclared (first use this function)
config_info.cpp:178: error: expected primary-expression before '=' token
config_info.cpp:178: error: `__powerpc__' undeclared (first use this function)
config_info.cpp:179: error: expected primary-expression before '=' token
config_info.cpp:179: error: `__hppa' undeclared (first use this function)
config_info.cpp:181: error: expected primary-expression before '=' token
config_info.cpp:181: error: `__HP_aCC' undeclared (first use this function)
config_info.cpp:182: error: expected primary-expression before '=' token
config_info.cpp:182: error: `_HPACC_' undeclared (first use this function)
config_info.cpp:183: error: expected primary-expression before '=' token
config_info.cpp:183: error: `__LP64__' undeclared (first use this function)
config_info.cpp:184: error: expected primary-expression before '=' token
config_info.cpp:184: error: `__RISC2_0__' undeclared (first use this function)
config_info.cpp:185: error: expected primary-expression before '=' token
config_info.cpp:185: error: `__STDCPP__' undeclared (first use this function)
config_info.cpp:186: error: expected primary-expression before '=' token
config_info.cpp:187: error: expected primary-expression before '=' token
config_info.cpp:187: error: `__hpux' undeclared (first use this function)
config_info.cpp:188: error: expected primary-expression before '=' token
config_info.cpp:188: error: `__hp9000s800' undeclared (first use this
function)
config_info.cpp:189: error: expected primary-expression before '=' token
config_info.cpp:189: error: `__hp9000s700' undeclared (first use this
function)
config_info.cpp:190: error: expected primary-expression before '=' token
config_info.cpp:190: error: `_PA_RISC1_1' undeclared (first use this
function)
config_info.cpp:191: error: expected primary-expression before '=' token
config_info.cpp:191: error: `__HPUX_SOURCE' undeclared (first use this
function)
config_info.cpp:193: error: expected primary-expression before '=' token
config_info.cpp:193: error: `__sgi' undeclared (first use this function)
config_info.cpp:194: error: expected primary-expression before '=' token
config_info.cpp:194: error: `_COMPILER_VERSION' undeclared (first use
this function)
config_info.cpp:196: error: expected primary-expression before '=' token
config_info.cpp:196: error: `__SUNPRO_CC' undeclared (first use this
function)
config_info.cpp:197: error: expected primary-expression before '=' token
config_info.cpp:197: error: `__SUNPRO_CC_COMPAT' undeclared (first use
this function)
config_info.cpp:198: error: expected primary-expression before '=' token
config_info.cpp:198: error: `__BUILTIN_VA_ARG_INCR' undeclared (first
use this function)
config_info.cpp:199: error: expected primary-expression before '=' token
config_info.cpp:199: error: `__sun' undeclared (first use this function)
config_info.cpp:200: error: expected primary-expression before '=' token
config_info.cpp:200: error: `__SVR4' undeclared (first use this function)
config_info.cpp:201: error: expected primary-expression before '=' token
config_info.cpp:201: error: `__unix' undeclared (first use this function)
config_info.cpp:202: error: expected primary-expression before '=' token
config_info.cpp:202: error: `__sparcv9' undeclared (first use this function)
config_info.cpp:203: error: expected primary-expression before '=' token
config_info.cpp:204: error: expected primary-expression before '=' token
config_info.cpp:206: error: expected primary-expression before '=' token
config_info.cpp:206: error: `__MWERKS__' undeclared (first use this
function)
config_info.cpp:207: error: expected primary-expression before '=' token
config_info.cpp:207: error: `__MSL__' undeclared (first use this function)
config_info.cpp:208: error: expected primary-expression before '=' token
config_info.cpp:208: error: `__MSL_CPP__' undeclared (first use this
function)
config_info.cpp:209: error: expected primary-expression before '=' token
config_info.cpp:209: error: `__A5__' undeclared (first use this function)
config_info.cpp:210: error: expected primary-expression before '=' token
config_info.cpp:210: error: `__embedded_cplusplus' undeclared (first use this
function)
config_info.cpp:211: error: expected primary-expression before '=' token
config_info.cpp:211: error: `__fourbyteints__' undeclared (first use this
function)
config_info.cpp:212: error: expected primary-expression before '=' token
config_info.cpp:212: error: `__IEEEdoubles__' undeclared (first use this
function)
config_info.cpp:213: error: expected primary-expression before '=' token
config_info.cpp:213: error: `__MC68K__' undeclared (first use this function)
config_info.cpp:214: error: expected primary-expression before '=' token
config_info.cpp:214: error: `__MC68020__' undeclared (first use this
function)
config_info.cpp:215: error: expected primary-expression before '=' token
config_info.cpp:215: error: `__MC68881__' undeclared (first use this
function)
config_info.cpp:216: error: expected primary-expression before '=' token
config_info.cpp:216: error: `__MIPS__' undeclared (first use this function)
config_info.cpp:217: error: expected primary-expression before '=' token
config_info.cpp:217: error: `__MIPS_ISA2__' undeclared (first use this
function)
config_info.cpp:218: error: expected primary-expression before '=' token
config_info.cpp:218: error: `__MIPS_ISA3__' undeclared (first use this
function)
config_info.cpp:219: error: expected primary-expression before '=' token
config_info.cpp:219: error: `__MIPS_ISA4__' undeclared (first use this
function)
config_info.cpp:220: error: expected primary-expression before '=' token
config_info.cpp:220: error: `__MWBROWSER__' undeclared (first use this
function)
config_info.cpp:221: error: expected primary-expression before '=' token
config_info.cpp:221: error: `__profile__' undeclared (first use this function)
config_info.cpp:222: error: expected primary-expression before '=' token
config_info.cpp:222: error: `__powerc' undeclared (first use this function)
config_info.cpp:223: error: expected primary-expression before '=' token
config_info.cpp:223: error: `_powerc' undeclared (first use this function)
config_info.cpp:224: error: expected primary-expression before '=' token
config_info.cpp:224: error: `__POWERPC__' undeclared (first use this
function)
config_info.cpp:225: error: expected primary-expression before '=' token
config_info.cpp:225: error: `macintosh' undeclared (first use this function)
config_info.cpp:226: error: expected primary-expression before '=' token
config_info.cpp:226: error: `__MACH__' undeclared (first use this function)
config_info.cpp:227: error: expected primary-expression before '=' token
config_info.cpp:227: error: `__APPLE__' undeclared (first use this function)
config_info.cpp:228: error: expected primary-expression before '=' token
config_info.cpp:228: error: `__APPLE_CC__' undeclared (first use this
function)
config_info.cpp:230: error: expected primary-expression before '=' token
config_info.cpp:230: error: `__MRC__' undeclared (first use this function)
config_info.cpp:231: error: expected primary-expression before '=' token
config_info.cpp:231: error: `__SC__' undeclared (first use this function)
config_info.cpp:232: error: expected primary-expression before '=' token
config_info.cpp:232: error: `__FPCE__' undeclared (first use this function)
config_info.cpp:233: error: expected primary-expression before '=' token
config_info.cpp:233: error: `__FPCE_IEEE__' undeclared (first use this
function)
config_info.cpp:234: error: expected primary-expression before '=' token
config_info.cpp:234: error: `MPW_CPLUS' undeclared (first use this function)
config_info.cpp:235: error: expected primary-expression before '=' token
config_info.cpp:235: error: `MPW_C' undeclared (first use this function)
config_info.cpp:236: error: expected primary-expression before '=' token
config_info.cpp:236: error: `__MC601' undeclared (first use this function)
config_info.cpp:237: error: expected primary-expression before '=' token
config_info.cpp:237: error: `__POWERPC' undeclared (first use this function)
config_info.cpp:238: error: expected primary-expression before '=' token
config_info.cpp:238: error: `__useAppleExts__' undeclared (first use this
function)
config_info.cpp:239: error: expected primary-expression before '=' token
config_info.cpp:239: error: `powerc' undeclared (first use this function)
config_info.cpp:240: error: expected primary-expression before '=' token
config_info.cpp:240: error: `MC68000' undeclared (first use this function)
config_info.cpp:241: error: expected primary-expression before '=' token
config_info.cpp:241: error: `THINK_PLUS' undeclared (first use this function)
config_info.cpp:242: error: expected primary-expression before '=' token
config_info.cpp:242: error: `mc68881' undeclared (first use this function)
config_info.cpp:243: error: expected primary-expression before '=' token
config_info.cpp:243: error: `__FAR_CODE__' undeclared (first use this
function)
config_info.cpp:244: error: expected primary-expression before '=' token
config_info.cpp:244: error: `__FAR_DATA__' undeclared (first use this
function)
config_info.cpp:245: error: expected primary-expression before '=' token
config_info.cpp:245: error: `__CFM68K__' undeclared (first use this function)
config_info.cpp:247: error: expected primary-expression before '=' token
config_info.cpp:247: error: `__EDG__' undeclared (first use this function)
config_info.cpp:248: error: expected primary-expression before '=' token
config_info.cpp:248: error: `__EDG_VERSION__' undeclared (first use this
function)
config_info.cpp:249: error: expected primary-expression before '=' token
config_info.cpp:249: error: `c_plusplus' undeclared (first use this function)
config_info.cpp:250: error: expected primary-expression before '=' token
config_info.cpp:250: error: `_BOOL' undeclared (first use this function)
config_info.cpp:251: error: expected primary-expression before '=' token
config_info.cpp:251: error: `_EXPLICIT' undeclared (first use this function)
config_info.cpp:252: error: expected primary-expression before '=' token
config_info.cpp:252: error: `__SIGNED_CHARS__' undeclared (first use this
function)
config_info.cpp:253: error: expected primary-expression before '=' token
config_info.cpp:253: error: `_TYPENAME' undeclared (first use this function)
config_info.cpp:254: error: expected primary-expression before '=' token
config_info.cpp:254: error: expected primary-expression before ')' token
config_info.cpp:255: error: expected primary-expression before '=' token
config_info.cpp:255: error: `__ARRAY_OPERATORS' undeclared (first use
this function)
config_info.cpp:256: error: expected primary-expression before '=' token
config_info.cpp:256: error: `__EDG_ABI_COMPATIBILITY_VERSION'
undeclared (first use this function)
config_info.cpp:257: error: expected primary-expression before '=' token
config_info.cpp:257: error: `__EDG_IMPLICIT_USING_STD' undeclared
(first use this function)
config_info.cpp:258: error: expected primary-expression before '=' token
config_info.cpp:258: error: `__EDG_RUNTIME_USES_NAMESPACES'
undeclared (first use this function)
config_info.cpp:259: error: expected primary-expression before '=' token
config_info.cpp:259: error: `__BOOL_DEFINED' undeclared (first use this
function)
config_info.cpp:260: error: expected primary-expression before '=' token
config_info.cpp:260: error: `__RTTI' undeclared (first use this function)
config_info.cpp:261: error: expected primary-expression before '=' token
config_info.cpp:261: error: `__PLACEMENT_DELETE' undeclared (first use
this function)
config_info.cpp:262: error: expected primary-expression before '=' token
config_info.cpp:262: error: `__NO_LONG_LONG' undeclared (first use this
function)
config_info.cpp:265: error: expected primary-expression before '=' token
config_info.cpp:265: error: `__ICC' undeclared (first use this function)
config_info.cpp:266: error: expected primary-expression before '=' token
config_info.cpp:266: error: `__ICL' undeclared (first use this function)
config_info.cpp:267: error: expected primary-expression before '=' token
config_info.cpp:267: error: `__ECC' undeclared (first use this function)
config_info.cpp:268: error: expected primary-expression before '=' token
config_info.cpp:268: error: `__INTEL_COMPILER' undeclared (first use this
function)
config_info.cpp:269: error: expected primary-expression before '=' token
config_info.cpp:269: error: `__USLC__' undeclared (first use this function)
config_info.cpp:270: error: expected primary-expression before '=' token
config_info.cpp:270: error: `__DECCXX' undeclared (first use this function)
config_info.cpp:271: error: expected primary-expression before '=' token
config_info.cpp:271: error: `__IBMCPP__' undeclared (first use this function)
config_info.cpp:272: error: expected primary-expression before '=' token
config_info.cpp:272: error: `_REENTRANT' undeclared (first use this
function)
config_info.cpp:273: error: expected primary-expression before '=' token
config_info.cpp:273: error: `_PTHREADS' undeclared (first use this function)
config_info.cpp:274: error: expected primary-expression before '=' token
config_info.cpp:275: error: expected primary-expression before '=' token
config_info.cpp:275: error: `__COMO__' undeclared (first use this function)
config_info.cpp:276: error: expected primary-expression before '=' token
config_info.cpp:276: error: `__COMO_VERSION__' undeclared (first use this
function)
config_info.cpp: In function `void print_stdlib_macros()':
config_info.cpp:281: error: `BOOST_STDLIB' undeclared (first use this
function)
config_info.cpp:508: error: expected primary-expression before '=' token
config_info.cpp:508: error: `_CPPLIB_VER' undeclared (first use this
function)
config_info.cpp:508: error: `BOOST_STRINGIZE' undeclared (first use this
function)
config_info.cpp:509: error: expected primary-expression before '=' token
config_info.cpp:509: error: `_GLOBAL_USING' undeclared (first use this
function)
config_info.cpp:510: error: expected primary-expression before '=' token
config_info.cpp:510: error: `_HAS_EXCEPTIONS' undeclared (first use this
function)
config_info.cpp:511: error: expected primary-expression before '=' token
config_info.cpp:511: error: `_HAS_MEMBER_TEMPLATES_REBIND'
undeclared (first use this function)
config_info.cpp:512: error: expected primary-expression before '=' token
config_info.cpp:512: error: `_HAS_TEMPLATE_PARTIAL_ORDERING'
undeclared (first use this function)
config_info.cpp:514: error: expected primary-expression before '=' token
config_info.cpp:514: error: `__SGI_STL_NO_ARROW_OPERATOR'
undeclared (first use this function)
config_info.cpp:515: error: expected primary-expression before '=' token
config_info.cpp:515: error: `__SGI_STL_OWN_IOSTREAMS' undeclared
(first use this function)
config_info.cpp:516: error: expected primary-expression before '=' token
config_info.cpp:516: error: `__SGI_STL_PORT' undeclared (first use this
function)
config_info.cpp:517: error: expected primary-expression before '=' token
config_info.cpp:517: error: `__STL_AUTOMATIC_TYPE_TRAITS'
undeclared (first use this function)
config_info.cpp:518: error: expected primary-expression before '=' token
config_info.cpp:518: error: `__STL_BASE_MATCH_BUG' undeclared (first
use this function)
config_info.cpp:519: error: expected primary-expression before '=' token
config_info.cpp:519: error: `__STL_BASE_TYPEDEF_BUG' undeclared (first
use this function)
config_info.cpp:520: error: expected primary-expression before '=' token
config_info.cpp:520: error: `__STL_BASE_TYPEDEF_OUTSIDE_BUG'
undeclared (first use this function)
config_info.cpp:521: error: expected primary-expression before '=' token
config_info.cpp:521: error: `__STL_BROKEN_USING_DIRECTIVE'
undeclared (first use this function)
config_info.cpp:522: error: expected primary-expression before '=' token
config_info.cpp:522: error: `__STL_CONST_CONSTRUCTOR_BUG'
undeclared (first use this function)
config_info.cpp:523: error: expected primary-expression before '=' token
config_info.cpp:523: error: `__STL_DEBUG' undeclared (first use this
function)
config_info.cpp:524: error: expected primary-expression before '=' token
config_info.cpp:524: error: `__STL_DEBUG_ALLOC' undeclared (first use
this function)
config_info.cpp:525: error: expected primary-expression before '=' token
config_info.cpp:525: error: `__STL_DEFAULT_CONSTRUCTOR_BUG'
undeclared (first use this function)
config_info.cpp:526: error: expected primary-expression before '=' token
config_info.cpp:526: error: `__STL_DEFAULT_TYPE_PARAM' undeclared
(first use this function)
config_info.cpp:527: error: expected primary-expression before '=' token
config_info.cpp:527: error: `__STL_DONT_REDEFINE_STD' undeclared
(first use this function)
config_info.cpp:528: error: expected primary-expression before '=' token
config_info.cpp:528: error: `__STL_DONT_USE_BOOL_TYPEDEF'
undeclared (first use this function)
config_info.cpp:529: error: expected primary-expression before '=' token
config_info.cpp:529: error: `__STL_HAS_NO_EXCEPTIONS' undeclared
(first use this function)
config_info.cpp:530: error: expected primary-expression before '=' token
config_info.cpp:530: error: `__STL_HAS_NO_NAMESPACES' undeclared
(first use this function)
config_info.cpp:531: error: expected primary-expression before '=' token
config_info.cpp:531: error: `__STL_HAS_NO_NEW_C_HEADERS'
undeclared (first use this function)
config_info.cpp:532: error: expected primary-expression before '=' token
config_info.cpp:532: error: `__STL_HAS_NO_NEW_IOSTREAMS'
undeclared (first use this function)
config_info.cpp:533: error: expected primary-expression before '=' token
config_info.cpp:533: error: `__STL_IMPORT_VENDOR_CSTD' undeclared
(first use this function)
config_info.cpp:534: error: expected primary-expression before '=' token
config_info.cpp:534: error: `__STL_LIMITED_DEFAULT_TEMPLATES'
undeclared (first use this function)
config_info.cpp:535: error: expected primary-expression before '=' token
config_info.cpp:535: error: `__STL_LINK_TIME_INSTANTIATION'
undeclared (first use this function)
config_info.cpp:536: error: expected primary-expression before '=' token
config_info.cpp:536: error: `__STL_LONG_LONG' undeclared (first use this
function)
config_info.cpp:537: error: expected primary-expression before '=' token
config_info.cpp:537: error: `__STL_LOOP_INLINE_PROBLEMS' undeclared
(first use this function)
config_info.cpp:538: error: expected primary-expression before '=' token
config_info.cpp:538: error: `__STL_MEMBER_POINTER_PARAM_BUG'
undeclared (first use this function)
config_info.cpp:539: error: expected primary-expression before '=' token
config_info.cpp:539: error: `__STL_NEED_EXPLICIT' undeclared (first use
this function)
config_info.cpp:540: error: expected primary-expression before '=' token
config_info.cpp:540: error: `__STL_NEED_MUTABLE' undeclared (first use
this function)
config_info.cpp:541: error: expected primary-expression before '=' token
config_info.cpp:541: error: `__STL_NEED_TYPENAME' undeclared (first use
this function)
config_info.cpp:542: error: expected primary-expression before '=' token
config_info.cpp:542: error: `__STL_NESTED_TYPE_PARAM_BUG'
undeclared (first use this function)
config_info.cpp:543: error: expected primary-expression before '=' token
config_info.cpp:543: error: `__STL_NO_BAD_ALLOC' undeclared (first use
this function)
config_info.cpp:544: error: expected primary-expression before '=' token
config_info.cpp:544: error: `__STL_NO_BOOL' undeclared (first use this
function)
config_info.cpp:545: error: expected primary-expression before '=' token
config_info.cpp:545: error:
`__STL_NO_CLASS_PARTIAL_SPECIALIZATION' undeclared (first use
this function)
config_info.cpp:546: error: expected primary-expression before '=' token
config_info.cpp:546: error: `__STL_NO_CSTD_FUNCTION_IMPORTS'
undeclared (first use this function)
config_info.cpp:547: error: expected primary-expression before '=' token
config_info.cpp:547: error: `__STL_NO_DEFAULT_NON_TYPE_PARAM'
undeclared (first use this function)
config_info.cpp:548: error: expected primary-expression before '=' token
config_info.cpp:548: error: `__STL_NO_EXCEPTION_HEADER' undeclared
(first use this function)
config_info.cpp:549: error: expected primary-expression before '=' token
config_info.cpp:549: error: `__STL_NO_EXCEPTION_SPEC' undeclared
(first use this function)
config_info.cpp:550: error: expected primary-expression before '=' token
config_info.cpp:550: error: `__STL_NO_EXCEPTIONS' undeclared (first use
this function)
config_info.cpp:551: error: expected primary-expression before '=' token
config_info.cpp:551: error:
`__STL_NO_EXPLICIT_FUNCTION_TMPL_ARGS' undeclared (first use
this function)
config_info.cpp:552: error: expected primary-expression before '=' token
config_info.cpp:552: error: `__STL_NO_FRIEND_TEMPLATES' undeclared
(first use this function)
config_info.cpp:553: error: expected primary-expression before '=' token
config_info.cpp:553: error:
`__STL_NO_FUNCTION_TMPL_PARTIAL_ORDER' undeclared (first use
this function)
config_info.cpp:554: error: expected primary-expression before '=' token
config_info.cpp:554: error: `__STL_NO_IOSTREAMS' undeclared (first use
this function)
config_info.cpp:555: error: expected primary-expression before '=' token
config_info.cpp:555: error: `__STL_NO_LONG_DOUBLE' undeclared (first
use this function)
config_info.cpp:556: error: expected primary-expression before '=' token
config_info.cpp:556: error: `__STL_NO_MEMBER_TEMPLATE_CLASSES'
undeclared (first use this function)
config_info.cpp:557: error: expected primary-expression before '=' token
config_info.cpp:557: error: `__STL_NO_MEMBER_TEMPLATE_KEYWORD'
undeclared (first use this function)
config_info.cpp:558: error: expected primary-expression before '=' token
config_info.cpp:558: error: `__STL_NO_MEMBER_TEMPLATES' undeclared
(first use this function)
config_info.cpp:559: error: expected primary-expression before '=' token
config_info.cpp:559: error: `__STL_NO_METHOD_SPECIALIZATION'
undeclared (first use this function)
config_info.cpp:560: error: expected primary-expression before '=' token
config_info.cpp:560: error: `__STL_NO_NAMESPACES' undeclared (first
use this function)
config_info.cpp:561: error: expected primary-expression before '=' token
config_info.cpp:561: error: `__STL_NO_NEW_IOSTREAMS' undeclared
(first use this function)
config_info.cpp:562: error: expected primary-expression before '=' token
config_info.cpp:562: error: `__STL_NO_NEW_NEW_HEADER' undeclared
(first use this function)
config_info.cpp:563: error: expected primary-expression before '=' token
config_info.cpp:563: error: `__STL_NO_NEW_STYLE_CASTS' undeclared
(first use this function)
config_info.cpp:564: error: expected primary-expression before '=' token
config_info.cpp:564: error:
`__STL_NO_PARTIAL_SPECIALIZATION_SYNTAX' undeclared (first use
this function)
config_info.cpp:565: error: expected primary-expression before '=' token
config_info.cpp:565: error: `__STL_NO_QUALIFIED_FRIENDS' undeclared
(first use this function)
config_info.cpp:566: error: expected primary-expression before '=' token
config_info.cpp:566: error: `__STL_NO_RELOPS_NAMESPACE'
undeclared (first use this function)
config_info.cpp:567: error: expected primary-expression before '=' token
config_info.cpp:567: error: `__STL_NO_SGI_IOSTREAMS' undeclared (first
use this function)
config_info.cpp:568: error: expected primary-expression before '=' token
config_info.cpp:568: error: `__STL_NO_STATIC_TEMPLATE_DATA'
undeclared (first use this function)
config_info.cpp:569: error: expected primary-expression before '=' token
config_info.cpp:569: error: `__STL_NO_TEMPLATE_CONVERSIONS'
undeclared (first use this function)
config_info.cpp:570: error: expected primary-expression before '=' token
config_info.cpp:570: error: `__STL_NO_WCHAR_T' undeclared (first use this
function)
config_info.cpp:571: error: expected primary-expression before '=' token
config_info.cpp:571: error: `__STL_NON_TYPE_TMPL_PARAM_BUG'
undeclared (first use this function)
config_info.cpp:572: error: expected primary-expression before '=' token
config_info.cpp:572: error: `__STL_NONTEMPL_BASE_MATCH_BUG'
undeclared (first use this function)
config_info.cpp:573: error: expected primary-expression before '=' token
config_info.cpp:573: error:
`__STL_PARTIAL_SPEC_NEEDS_TEMPLATE_ARGS' undeclared (first
use this function)
config_info.cpp:574: error: expected primary-expression before '=' token
config_info.cpp:574: error: `__STL_RAND48' undeclared (first use this
function)
config_info.cpp:575: error: expected primary-expression before '=' token
config_info.cpp:575: error: `__STL_STATIC_ARRAY_BUG' undeclared (first
use this function)
config_info.cpp:576: error: expected primary-expression before '=' token
config_info.cpp:576: error: `__STL_STATIC_CONST_INIT_BUG' undeclared
(first use this function)
config_info.cpp:577: error: expected primary-expression before '=' token
config_info.cpp:578: error: expected primary-expression before '=' token
config_info.cpp:578: error: `__STL_THROW_RETURN_BUG' undeclared
(first use this function)
config_info.cpp:579: error: expected primary-expression before '=' token
config_info.cpp:579: error: `__STL_TRIVIAL_CONSTRUCTOR_BUG'
undeclared (first use this function)
config_info.cpp:580: error: expected primary-expression before '=' token
config_info.cpp:580: error: `__STL_TRIVIAL_DESTRUCTOR_BUG'
undeclared (first use this function)
config_info.cpp:581: error: expected primary-expression before '=' token
config_info.cpp:581: error: `__STL_UNINITIALIZABLE_PRIVATE'
undeclared (first use this function)
config_info.cpp:582: error: expected primary-expression before '=' token
config_info.cpp:582: error: `__STL_USE_ABBREVS' undeclared (first use
this function)
config_info.cpp:583: error: expected primary-expression before '=' token
config_info.cpp:583: error: `__STL_USE_DEFALLOC' undeclared (first use
this function)
config_info.cpp:584: error: expected primary-expression before '=' token
config_info.cpp:584: error: `__STL_USE_MALLOC' undeclared (first use this
function)
config_info.cpp:585: error: expected primary-expression before '=' token
config_info.cpp:585: error: `__STL_USE_NEW_C_HEADERS' undeclared
(first use this function)
config_info.cpp:586: error: expected primary-expression before '=' token
config_info.cpp:586: error: `__STL_USE_NEW_IOSTREAMS' undeclared
(first use this function)
config_info.cpp:587: error: expected primary-expression before '=' token
config_info.cpp:587: error: `__STL_USE_NEWALLOC' undeclared (first use
this function)
config_info.cpp:588: error: expected primary-expression before '=' token
config_info.cpp:588: error: `__STL_USE_OWN_NAMESPACE' undeclared
(first use this function)
config_info.cpp:589: error: expected primary-expression before '=' token
config_info.cpp:589: error: `__STL_USE_SGI_ALLOCATORS' undeclared
(first use this function)
config_info.cpp:590: error: expected primary-expression before '=' token
config_info.cpp:590: error: `__STL_WCHAR_T_IS_USHORT' undeclared
(first use this function)
config_info.cpp:591: error: expected primary-expression before '=' token
config_info.cpp:591: error: `__STL_WEAK_ATTRIBUTE' undeclared (first
use this function)
config_info.cpp:592: error: expected primary-expression before '=' token
config_info.cpp:592: error: `__STL_YVALS_H' undeclared (first use this
function)
config_info.cpp:593: error: expected primary-expression before '=' token
config_info.cpp:593: error: `_NOTHREADS' undeclared (first use this
function)
config_info.cpp:594: error: expected primary-expression before '=' token
config_info.cpp:594: error: `_PTHREADS' undeclared (first use this function)
config_info.cpp:674: error: expected primary-expression before '=' token
config_info.cpp:674: error: `__GLIBCPP__' undeclared (first use this
function)
config_info.cpp:675: error: expected primary-expression before '=' token
config_info.cpp:675: error: `_GLIBCPP_USE_WCHAR_T' undeclared (first
use this function)
config_info.cpp:676: error: expected primary-expression before '=' token
config_info.cpp:676: error: `_GLIBCPP_VERSION' undeclared (first use this
function)
config_info.cpp:678: error: expected primary-expression before '=' token
config_info.cpp:678: error: `MSIPL_ANSI_HEADER' undeclared (first use
this function)
config_info.cpp:679: error: expected primary-expression before '=' token
config_info.cpp:679: error: `MSIPL_BOOL_BUILTIN' undeclared (first use
this function)
config_info.cpp:680: error: expected primary-expression before '=' token
config_info.cpp:680: error: `MSIPL_DEF_EXPLICIT' undeclared (first use
this function)
config_info.cpp:681: error: expected primary-expression before '=' token
config_info.cpp:681: error: `MSIPL_DEF_TEMPARG' undeclared (first use
this function)
config_info.cpp:682: error: expected primary-expression before '=' token
config_info.cpp:682: error: `MSIPL_EXPINST_ALLOWED' undeclared (first
use this function)
config_info.cpp:683: error: expected primary-expression before '=' token
config_info.cpp:683: error: `MSIPL_EXPLICIT_FUNC_TEMPLATE_ARG'
undeclared (first use this function)
config_info.cpp:684: error: expected primary-expression before '=' token
config_info.cpp:684: error: `MISPL_EXPLICIT_TEMPLATE_ARGUMENT'
undeclared (first use this function)
config_info.cpp:685: error: expected primary-expression before '=' token
config_info.cpp:685: error: `MSIPL_FUNC_TEMPLATE_DEFARG'
undeclared (first use this function)
config_info.cpp:686: error: expected primary-expression before '=' token
config_info.cpp:686: error: `MSIPL_MEMBER_TEMPLATE' undeclared (first
use this function)
config_info.cpp:687: error: expected primary-expression before '=' token
config_info.cpp:687: error: `MSIPL_MULTITHREAD' undeclared (first use
this function)
config_info.cpp:688: error: expected primary-expression before '=' token
config_info.cpp:688: error: `MSIPL_NON_TYPE_TEMPARG' undeclared
(first use this function)
config_info.cpp:689: error: expected primary-expression before '=' token
config_info.cpp:689: error: `MSIPL_PARTIAL_TEMPL' undeclared (first use
this function)
config_info.cpp:690: error: expected primary-expression before '=' token
config_info.cpp:690: error: `MSIPL_STATIC_CONST_INIT' undeclared (first
use this function)
config_info.cpp:691: error: expected primary-expression before '=' token
config_info.cpp:691: error: `MSIPL_TEMPL_NEWSPEC' undeclared (first
use this function)
config_info.cpp:692: error: expected primary-expression before '=' token
config_info.cpp:692: error: `MSIPL_TYPENAME' undeclared (first use this
function)
config_info.cpp:693: error: expected primary-expression before '=' token
config_info.cpp:693: error: `MSIPL_USING_NAMESPACE' undeclared (first
use this function)
config_info.cpp:694: error: expected primary-expression before '=' token
config_info.cpp:694: error: `MSIPL_WCHART' undeclared (first use this
function)
config_info.cpp: In function `void print_platform_macros()':
config_info.cpp:699: error: `BOOST_PLATFORM' undeclared (first use this
function)
config_info.cpp:704: error: `byte' undeclared (first use this function)
config_info.cpp:704: error: `BOOST_STRINGIZE' undeclared (first use this
function)
config_info.cpp:716: error: expected primary-expression before '=' token
config_info.cpp:717: error: expected primary-expression before '=' token
config_info.cpp:718: error: expected primary-expression before '=' token
config_info.cpp:719: error: expected primary-expression before '=' token
config_info.cpp:720: error: expected primary-expression before '=' token
config_info.cpp:721: error: expected primary-expression before '=' token
config_info.cpp:722: error: expected primary-expression before '=' token
config_info.cpp:723: error: expected primary-expression before '=' token
config_info.cpp:724: error: expected primary-expression before '=' token
config_info.cpp:724: error: `LONGLONG_MAX' undeclared (first use this
function)
config_info.cpp:725: error: expected primary-expression before '=' token
config_info.cpp:726: error: expected primary-expression before '=' token
config_info.cpp:727: error: expected primary-expression before '=' token
config_info.cpp:727: error: `ULONGLONG_MAX' undeclared (first use this
function)
config_info.cpp:729: error: expected primary-expression before '=' token
config_info.cpp:729: error: `__STDC_IEC_559__' undeclared (first use this
function)
config_info.cpp:730: error: expected primary-expression before '=' token
config_info.cpp:730: error: `__STDC_IEC_559_COMPLEX__' undeclared
(first use this function)
config_info.cpp:731: error: expected primary-expression before '=' token
config_info.cpp:731: error: `__STDC_ISO_10646__' undeclared (first use
this function)
config_info.cpp:733: error: expected primary-expression before '=' token
config_info.cpp:733: error: `__GLIBC__' undeclared (first use this function)
config_info.cpp:734: error: expected primary-expression before '=' token
config_info.cpp:734: error: `__GLIBC_MINOR__' undeclared (first use this
function)
config_info.cpp:735: error: expected primary-expression before '=' token
config_info.cpp:735: error: `__GNU_LIBRARY__' undeclared (first use this
function)
config_info.cpp:736: error: expected primary-expression before '=' token
config_info.cpp:736: error: `_BSD_SOURCE' undeclared (first use this
function)
config_info.cpp:737: error: expected primary-expression before '=' token
config_info.cpp:737: error: `_FILE_OFFSET_BITS' undeclared (first use this
function)
config_info.cpp:738: error: expected primary-expression before '=' token
config_info.cpp:738: error: `_GNU_SOURCE' undeclared (first use this
function)
config_info.cpp:739: error: expected primary-expression before '=' token
config_info.cpp:739: error: `_ISOC99_SOURCE' undeclared (first use this
function)
config_info.cpp:740: error: expected primary-expression before '=' token
config_info.cpp:740: error: `_ISOC9X_SOURCE' undeclared (first use this
function)
config_info.cpp:741: error: expected primary-expression before '=' token
config_info.cpp:741: error: `_LARGEFILE_SOURCE' undeclared (first use
this function)
config_info.cpp:742: error: expected primary-expression before '=' token
config_info.cpp:742: error: `_LARGEFILE64_SOURCE' undeclared (first use
this function)
config_info.cpp:743: error: expected primary-expression before '=' token
config_info.cpp:743: error: `_SVID_SOURCE' undeclared (first use this
function)
config_info.cpp:744: error: expected primary-expression before '=' token
config_info.cpp:744: error: `_THREAD_SAFE' undeclared (first use this
function)
config_info.cpp:745: error: expected primary-expression before '=' token
config_info.cpp:745: error: `_XOPEN_SOURCE_EXTENDED' undeclared
(first use this function)
config_info.cpp:746: error: expected primary-expression before '=' token
config_info.cpp:746: error: `XPG' undeclared (first use this function)
config_info.cpp:748: error: expected primary-expression before '=' token
config_info.cpp:748: error: `_POSIX_ADVISORY_INFO' undeclared (first
use this function)
config_info.cpp:749: error: expected primary-expression before '=' token
config_info.cpp:749: error: `_POSIX_ASYNCHRONOUS_IO' undeclared
(first use this function)
config_info.cpp:750: error: expected primary-expression before '=' token
config_info.cpp:750: error: `_POSIX_BARRIERS' undeclared (first use this
function)
config_info.cpp:751: error: expected primary-expression before '=' token
config_info.cpp:751: error: `_POSIX_C_SOURCE' undeclared (first use this
function)
config_info.cpp:752: error: expected primary-expression before '=' token
config_info.cpp:752: error: `_POSIX_CHOWN_RESTRICTED' undeclared
(first use this function)
config_info.cpp:753: error: expected primary-expression before '=' token
config_info.cpp:753: error: `_POSIX_CLOCK_SELECTION' undeclared (first
use this function)
config_info.cpp:754: error: expected primary-expression before '=' token
config_info.cpp:754: error: `_POSIX_CPUTIME' undeclared (first use this
function)
config_info.cpp:755: error: expected primary-expression before '=' token
config_info.cpp:755: error: `_POSIX_FSYNC' undeclared (first use this
function)
config_info.cpp:756: error: expected primary-expression before '=' token
config_info.cpp:756: error: `_POSIX_JOB_CONTROL' undeclared (first use
this function)
config_info.cpp:757: error: expected primary-expression before '=' token
config_info.cpp:757: error: `_POSIX_MAPPED_FILES' undeclared (first use
this function)
config_info.cpp:758: error: expected primary-expression before '=' token
config_info.cpp:758: error: `_POSIX_MEMLOCK' undeclared (first use this
function)
config_info.cpp:759: error: expected primary-expression before '=' token
config_info.cpp:759: error: `_POSIX_MEMLOCK_RANGE' undeclared (first
use this function)
config_info.cpp:760: error: expected primary-expression before '=' token
config_info.cpp:760: error: `_POSIX_MEMORY_PROTECTION' undeclared
(first use this function)
config_info.cpp:761: error: expected primary-expression before '=' token
config_info.cpp:761: error: `_POSIX_MESSAGE_PASSING' undeclared
(first use this function)
config_info.cpp:762: error: expected primary-expression before '=' token
config_info.cpp:762: error: `_POSIX_MONOTONIC_CLOCK' undeclared
(first use this function)
config_info.cpp:763: error: expected primary-expression before '=' token
config_info.cpp:763: error: `_POSIX_NO_TRUNC' undeclared (first use this
function)
config_info.cpp:764: error: expected primary-expression before '=' token
config_info.cpp:764: error: `_POSIX_PRIORITIZED_IO' undeclared (first
use this function)
config_info.cpp:765: error: expected primary-expression before '=' token
config_info.cpp:765: error: `_POSIX_PRIORITY_SCHEDULING' undeclared
(first use this function)
config_info.cpp:766: error: expected primary-expression before '=' token
config_info.cpp:766: error: `_POSIX_RAW_SOCKETS' undeclared (first use
this function)
config_info.cpp:767: error: expected primary-expression before '=' token
config_info.cpp:767: error: `_POSIX_READER_WRITER_LOCKS'
undeclared (first use this function)
config_info.cpp:768: error: expected primary-expression before '=' token
config_info.cpp:768: error: `_POSIX_REALTIME_SIGNALS' undeclared (first
use this function)
config_info.cpp:769: error: expected primary-expression before '=' token
config_info.cpp:769: error: `_POSIX_REGEXP' undeclared (first use this
function)
config_info.cpp:770: error: expected primary-expression before '=' token
config_info.cpp:770: error: `_POSIX_SAVED_IDS' undeclared (first use this
function)
config_info.cpp:771: error: expected primary-expression before '=' token
config_info.cpp:771: error: `_POSIX_SEMAPHORES' undeclared (first use
this function)
config_info.cpp:772: error: expected primary-expression before '=' token
config_info.cpp:772: error: `_POSIX_SHARED_MEMORY_OBJECTS'
undeclared (first use this function)
config_info.cpp:773: error: expected primary-expression before '=' token
config_info.cpp:773: error: `_POSIX_SHELL' undeclared (first use this
function)
config_info.cpp:774: error: expected primary-expression before '=' token
config_info.cpp:774: error: `_POSIX_SOURCE' undeclared (first use this
function)
config_info.cpp:775: error: expected primary-expression before '=' token
config_info.cpp:775: error: `_POSIX_SPAWN' undeclared (first use this
function)
config_info.cpp:776: error: expected primary-expression before '=' token
config_info.cpp:776: error: `_POSIX_SPIN_LOCKS' undeclared (first use
this function)
config_info.cpp:777: error: expected primary-expression before '=' token
config_info.cpp:777: error: `_POSIX_SPORADIC_SERVER' undeclared
(first use this function)
config_info.cpp:778: error: expected primary-expression before '=' token
config_info.cpp:778: error: `_POSIX_SYNCHRONIZED_IO' undeclared (first
use this function)
config_info.cpp:779: error: expected primary-expression before '=' token
config_info.cpp:779: error: `_POSIX_THREAD_ATTR_STACKADDR'
undeclared (first use this function)
config_info.cpp:780: error: expected primary-expression before '=' token
config_info.cpp:780: error: `_POSIX_THREAD_ATTR_STACKSIZE'
undeclared (first use this function)
config_info.cpp:781: error: expected primary-expression before '=' token
config_info.cpp:781: error: `_POSIX_THREAD_CPUTIME' undeclared (first
use this function)
config_info.cpp:782: error: expected primary-expression before '=' token
config_info.cpp:782: error: `_POSIX_THREAD_PRIO_INHERIT' undeclared
(first use this function)
config_info.cpp:783: error: expected primary-expression before '=' token
config_info.cpp:783: error: `_POSIX_THREAD_PRIO_PROTECT'
undeclared (first use this function)
config_info.cpp:784: error: expected primary-expression before '=' token
config_info.cpp:784: error: `_POSIX_THREAD_PRIORITY_SCHEDULING'
undeclared (first use this function)
config_info.cpp:785: error: expected primary-expression before '=' token
config_info.cpp:785: error: `_POSIX_THREAD_PROCESS_SHARED'
undeclared (first use this function)
config_info.cpp:786: error: expected primary-expression before '=' token
config_info.cpp:786: error: `_POSIX_THREAD_SAFE_FUNCTIONS'
undeclared (first use this function)
config_info.cpp:787: error: expected primary-expression before '=' token
config_info.cpp:787: error: `_POSIX_THREAD_SPORADIC_SERVER'
undeclared (first use this function)
config_info.cpp:788: error: expected primary-expression before '=' token
config_info.cpp:788: error: `_POSIX_THREADS' undeclared (first use this
function)
config_info.cpp:789: error: expected primary-expression before '=' token
config_info.cpp:789: error: `_POSIX_TIMEOUTS' undeclared (first use this
function)
config_info.cpp:790: error: expected primary-expression before '=' token
config_info.cpp:790: error: `_POSIX_TIMERS' undeclared (first use this
function)
config_info.cpp:791: error: expected primary-expression before '=' token
config_info.cpp:791: error: `_POSIX_TRACE' undeclared (first use this
function)
config_info.cpp:792: error: expected primary-expression before '=' token
config_info.cpp:792: error: `_POSIX_TRACE_EVENT_FILTER' undeclared
(first use this function)
config_info.cpp:793: error: expected primary-expression before '=' token
config_info.cpp:793: error: `_POSIX_TRACE_INHERIT' undeclared (first use
this function)
config_info.cpp:794: error: expected primary-expression before '=' token
config_info.cpp:794: error: `_POSIX_TRACE_LOG' undeclared (first use this
function)
config_info.cpp:795: error: expected primary-expression before '=' token
config_info.cpp:795: error: `_POSIX_TYPED_MEMORY_OBJECTS'
undeclared (first use this function)
config_info.cpp:796: error: expected primary-expression before '=' token
config_info.cpp:796: error: `_POSIX_VDISABLE' undeclared (first use this
function)
config_info.cpp:797: error: expected primary-expression before '=' token
config_info.cpp:797: error: `_POSIX_VERSION' undeclared (first use this
function)
config_info.cpp:798: error: expected primary-expression before '=' token
config_info.cpp:798: error: `_POSIX2_C_BIND' undeclared (first use this
function)
config_info.cpp:799: error: expected primary-expression before '=' token
config_info.cpp:799: error: `_POSIX2_C_DEV' undeclared (first use this
function)
config_info.cpp:800: error: expected primary-expression before '=' token
config_info.cpp:800: error: `_POSIX2_CHAR_TERM' undeclared (first use
this function)
config_info.cpp:801: error: expected primary-expression before '=' token
config_info.cpp:801: error: `_POSIX2_FORT_DEV' undeclared (first use this
function)
config_info.cpp:802: error: expected primary-expression before '=' token
config_info.cpp:802: error: `_POSIX2_FORT_RUN' undeclared (first use this
function)
config_info.cpp:803: error: expected primary-expression before '=' token
config_info.cpp:803: error: `_POSIX2_LOCALEDEF' undeclared (first use
this function)
config_info.cpp:804: error: expected primary-expression before '=' token
config_info.cpp:804: error: `_POSIX2_PBS' undeclared (first use this
function)
config_info.cpp:805: error: expected primary-expression before '=' token
config_info.cpp:805: error: `_POSIX2_PBS_ACCOUNTING' undeclared (first
use this function)
config_info.cpp:806: error: expected primary-expression before '=' token
config_info.cpp:806: error: `_POSIX2_PBS_CHECKPOINT' undeclared (first
use this function)
config_info.cpp:807: error: expected primary-expression before '=' token
config_info.cpp:807: error: `_POSIX2_PBS_LOCATE' undeclared (first use
this function)
config_info.cpp:808: error: expected primary-expression before '=' token
config_info.cpp:808: error: `_POSIX2_PBS_MESSAGE' undeclared (first use
this function)
config_info.cpp:809: error: expected primary-expression before '=' token
config_info.cpp:809: error: `_POSIX2_PBS_TRACK' undeclared (first use
this function)
config_info.cpp:810: error: expected primary-expression before '=' token
config_info.cpp:810: error: `_POSIX2_SW_DEV' undeclared (first use this
function)
config_info.cpp:811: error: expected primary-expression before '=' token
config_info.cpp:811: error: `_POSIX2_UPE' undeclared (first use this
function)
config_info.cpp:812: error: expected primary-expression before '=' token
config_info.cpp:812: error: `_POSIX2_VERSION' undeclared (first use this
function)
config_info.cpp:813: error: expected primary-expression before '=' token
config_info.cpp:813: error: `_V6_ILP32_OFF32' undeclared (first use this
function)
config_info.cpp:814: error: expected primary-expression before '=' token
config_info.cpp:814: error: `_V6_ILP32_OFFBIG' undeclared (first use this
function)
config_info.cpp:815: error: expected primary-expression before '=' token
config_info.cpp:815: error: `_V6_LP64_OFF64' undeclared (first use this
function)
config_info.cpp:816: error: expected primary-expression before '=' token
config_info.cpp:816: error: `_V6_LPBIG_OFFBIG' undeclared (first use this
function)
config_info.cpp:817: error: expected primary-expression before '=' token
config_info.cpp:817: error: `_XBS5_ILP32_OFF32' undeclared (first use this
function)
config_info.cpp:818: error: expected primary-expression before '=' token
config_info.cpp:818: error: `_XBS5_ILP32_OFFBIG' undeclared (first use
this function)
config_info.cpp:819: error: expected primary-expression before '=' token
config_info.cpp:819: error: `_XBS5_LP64_OFF64' undeclared (first use this
function)
config_info.cpp:820: error: expected primary-expression before '=' token
config_info.cpp:820: error: `_XBS5_LPBIG_OFFBIG' undeclared (first use
this function)
config_info.cpp:821: error: expected primary-expression before '=' token
config_info.cpp:821: error: `_XOPEN_CRYPT' undeclared (first use this
function)
config_info.cpp:822: error: expected primary-expression before '=' token
config_info.cpp:822: error: `_XOPEN_ENH_I18N' undeclared (first use this
function)
config_info.cpp:823: error: expected primary-expression before '=' token
config_info.cpp:823: error: `_XOPEN_LEGACY' undeclared (first use this
function)
config_info.cpp:824: error: expected primary-expression before '=' token
config_info.cpp:824: error: `_XOPEN_REALTIME' undeclared (first use this
function)
config_info.cpp:825: error: expected primary-expression before '=' token
config_info.cpp:825: error: `_XOPEN_REALTIME_THREADS' undeclared
(first use this function)
config_info.cpp:826: error: expected primary-expression before '=' token
config_info.cpp:826: error: `_XOPEN_SHM' undeclared (first use this
function)
config_info.cpp:827: error: expected primary-expression before '=' token
config_info.cpp:827: error: `_XOPEN_SOURCE' undeclared (first use this
function)
config_info.cpp:828: error: expected primary-expression before '=' token
config_info.cpp:828: error: `_XOPEN_STREAMS' undeclared (first use this
function)
config_info.cpp:829: error: expected primary-expression before '=' token
config_info.cpp:829: error: `_XOPEN_UNIX' undeclared (first use this
function)
config_info.cpp:830: error: expected primary-expression before '=' token
config_info.cpp:830: error: `_XOPEN_VERSION' undeclared (first use this
function)
config_info.cpp: In function `void print_boost_macros()':
config_info.cpp:835: error: `BOOST_VERSION' undeclared (first use this
function)
config_info.cpp:835: error: `BOOST_STRINGIZE' undeclared (first use this
function)
config_info.cpp:837: error: expected primary-expression before '=' token
config_info.cpp:837: error: `BOOST_USER_CONFIG' undeclared (first use
this function)
config_info.cpp:838: error: expected primary-expression before '=' token
config_info.cpp:838: error: `BOOST_COMPILER_CONFIG' undeclared (first
use this function)
config_info.cpp:839: error: expected primary-expression before '=' token
config_info.cpp:839: error: `BOOST_STDLIB_CONFIG' undeclared (first use
this function)
config_info.cpp:840: error: expected primary-expression before '=' token
config_info.cpp:840: error: `BOOST_PLATFORM_CONFIG' undeclared (first
use this function)
config_info.cpp:841: error: expected primary-expression before '=' token
config_info.cpp:841: error: `BOOST_NO_CONFIG' undeclared (first use this
function)
config_info.cpp:842: error: expected primary-expression before '=' token
config_info.cpp:842: error: `BOOST_NO_USER_CONFIG' undeclared (first
use this function)
config_info.cpp:843: error: expected primary-expression before '=' token
config_info.cpp:843: error: `BOOST_NO_COMPILER_CONFIG' undeclared
(first use this function)
config_info.cpp:844: error: expected primary-expression before '=' token
config_info.cpp:844: error: `BOOST_NO_STDLIB_CONFIG' undeclared (first
use this function)
config_info.cpp:845: error: expected primary-expression before '=' token
config_info.cpp:845: error: `BOOST_NO_PLATFORM_CONFIG' undeclared
(first use this function)
config_info.cpp:847: error: expected primary-expression before '=' token
config_info.cpp:847: error:
`BOOST_BCB_PARTIAL_SPECIALIZATION_BUG' undeclared (first use
this function)
config_info.cpp:848: error: expected primary-expression before '=' token
config_info.cpp:848: error: `BOOST_DEDUCED_TYPENAME' undeclared
(first use this function)
config_info.cpp:849: error: expected primary-expression before '=' token
config_info.cpp:849: error: `BOOST_DISABLE_THREADS' undeclared (first
use this function)
config_info.cpp:850: error: expected primary-expression before '=' token
config_info.cpp:850: error: `BOOST_DISABLE_WIN32' undeclared (first use
this function)
config_info.cpp:851: error: expected primary-expression before '=' token
config_info.cpp:851: error:
`BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL'
undeclared (first use this function)
config_info.cpp:852: error: expected primary-expression before '=' token
config_info.cpp:852: error: `BOOST_HAS_BETHREADS' undeclared (first
use this function)
config_info.cpp:853: error: expected primary-expression before '=' token
config_info.cpp:853: error: `BOOST_HAS_CLOCK_GETTIME' undeclared
(first use this function)
config_info.cpp:854: error: expected primary-expression before '=' token
config_info.cpp:854: error: `BOOST_HAS_DECLSPEC' undeclared (first use
this function)
config_info.cpp:855: error: expected primary-expression before '=' token
config_info.cpp:855: error: `BOOST_HAS_DIRENT_H' undeclared (first use
this function)
config_info.cpp:856: error: expected primary-expression before '=' token
config_info.cpp:856: error: `BOOST_HAS_FTIME' undeclared (first use this
function)
config_info.cpp:857: error: expected primary-expression before '=' token
config_info.cpp:857: error: `BOOST_HAS_GETTIMEOFDAY' undeclared
(first use this function)
config_info.cpp:858: error: expected primary-expression before '=' token
config_info.cpp:858: error: `BOOST_HAS_HASH' undeclared (first use this
function)
config_info.cpp:859: error: expected primary-expression before '=' token
config_info.cpp:859: error: `BOOST_HAS_LONG_LONG' undeclared (first
use this function)
config_info.cpp:860: error: expected primary-expression before '=' token
config_info.cpp:860: error: `BOOST_HAS_MACRO_USE_FACET'
undeclared (first use this function)
config_info.cpp:861: error: expected primary-expression before '=' token
config_info.cpp:861: error: `BOOST_HAS_MS_INT64' undeclared (first use
this function)
config_info.cpp:862: error: expected primary-expression before '=' token
config_info.cpp:862: error: `BOOST_HAS_NANOSLEEP' undeclared (first
use this function)
config_info.cpp:863: error: expected primary-expression before '=' token
config_info.cpp:863: error: `BOOST_HAS_NL_TYPES_H' undeclared (first
use this function)
config_info.cpp:864: error: expected primary-expression before '=' token
config_info.cpp:864: error: `BOOST_HAS_NRVO' undeclared (first use this
function)
config_info.cpp:865: error: expected primary-expression before '=' token
config_info.cpp:865: error: `BOOST_HAS_PARTIAL_STD_ALLOCATOR'
undeclared (first use this function)
config_info.cpp:866: error: expected primary-expression before '=' token
config_info.cpp:866: error: `BOOST_HAS_PTHREAD_DELAY_NP'
undeclared (first use this function)
config_info.cpp:867: error: expected primary-expression before '=' token
config_info.cpp:867: error:
`BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE' undeclared (first use
this function)
config_info.cpp:868: error: expected primary-expression before '=' token
config_info.cpp:868: error: `BOOST_HAS_PTHREAD_YIELD' undeclared
(first use this function)
config_info.cpp:869: error: expected primary-expression before '=' token
config_info.cpp:869: error: `BOOST_HAS_PTHREADS' undeclared (first use
this function)
config_info.cpp:870: error: expected primary-expression before '=' token
config_info.cpp:870: error: `BOOST_HAS_SCHED_YIELD' undeclared (first
use this function)
config_info.cpp:871: error: expected primary-expression before '=' token
config_info.cpp:871: error: `BOOST_HAS_SIGACTION' undeclared (first use
this function)
config_info.cpp:872: error: expected primary-expression before '=' token
config_info.cpp:872: error: `BOOST_HAS_SGI_TYPE_TRAITS' undeclared
(first use this function)
config_info.cpp:873: error: expected primary-expression before '=' token
config_info.cpp:873: error: `BOOST_HAS_STDINT_H' undeclared (first use
this function)
config_info.cpp:874: error: expected primary-expression before '=' token
config_info.cpp:874: error: `BOOST_HAS_SLIST' undeclared (first use this
function)
config_info.cpp:875: error: expected primary-expression before '=' token
config_info.cpp:875: error: `BOOST_HAS_STLP_USE_FACET' undeclared
(first use this function)
config_info.cpp:876: error: expected primary-expression before '=' token
config_info.cpp:876: error: `BOOST_HAS_THREADS' undeclared (first use
this function)
config_info.cpp:877: error: expected primary-expression before '=' token
config_info.cpp:877: error: `BOOST_HAS_TWO_ARG_USE_FACET'
undeclared (first use this function)
config_info.cpp:878: error: expected primary-expression before '=' token
config_info.cpp:878: error: `BOOST_HAS_UNISTD_H' undeclared (first use
this function)
config_info.cpp:879: error: expected primary-expression before '=' token
config_info.cpp:879: error: `BOOST_HAS_WINTHREADS' undeclared (first
use this function)
config_info.cpp:880: error: expected primary-expression before '=' token
config_info.cpp:880: error: `BOOST_INTEL' undeclared (first use this
function)
config_info.cpp:881: error: expected primary-expression before '=' token
config_info.cpp:881: error: `BOOST_MSVC' undeclared (first use this
function)
config_info.cpp:882: error: expected primary-expression before '=' token
config_info.cpp:882: error: `BOOST_MSVC_STD_ITERATOR' undeclared
(first use this function)
config_info.cpp:883: error: expected primary-expression before '=' token
config_info.cpp:883: error: `BOOST_MSVC6_MEMBER_TEMPLATES'
undeclared (first use this function)
config_info.cpp:884: error: expected primary-expression before '=' token
config_info.cpp:884: error: `BOOST_NESTED_TEMPLATE' undeclared (first
use this function)
config_info.cpp:885: error: expected primary-expression before '=' token
config_info.cpp:885: error:
`BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP' undeclared (first use
this function)
config_info.cpp:886: error: expected primary-expression before '=' token
config_info.cpp:886: error:
`BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS' undeclared (first use
this function)
config_info.cpp:887: error: expected primary-expression before '=' token
config_info.cpp:887: error: `BOOST_NO_AUTO_PTR' undeclared (first use
this function)
config_info.cpp:888: error: expected primary-expression before '=' token
config_info.cpp:888: error: `BOOST_NO_CTYPE_FUNCTIONS' undeclared
(first use this function)
config_info.cpp:889: error: expected primary-expression before '=' token
config_info.cpp:889: error: `BOOST_NO_CV_SPECIALIZATIONS'
undeclared (first use this function)
config_info.cpp:890: error: expected primary-expression before '=' token
config_info.cpp:890: error: `BOOST_NO_CV_VOID_SPECIALIZATIONS'
undeclared (first use this function)
config_info.cpp:891: error: expected primary-expression before '=' token
config_info.cpp:891: error: `BOOST_NO_CWCHAR' undeclared (first use
this function)
config_info.cpp:892: error: expected primary-expression before '=' token
config_info.cpp:892: error: `BOOST_NO_CWCTYPE' undeclared (first use
this function)
config_info.cpp:893: error: expected primary-expression before '=' token
config_info.cpp:893: error: `BOOST_NO_DEDUCED_TYPENAME'
undeclared (first use this function)
config_info.cpp:894: error: expected primary-expression before '=' token
config_info.cpp:894: error:
`BOOST_NO_DEPENDENT_NESTED_DERIVATIONS' undeclared (first
use this function)
config_info.cpp:895: error: expected primary-expression before '=' token
config_info.cpp:895: error:
`BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS'
undeclared (first use this function)
config_info.cpp:896: error: expected primary-expression before '=' token
config_info.cpp:896: error: `BOOST_NO_EXCEPTIONS' undeclared (first
use this function)
config_info.cpp:897: error: expected primary-expression before '=' token
config_info.cpp:897: error:
`BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS'
undeclared (first use this function)
config_info.cpp:898: error: expected primary-expression before '=' token
config_info.cpp:898: error:
`BOOST_NO_FUNCTION_TEMPLATE_ORDERING' undeclared (first use
this function)
config_info.cpp:899: error: expected primary-expression before '=' token
config_info.cpp:899: error: `BOOST_NO_HASH' undeclared (first use this
function)
config_info.cpp:900: error: expected primary-expression before '=' token
config_info.cpp:900: error:
`BOOST_NO_INCLASS_MEMBER_INITIALIZATION' undeclared (first use
this function)
config_info.cpp:901: error: expected primary-expression before '=' token
config_info.cpp:901: error: `BOOST_NO_INT64_T' undeclared (first use this
function)
config_info.cpp:902: error: expected primary-expression before '=' token
config_info.cpp:902: error: `BOOST_NO_INTEGRAL_INT64_T' undeclared
(first use this function)
config_info.cpp:903: error: expected primary-expression before '=' token
config_info.cpp:903: error: `BOOST_NO_INTRINSIC_WCHAR_T'
undeclared (first use this function)
config_info.cpp:904: error: expected primary-expression before '=' token
config_info.cpp:904: error: `BOOST_NO_LIMITS' undeclared (first use this
function)
config_info.cpp:905: error: expected primary-expression before '=' token
config_info.cpp:905: error:
`BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS' undeclared (first
use this function)
config_info.cpp:906: error: expected primary-expression before '=' token
config_info.cpp:906: error: `BOOST_NO_LONG_LONG_NUMERIC_LIMITS'
undeclared (first use this function)
config_info.cpp:907: error: expected primary-expression before '=' token
config_info.cpp:907: error:
`BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS' undeclared (first
use this function)
config_info.cpp:908: error: expected primary-expression before '=' token
config_info.cpp:908: error:
`BOOST_NO_MEMBER_TEMPLATE_KEYWORD' undeclared (first use this
function)
config_info.cpp:909: error: expected primary-expression before '=' token
config_info.cpp:909: error: `BOOST_NO_MEMBER_TEMPLATE_FRIENDS'
undeclared (first use this function)
config_info.cpp:910: error: expected primary-expression before '=' token
config_info.cpp:910: error: `BOOST_NO_MEMBER_TEMPLATES'
undeclared (first use this function)
config_info.cpp:911: error: expected primary-expression before '=' token
config_info.cpp:911: error: `BOOST_NO_MS_INT64_NUMERIC_LIMITS'
undeclared (first use this function)
config_info.cpp:912: error: expected primary-expression before '=' token
config_info.cpp:912: error: `BOOST_NO_OPERATORS_IN_NAMESPACE'
undeclared (first use this function)
config_info.cpp:913: error: expected primary-expression before '=' token
config_info.cpp:913: error: `BOOST_NO_POINTER_TO_MEMBER_CONST'
undeclared (first use this function)
config_info.cpp:914: error: expected primary-expression before '=' token
config_info.cpp:914: error: `BOOST_NO_PRIVATE_IN_AGGREGATE'
undeclared (first use this function)
config_info.cpp:915: error: expected primary-expression before '=' token
config_info.cpp:915: error: `BOOST_NO_SFINAE' undeclared (first use this
function)
config_info.cpp:916: error: expected primary-expression before '=' token
config_info.cpp:916: error: `BOOST_NO_SLIST' undeclared (first use this
function)
config_info.cpp:917: error: expected primary-expression before '=' token
config_info.cpp:917: error: `BOOST_NO_STD_ALLOCATOR' undeclared
(first use this function)
config_info.cpp:918: error: expected primary-expression before '=' token
config_info.cpp:918: error: `BOOST_NO_STD_DISTANCE' undeclared (first
use this function)
config_info.cpp:919: error: expected primary-expression before '=' token
config_info.cpp:919: error: `BOOST_NO_STD_ITERATOR' undeclared (first
use this function)
config_info.cpp:920: error: expected primary-expression before '=' token
config_info.cpp:920: error: `BOOST_NO_STD_ITERATOR_TRAITS'
undeclared (first use this function)
config_info.cpp:921: error: expected primary-expression before '=' token
config_info.cpp:921: error: `BOOST_NO_STD_LOCALE' undeclared (first
use this function)
config_info.cpp:922: error: expected primary-expression before '=' token
config_info.cpp:922: error: `BOOST_NO_STD_MESSAGES' undeclared
(first use this function)
config_info.cpp:923: error: expected primary-expression before '=' token
config_info.cpp:923: error: `BOOST_NO_STD_MIN_MAX' undeclared (first
use this function)
config_info.cpp:924: error: expected primary-expression before '=' token
config_info.cpp:924: error:
`BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN' undeclared (first use
this function)
config_info.cpp:925: error: expected primary-expression before '=' token
config_info.cpp:925: error: `BOOST_NO_STD_USE_FACET' undeclared
(first use this function)
config_info.cpp:926: error: expected primary-expression before '=' token
config_info.cpp:926: error: `BOOST_NO_STD_WSTREAMBUF' undeclared
(first use this function)
config_info.cpp:927: error: expected primary-expression before '=' token
config_info.cpp:927: error: `BOOST_NO_STD_WSTRING' undeclared (first
use this function)
config_info.cpp:928: error: expected primary-expression before '=' token
config_info.cpp:928: error: `BOOST_NO_STDC_NAMESPACE' undeclared
(first use this function)
config_info.cpp:929: error: expected primary-expression before '=' token
config_info.cpp:929: error: `BOOST_NO_STRINGSTREAM' undeclared (first
use this function)
config_info.cpp:930: error: expected primary-expression before '=' token
config_info.cpp:930: error: `BOOST_NO_SWPRINTF' undeclared (first use
this function)
config_info.cpp:931: error: expected primary-expression before '=' token
config_info.cpp:931: error:
`BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION' undeclared (first
use this function)
config_info.cpp:932: error: expected primary-expression before '=' token
config_info.cpp:932: error: `BOOST_NO_TEMPLATE_TEMPLATES'
undeclared (first use this function)
config_info.cpp:933: error: expected primary-expression before '=' token
config_info.cpp:933: error:
`BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS' undeclared
(first use this function)
config_info.cpp:934: error: expected primary-expression before '=' token
config_info.cpp:934: error:
`BOOST_NO_UNREACHABLE_RETURN_DETECTION' undeclared (first
use this function)
config_info.cpp:935: error: expected primary-expression before '=' token
config_info.cpp:935: error: `BOOST_NO_USING_TEMPLATE' undeclared
(first use this function)
config_info.cpp:936: error: expected primary-expression before '=' token
config_info.cpp:936: error: `BOOST_NO_VOID_RETURNS' undeclared (first
use this function)
config_info.cpp:937: error: expected primary-expression before '=' token
config_info.cpp:937: error: `BOOST_STD_EXTENSION_NAMESPACE'
undeclared (first use this function)
config_info.cpp:938: error: expected primary-expression before '=' token
config_info.cpp:938: error: `BOOST_UNREACHABLE_RETURN' undeclared
(first use this function)
---- Missatge original ----
Hi, I would like to use the boost regex lib in a c++ program. This is
being
developed under gnu/linux (Debian-Sarge Kernel 2.4.27) with gcc 3.3.5.
Also, we are creating binaries for Win32 by cross compiling with MinGW
(i586-mingw32msvc-g++ (GCC) 3.4.2 (mingw-special)).
Thus, i have to build the boost::regex library for both gnu/linux and
win32.
There was no problem to get the linux version (it is included in Debian,
and
anyway the source succeded to compile), but i'm having trouble to
compile
the win version.
I compile from /boost_1_31_0/libs/regex/build by using
generic.mak (make -f generic.mak). in this file i've just added these
lines:
CXX=i586-mingw32msvc-g++
LINKER=i586-mingw32msvc-ar
This is the output i obtain:
xxxxx@xxxxx:~/boost/boost_1_31_0/libs/regex/build$ make -f
generic.mak
i586-mingw32msvc-g++ -o generic/boost_regex/c_regex_traits.o -c -O2
-I../../../ ../src/c_regex_traits.cpp
../src/c_regex_traits.cpp: In static member function `static size_t
boost::c_regex_traitsboost::regex_wchar_type::strnarrow(char*, size_t,
const boost::regex_wchar_type*)':
../src/c_regex_traits.cpp:1052: error: `wcstombs' is not a member of `std'
make: *** [generic/boost_regex/c_regex_traits.o] Error 1
any clues about what i'm doing wrong?
Looks like a configuration issue: can you try compiling and *running* the
program libs/config/test/config_info.cpp, in the output at the end you
should see:
BOOST_USER_CONFIG =
BOOST_COMPILER_CONFIG
="boost/config/compiler/gcc.hpp"
BOOST_STDLIB_CONFIG
="boost/config/stdlib/libstdcpp3.hpp"
BOOST_PLATFORM_CONFIG
="boost/config/platform/win32.hpp"
and then:
BOOST_NO_CWCHAR [no value]
BOOST_NO_CWCTYPE [no value]
BOOST_NO_HASH [no value]
BOOST_NO_MS_INT64_NUMERIC_LIMITS [no value]
BOOST_NO_SLIST [no value]
BOOST_NO_STD_WSTREAMBUF [no value]
BOOST_NO_STD_WSTRING [no value]
BOOST_NO_SWPRINTF [no value]
If these aren't correct then we'll have to try and diagnose the problem
somehow (attach the full output from the config_info program if you can).
If you just want to hack around then issue, then just add
-DBOOST_NO_WREGEX
to the compile command line,
John.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users