我正在使用Qt 5.11和Mac OS(High Sierra)。尝试添加GPAC(MP4Box)时,我编译了从Git下载的库,然后将其路径包含在.pro
文件中,如下所示:
LIBS += -L"/Users/stellar/Desktop/gpac/bin/gcc"
LIBS += /Users/stellar/Desktop/gpac/include
然后我在main.cpp
中包含一个头文件:
#include<gpac/avparse.h>
这样做会出现以下错误:
“ / Users / stellar / Desktop / gpac / include / gpac / configuration.h:163:错误:“与静态配置文件一起使用的未知目标平台”
该如何解决?