Results 1 to 2 of 2
Code:
bash@bash-desktop:~/Desktop/Download/gst-python-0.10.152$ sudo make install
Making install in common
Making install in m4
Making install in codegen
Making install in gst
Making install in extend
/usr/bin/install -c -m 644 '__init__.py' ...
- 06-01-2009 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 34
Gstreamer help
Code:bash@bash-desktop:~/Desktop/Download/gst-python-0.10.152$ sudo make install Making install in common Making install in m4 Making install in codegen Making install in gst Making install in extend /usr/bin/install -c -m 644 '__init__.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/__init__.py' /usr/bin/install -c -m 644 'pygobject.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/pygobject.py' /usr/bin/install -c -m 644 'utils.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/utils.py' /usr/bin/install -c -m 644 'discoverer.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/discoverer.py' /usr/bin/install -c -m 644 'sources.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/sources.py' /usr/bin/install -c -m 644 'leveller.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/leveller.py' /usr/bin/install -c -m 644 'jukebox.py' '/usr/lib/python2.6/dist-packages/gst-0.10/gst/extend/jukebox.py' Byte-compiling python modules... __init__.py pygobject.py utils.py discoverer.py sources.py leveller.py jukebox.py Byte-compiling python modules (optimized versions) ... __init__.py pygobject.py utils.py discoverer.py sources.py leveller.py jukebox.py CC gst-argtypes.o CC gstmodule.o CC pygstiterator.o CC pygstminiobject.o CC pygstvalue.o CC pygstexception.o Traceback (most recent call last): File "../codegen/codegen.py", line 1574, in <module> sys.exit(main(sys.argv)) File "../codegen/codegen.py", line 1531, in main o = override.Overrides(arg, path=extendpath) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 49, in __init__ self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 174, in __parse_override self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 174, in __parse_override self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 104, in __parse_override command = words[0] IndexError: list index out of range make[3]: *** [gst.c] Error 1 make[2]: *** [install-recursive] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2I am trying to install gst-python-0.10.15 for use with pitivi but i keep getting that error message.Code:bash@bash-desktop:~/Desktop/Download/gst-python-0.10.152$ sudo make check Making check in common Making check in m4 Making check in codegen Making check in gst Making check in extend Traceback (most recent call last): File "../codegen/codegen.py", line 1574, in <module> sys.exit(main(sys.argv)) File "../codegen/codegen.py", line 1531, in main o = override.Overrides(arg, path=extendpath) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 49, in __init__ self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 174, in __parse_override self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 174, in __parse_override self.handle_file(filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 92, in handle_file self.__parse_override(buf, startline, filename) File "/home/bash/Desktop/Download/gst-python-0.10.152/codegen/override.py", line 104, in __parse_override command = words[0] IndexError: list index out of range make[3]: *** [gst.c] Error 1 make[2]: *** [check-recursive] Error 1 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2
- 06-01-2009 #2Just Joined!
- Join Date
- Nov 2007
- Posts
- 34
Bump......


Reply With Quote