我正在将一个名为 libspatialindex 的库从http://libspatialindex.github.com/导入到我当前在 netbeans 中名为“rtreelibrarytest”的项目中。为了将其导入netbeans,我按照以下步骤操作:
- 使用选项 => 构建 => 链接器 => 库包含扩展名为“.a”的库文件。
- 使用 File => Project Properties => Build => C++ Compiler => General => Include Directories(包括目录)
现在,当我构建项目以及库时。该库已包含在项目中。我收到以下错误:
make[2]: *** No rule to make target `../rtree/spatialindex-src-1.8.0/src/tprtree/.libs/librtree.a', needed by `dist/Debug/GNU-Linux-x86/rtreelibrarytest'. Stop.
我无法弄清楚现在应该做什么。我也是 C++ 的新手。有人可以帮忙吗。