我使用Homebrew安装gphoto2和libgphoto2,用于使用C ++的相机控制应用程序。我已确认头文件是在/ usr / local / includes中链接的:
Screencap of includes folder on my system
根据https://github.com/gphoto/libgphoto2/tree/master/examples提供的示例代码,似乎我应该能够使用#include <gphoto2/gphoto2.h>
之类的包含来访问头文件,但是这种方法使用Clang和Xcode都失败了编译器。找不到文件。我究竟做错了什么?