特定库的未定义引用:FastNoiseSIMD

时间:2017-10-01 18:02:47

标签: c++11 header include noise lib

我是C ++的新手,我正在尝试包含此库中的头文件,https://github.com/Auburns/FastNoiseSIMD

当我写这一行时,FastNoiseSIMD* myNoise = FastNoiseSIMD::NewFastNoiseSIMD();我收到错误:main.cpp:36: undefined reference to FastNoiseSIMD::NewFastNoiseSIMD(int)

以下是我如何包含标题:

#include "FastNoiseSIMD/FastNoiseSIMD/FastNoiseSIMD.h"

如您所见,这些文件位于我程序的工作目录中的文件夹中。我正在使用c ++ 11和g ++开发Linux。我没有看到任何我需要链接的库文件,所以我被困在这里。

非常感谢任何帮助。谢谢。

1 个答案:

答案 0 :(得分:0)