Hi,

When trying to build the python bindings I get this error:

/BUILD/pyclutter-0.4.1/clutter-gst'
***INFO*** Generating cluttergst.c from cluttergst.defs
Traceback (most recent call last):
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1707, in <module>
    sys.exit(main(sys.argv))
  File "/usr/share/pygtk/2.0/codegen/codegen.py", line 1665, in main
    p.startParsing()
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 113, in startParsing
    for statement in statements:
  File "/usr/share/pygtk/2.0/codegen/scmexpr.py", line 27, in parse
    fp = open(filename, 'r')
IOError: [Errno 2] No such file or directory: '/gst-types.defs'
make[2]: *** [cluttergst.c] Error 1


The following simple diff fixes things for me:
--- clutter-gst/Makefile.in~    2007-08-08 18:13:49.000000000 +0100
+++ clutter-gst/Makefile.in     2007-08-08 21:13:01.000000000 +0100
@@ -558,7 +558,6 @@
        && ( $(PYGTK_CODEGEN) \
            -I $(srcdir) \
            --py_ssize_t-clean \
-           --register $(PYGST_DEFSDIR)/gst-types.defs \
            --register $(top_srcdir)/clutter/clutter-base-types.defs \
            --override $(srcdir)/$*.override \
            --prefix py$* $<) > gen-$*.c \


THis is in 0.4.1.....

Col

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to