
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Julian Gonggrijp Sent: Saturday, December 15, 2012 12:59 PM To: boost@lists.boost.org Subject: Re: [boost] [Git] Documentation for Git and Modular Boost conversion
Daniel Pfeifer wrote:
thrice_test.cpp thrice_test.cpp(1) : fatal error C1083: Cannot open include file: 'boost/trivial/twice.hpp': No such file or directory
but it is here
I:\boost-trunk\libs\trivial\include\boost\trivial\thrice.hpp
thrice != twice! Is that a typo in your email or in your code?
Well spotted, Daniel. I'm almost sure this must be the solution. Paul, does your thrice_test.cpp contain a line of the following form?
#include <boost/trivial/twice.hpp>
If so, does the problem go away if you replace it by this?
#include <boost/trivial/thrice.hpp>
I thought this could well be embarrassing - and I was right! Yes - I was looking so intently for something more complicated - rather than something trivial. I corrected this before, but somehow failed to run b2 again. Output is now the expected "Ho Ho Ho " ! Thanks to both. Paul PS Now to see what stupid things I can do wrong when adding an existing library ;-) --- Paul A. Bristow, Prizet Farmhouse, Kendal LA8 8AB UK +44 1539 561830 07714330204 pbristow@hetp.u-net.com