Hans64 Posted November 15, 2012 Report Share Posted November 15, 2012 Hi All, I just moved one of my project to 2.3.0 and I get these messages with Visual C++ 2010 Express: 1> Unknown compiler version - please run the configure tests and report the results 1> issutils.cpp 1> Unknown compiler version - please run the configure tests and report the results 1> itag2str.cpp 1> Unknown compiler version - please run the configure tests and report the results 1> rtc.cpp 1> Unknown compiler version - please run the configure tests and report the results 1> sc_main.cpp ... etc From a quick google search it looks likes a boost version issue, does anybody know how to fix this? Thanks, Hans www.ht-lab.com Quote Link to comment Share on other sites More sharing options...
Philipp A Hartmann Posted November 15, 2012 Report Share Posted November 15, 2012 You can either ignore the warning, or increase the maximum known version to 1700 (= Visual C++ 2012) in src/sysc/packages/boost/config/compiler/visualc.hpp:162. /Philipp sumit_tuwien and maehne 2 Quote Link to comment Share on other sites More sharing options...
Hans64 Posted November 16, 2012 Author Report Share Posted November 16, 2012 Great fix, Thanks! Hans www.ht-lab.com Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.