|
|
因为yofrankie没有声音,因此,将blender重新编译,在它的PKGBUILD中,将openal的选项增加。
系统中已经安装好了openal了,在编译的过程中,出现如下错误:
make[1]: *** No rule to make target `/usr/lib/libopenal.a', needed by `/home/feng/src/abs/blender/src/blender-2.48a/obj/linux-glibc2.9-x86_64/bin/blender'. Stop.
make: *** [all] Error 1
我找到了:
$ locate libopenal
/usr/lib/libopenal.so
/usr/lib/libopenal.so.1
/usr/lib/libopenal.so.1.7.411
看来应该告诉Makefile去链接libopenal.so,而不是libopenal.a,哪位指点一下如何改正这个错误? |
|