使用 libmongoc-1.0 编译 C 程序
Compiling C program with libmongoc-1.0
我无法使用 mongodb c 驱动程序编译程序。我正在使用 CodeBlocks IDE.
在构建选项->其他编译器选项中,我有:pkg-config --libs --cflags libmongoc-1.0
这会产生错误:mongoc.h,没有这样的文件或目录。
文档显示:$(pkg-config --libs --cflags libmongoc-1.0)
如果放置在 Build Options -> Other Compiler Options 中,这会产生错误。
错误:应为“)”
请指教
我在另一个 post 上找到了答案,这里是:Problem installing Mongo C Driver on ubuntu 16.04
基本上,你还需要安装开发包,文档没有提到。
我无法使用 mongodb c 驱动程序编译程序。我正在使用 CodeBlocks IDE.
在构建选项->其他编译器选项中,我有:pkg-config --libs --cflags libmongoc-1.0
这会产生错误:mongoc.h,没有这样的文件或目录。
文档显示:$(pkg-config --libs --cflags libmongoc-1.0) 如果放置在 Build Options -> Other Compiler Options 中,这会产生错误。 错误:应为“)”
请指教
我在另一个 post 上找到了答案,这里是:Problem installing Mongo C Driver on ubuntu 16.04
基本上,你还需要安装开发包,文档没有提到。