|
Boost Testing : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-02-02 12:01:16
Nicola Musatti wrote:
> Now you have me puzzled. I thought my patch was necessary, but I just tried the
> original 1.6.3 myself with both 5.8.2 and 5.6.4 and it works. I don't know what
> to think, I'm sorry for the confusion I caused.
The key point was to specify the boost subdirectory.
Say spirit-1.6.3.zip unpacked to
C:\spirit-1.6.3
Then the correct linkflag is
<cxxflags>-I"C:/spirit-1.6.3/boost" ;
^^^^^
I left this trailing "/boost" out in my first attempts.
Perhaps Anthony got trapped by the same issue?
Hmm, no. The -I doesn't even appear in his logs...
Roland