
21 Sep
2010
21 Sep
'10
1:06 p.m.
... When I attempt to build boost on Mac/Linux with -DBOOST_FILESYSTEM_VERSION=3 ...
Whoa! That may be the problem. When you compile your program it needs -DBOOST_FILESYSTEM_VERSION=3, but when you compile that boost libraries, you should not define anything special. What does the bjam command you are using for building the boost libraries look like? --Beman