[ yaelo @ 06.08.2007. 21:03 ] @
Skinuo sam VC++ Orcas expres beta 2 i sve radi lepo osim sto
mi posle kompajliranja svakog cpp fajla izbaci poruku
Unknown compiler version - please run the configure tests and report the results.
Ne prijavljuje poruku kao gresku ili upozorenje. Da li je neko imao problem sa ovim?
Da li treba neki #define ili sta? Inace sve se kompajlira i radi bez problema.
[ yaelo @ 17.08.2007. 21:36 ] @
Problem je u BOOST-u. BOOST jos ne podrzava MSVC Orcas.
Code:

#if (_MSC_VER > 1400)
#  if defined(BOOST_ASSERT_CONFIG)
#    error "Unknown compiler version - please run the configure tests and report the results"
#  else
#     pragma message("Unknown compiler version - please run the configure tests and report the results")
#  endif
#endif