当我尝试在 CodeBlocks 中运行 openFrameworks 示例 audioOutputExample 时,出现以下错误:
在调试中:
ld 找不到 -openframeworksDebug
在发布中:
ld 找不到 -openframeworks
我该如何解决这个问题?
更新 这就是我到目前为止尝试的原因:
制作
cd apps/examples/audioOutputExample/
make
[...]
编译完成
启动应用程序
光盘盒
./audioOutput 示例
好的
cd bin
./audioOutputExample
./audioOutputExample:加载共享库时出错:libfmodex.so:无法打开共享对象文件:没有这样的文件或目录
找openframeworksDebug
sudo updatedb
[password]
locate openframeworksDebug
[什么都没发现]
配置文件
ldconfig
/sbin/ldconfig.real: 无法创建临时缓存文件 /etc/ld.so.cache~: 权限被拒绝
sudo ldconfig
[输入密码]
[很快就结束了,没有任何输出]