
10 Feb
2009
10 Feb
'09
4:21 p.m.
I've got some code that i've been building with MSVC that uses the TR1 lib by adding the boost/tr1/tr1 dir to the include path, which i'm now trying to build using Mingw/msys. It seems to build ok using the code on the release branch, but using the current trunk i get:
d:/Boost/BoostSVN/boost/tr1/detail/config_all.hpp:162:41: error: ../4.3.2/utility: No such file or directory
Am i doing something silly, or have the recent changes to the include logic broken something for Mingw? For reference, i'm using the GCC 4.3.2 build from http://www.tdragon.net/recentgcc/
Sigh... unfortunately it's quite likely that I've broken something :-( I'll look into it: but getting gcc's configuration correct is verging on the impossible at present!! John.