我在添加头库时遇到了一些问题。
我右键单击我的项目,然后单击Properties-> C/C++ General-> Paths and Symbols。
在包含选项卡中:语言-> GNU C++
我单击添加... -> 文件系统,然后添加名为 boost_1_52_0 的文件夹或任何其他文件夹。
当我使用 Eclipse 的智能感知时,它会找到我想要的,但是它在构建时失败了。
fatal error: boost/random/...: No such file or directory
不知道为什么会这样。
任何刚刚起步的帮助将不胜感激。
22:34:02 **** Incremental Build of configuration Default for project TestProj****
make all
g++ -O2 -g -Wall -fmessage-length=0 -c -o TestProj.o TestProj.cpp
TestProj.cpp:5:52: fatal error: boost/random/random_number_generator.hpp: No such file or directory
<builtin>: recipe for target `TestProj.o' failed
compilation terminated.
make: *** [TestProj.o] Error 1
显然,这并不像将文件夹添加到 eclipse 提供的接口的目录中那么容易。我敬畏。
问候, 戴恩