I installed boost in C:\Program Files\boost_***, and set the includes and libraries paths in "Compiler Options". However, in compilation we meet a linker error:
[Error] Files/boost_1_53_0/libs: No such file or directory
It seems that linker cannot treat paths with blank character correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed boost in C:\Program Files\boost_***, and set the includes and libraries paths in "Compiler Options". However, in compilation we meet a linker error:
[Error] Files/boost_1_53_0/libs: No such file or directory
It seems that linker cannot treat paths with blank character correctly.