Paste Code
Paste Blends
Paste Images
Compiling ==> 'set_get.c'
Compiling ==> 'newmdct.c'
Compiling ==> 'presets.c'
Compiling ==> 'tables.c'
Compiling ==> 'bitstream.c'
Compiling ==> 'version.c'
Compiling ==> 'mpglib_interface.c'
Linking library ==> 'libextern_libmp3lame.a'
yasm -Iextern/xvidcore/src/image/x86_asm/ -I../../src/ -f elf -DMARK_FUNCS -o /sources/blender-2.5-22645/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: *** [/sources/blender-2.5-22645/build/linux2/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.o] Error 1
scons: building terminated because of errors.

--------------------------------------------------------------------------------------------------
Dirty hotfix for the above problem

cd blender/extern/xvidcore/src/
find . -type d -exec cp -v nasm.inc '{}' \;


  1. Compiling ==> 'set_get.c'
  2. Compiling ==> 'newmdct.c'
  3. Compiling ==> 'presets.c'
  4. Compiling ==> 'tables.c'
  5. Compiling ==> 'bitstream.c'
  6. Compiling ==> 'version.c'
  7. Compiling ==> 'mpglib_interface.c'
  8. Linking library ==> 'libextern_libmp3lame.a'
  9. yasm -Iextern/xvidcore/src/image/x86_asm/ -I../../src/ -f elf -DMARK_FUNCS -o /sources/blender-2.5-22645/build/linux2/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.o extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.asm
  10. yasm: FATAL: unable to open include file `nasm.inc'
  11. scons: *** [/sources/blender-2.5-22645/build/linux2/extern/xvidcore/src/image/x86_asm/colorspace_yuyv_mmx.o] Error                        1
  12. scons: building terminated because of errors.
  13.  
  14. --------------------------------------------------------------------------------------------------
  15. Dirty hotfix for the above problem
  16.  
  17. cd blender/extern/xvidcore/src/
  18. find . -type d -exec cp -v nasm.inc '{}' \;
  19.  
  20.  
  21.  
go to heaven