Does anyone know which library or package has nasm.inc?
I was able to compile fine until a couple days ago, when I resync the 2.5 latest and get this error on Fedora 11. I've already install yasm.
yasm -Iextern/xvidcore/src/image/x86_asm/ -f elf -DMARK_FUNCS -m amd64 -o /home/user/workspace/cpp/blender25/build/linux2/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.o extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.asm
yasm: FATAL: unable to open include file `nasm.inc'
scons: *** [/home/user/workspace/cpp/blender25/build/linux2/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.o] Error 1
scons: building terminated because of errors.
Thanks.
nasm.inc not found during compiling blender 2.5 in Fedora 11
Moderators: jesterKing, stiv
What's about the package "nasm"?
I can't check it because I'm not on Fedora, but the name sounds promising:
https://admin.fedoraproject.org/pkgdb/p ... /name/nasm
PS: Ubuntu has *no* package containing a file called nasm.inc, maybe it has to do with something different?
I can't check it because I'm not on Fedora, but the name sounds promising:
https://admin.fedoraproject.org/pkgdb/p ... /name/nasm
PS: Ubuntu has *no* package containing a file called nasm.inc, maybe it has to do with something different?
The xvidcore lib is broken at the moment. For the time being, there is this hack:
nasm.inc dirty hotfix http://www.pasteall.org/7241
nasm.inc dirty hotfix http://www.pasteall.org/7241