gicho / frl

Automatically exported from code.google.com/p/frl
0 stars 0 forks source link

make config boost #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
   I know boost is essential to the frl. But I can't compile the project. It shows that
8>c:\program files\fatrat library\src\include\smart_ptr\frl_com_ptr.h(5) : 
fatal error C1083: Cannot open include file: 'boost/detail/shared_count.hpp': 
No such file or directory
   So I want to get your boost version and its make config, such as 
bjam --without-python --toolset=msvc-9.0 --prefix=c:\boost install
   Thanks!

Original issue reported on code.google.com by call.ben...@gmail.com on 19 Sep 2010 at 3:10

GoogleCodeExporter commented 8 years ago
I used boost version 1.36. In the boost version 1.39 shared_count was moved to 
../boost/smart_ptr

Original comment by serg.bab...@gmail.com on 19 Sep 2010 at 9:07

GoogleCodeExporter commented 8 years ago
Got same error. Trying smart_ptr

Original comment by CodeCa...@gmail.com on 19 Aug 2011 at 6:23