You:
- 我在运行一个基于深度学习的语音唤醒项目,这是他的项目地址:https://github.com/ObscurusGrassator/openWakeWord-cpp
我使用的设备是m1的mac,我现在想问问运行报错的原因是什么?
➜ openWakeWord-cpp git:(AndroidImplementation) ✗ make
mkdir -p build
g++ -o build/openwakeword -Ilib/arm64/include -Llib/arm64/lib -O2 -std=c++20 -Wall -Wextra -Wl,-rpath,'$ORIGIN' src/main.cpp -lpthread -lonnxruntime
src/main.cpp:12:10: fatal error: 'onnxruntime_cxx_api.h' file not found
#include <onnxruntime_cxx_api.h>
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [release] Error 1
➜ openWakeWord-cpp git:(AndroidImplementation) ✗
2023年4月1日...大约 31 分钟