$ ./buildFobs.sh FFMPEG_HOME=$FOBS_ROOT/external FOBS4JMF=no
scons: `.' is up to date.
scons: Reading SConscript files ...
KeyError: 'prefix':
File "C:\fobs-0.4.2\SConstruct", line 29:
res = fobscons.pkgconfig('libavformat',[env_ffmpeg['ENV']['PKG_CONFIG_PATH']])
File "C:\fobs-0.4.2/scripts\fobscons.py", line 14:
self._load(package, paths)
File "C:\fobs-0.4.2/scripts\fobscons.py", line 21:
self._parse(fn)
File "C:\fobs-0.4.2/scripts\fobscons.py", line 45:
val = Template(val).substitute(lokals)
File "C:\Python25\Lib\string.py", line 170:
return self.pattern.sub(convert, self.template)
File "C:\Python25\Lib\string.py", line 160:
val = mapping[named]
Could someone maybe point me in the right direction?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I understand you're under MinGW, because of the C:\ path. Now, it would be interesting to know some additional things, such as the value of $FOBS_ROOT.
Try changing the line to:
./buildFobs.sh FFMPEG_HOME=#external FOBS4JMF=no
Cheers,
Jose San Pedro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$ ./buildFobs.sh FFMPEG_HOME=$FOBS_ROOT/external FOBS4JMF=no
scons: `.' is up to date.
scons: Reading SConscript files ...
KeyError: 'prefix':
File "C:\fobs-0.4.2\SConstruct", line 29:
res = fobscons.pkgconfig('libavformat',[env_ffmpeg['ENV']['PKG_CONFIG_PATH']])
File "C:\fobs-0.4.2/scripts\fobscons.py", line 14:
self._load(package, paths)
File "C:\fobs-0.4.2/scripts\fobscons.py", line 21:
self._parse(fn)
File "C:\fobs-0.4.2/scripts\fobscons.py", line 45:
val = Template(val).substitute(lokals)
File "C:\Python25\Lib\string.py", line 170:
return self.pattern.sub(convert, self.template)
File "C:\Python25\Lib\string.py", line 160:
val = mapping[named]
Could someone maybe point me in the right direction?
Hi,
I understand you're under MinGW, because of the C:\ path. Now, it would be interesting to know some additional things, such as the value of $FOBS_ROOT.
Try changing the line to:
./buildFobs.sh FFMPEG_HOME=#external FOBS4JMF=no
Cheers,
Jose San Pedro