/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
scons: `.' is up to date.
scons: Reading SConscript files …
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Checking for C++ header file stdint.h… yes
Checking for C header file libavcodec/avcodec.h… yes
Checking for C header file libavformat/avformat.h… yes
Checking for C header file libavformat/avi.h… no
libavformat/avi.h was not found. Copy it from your ffmpeg sources package
file is already inside, in what I wrong? ubuntu 10.10 fobs-0.4.2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i try to run ./buildFobs.sh and i get
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
scons: `.' is up to date.
scons: Reading SConscript files …
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Platform/posix.py:38: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
/home/greenworm/Downloads/fobs-0.4.2/scons-local/scons-local-0.98.5/SCons/Tool/msvs.py:37: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
Checking for C++ header file stdint.h… yes
Checking for C header file libavcodec/avcodec.h… yes
Checking for C header file libavformat/avformat.h… yes
Checking for C header file libavformat/avi.h… no
libavformat/avi.h was not found. Copy it from your ffmpeg sources package
file is already inside, in what I wrong? ubuntu 10.10 fobs-0.4.2
Edit file SConstruct and remove comment out the entries
if not conf.CheckHeader('libavformat/avi.h','""'):
print 'libavformat/avi.h was not found. Copy it from your ffmpeg sources package'
Exit(1)