Re: [libtorrent] The problem I encountered, and the solution
Brought to you by:
arvidn
|
From: Richard P. C. <pau...@ya...> - 2004-03-12 15:45:33
|
Ok,
Im sure you recalled the odd problems that I had
earlier, well, after alot of digging around, I finaly
found the solution. There is a BUG with using
absolute filenames and use-project after MR9.1. This
means, you can fix the problem by specifying a
relative path in BOOST_ROOT.
ie:
set BOOST_ROOT
BOOST_ROOT = C:/BOOST_1_31/
C:/libtorrent/latestcvs/
set BOOST_ROOT=../../BOOST_1_31
bjam
HOW THIS COULD BE CORRECTED IN THE BJAM
1) It is a bug, and should be fixed soon in bjam
itself
2) a temporary fix would be to stop using use-project.
What you would use instead I have no idea.
__________________________________
Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster
http://search.yahoo.com
|