rosendo100 / pywebkitgtk

Automatically exported from code.google.com/p/pywebkitgtk
Other
0 stars 0 forks source link

Cannot build pywebkitgtk #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to build pywebkitgtk 1.0.2, I get this output:

 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/python2.6
-I/usr/include/libxml2 -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/webkit-1.0
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -march=x86-64
-mtune=generic -O2 -pipe -MT
javascriptcore/webkit_la-javascriptcore_types.lo -MD -MP -MF
javascriptcore/.deps/webkit_la-javascriptcore_types.Tpo -c
javascriptcore/javascriptcore_types.c -o
javascriptcore/webkit_la-javascriptcore_types.o >/dev/null 2>&1
(cd . \
     && /usr/bin/pygobject-codegen-2.0 \
        --register /usr/share/pygtk/2.0/defs/gdk-types.defs \
        --register /usr/share/pygtk/2.0/defs/gtk-types.defs \
        --override webkit.override \
        --prefix pywebkit webkit.defs) 2>&1 >gen-webkit.c | tee webkit.errors \
    && ! grep -q -v "^\*\*\*INFO\*\*\*" webkit.errors \
    && cp gen-webkit.c webkit.c \
    && rm -f gen-webkit.c
/usr/share/pygobject/2.0/codegen/definitions.py:42: DeprecationWarning:
object.__init__() takes no parameters
  str.__init__(self, type_name)
***INFO*** There are no declared global functions.
***INFO*** The coverage of methods is 100.00% (73/73)
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
make[1]: *** [webkit.c] Error 1
make[1]: Leaving directory
`/tmp/yaourt-tmp-andrew/aur-pywebkitgtk/pywebkitgtk/src/pywebkitgtk-1.0.2'
make: *** [all] Error 2

This is on ArchLinux.
python: 2.6
pygtk: 2.13.0
libwebkit: 1.0.1

Original issue reported on code.google.com by ajoneil...@gmail.com on 18 Nov 2008 at 12:31

GoogleCodeExporter commented 8 years ago

Original comment by jmalo...@gmail.com on 20 Nov 2008 at 2:52

GoogleCodeExporter commented 8 years ago
Fixed in r88. Thanks for raising this issue.

Cheersm

Original comment by jmalo...@gmail.com on 20 Nov 2008 at 9:30

GoogleCodeExporter commented 8 years ago
Awesome - works now. Thanks :)

Original comment by ajoneil...@gmail.com on 20 Nov 2008 at 9:41