
Paul A. Bristow wrote:
From boost-trunk/boost (not /libs)
I:\boost-trunk\boost>dir array Volume in drive I is Boost Volume Serial Number is 2772-A18A
Directory of I:\boost-trunk\boost
File Not Found
I:\boost-trunk\boost>dir trivial Volume in drive I is Boost Volume Serial Number is 2772-A18A
Directory of I:\boost-trunk\boost\trivial
14-Dec-2012 14:29 <DIR> . 14-Dec-2012 14:29 <DIR> .. 14-Dec-2012 14:29 210 thrice.hpp 1 File(s) 210 bytes 2 Dir(s) 55,078,617,088 bytes free
So this proves that you *do* have a symlink to the trivial headers in boost-trunk\boost, but *not* to the array headers. From this we can infer that - Daniel was right to point out that you didn't run the header forwarding command from the TryModBoost instructions; - your problem in compiling thrice_test.cpp is not caused by a lack of symlinks. (I'll reply to the other two late emails shortly.)