My fault. The old package gitg and its
libraries was the trouble.
$ sudo apt-get remove gitg $ sudo ldconfig # this for safety and the gitg libraries compile smoothly. Jeese, what are the steps to build webkit2 with jhbuild?. You mentioned it in your post to migrate to webkit2 https://mail.gnome.org/archives/gitg-list/2012-October/msg00016.html, but seems I forgot something I just did: $ svn checkout https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.0 ... after long time ... $ cd webkit-20 $ ./autogen.sh ... download and compile all the dependencies, long, long time ... $ make ... after a very long time ... $ sudo make install But I think my webkit2 compiling is not correct. When I do "make" on gitg project It says make all-recursive make[1]: se ingresa al directorio «/home/alberto/projects/c/gitg-parent/gitg» Making all in libgd make[2]: se ingresa al directorio «/home/alberto/projects/c/gitg-parent/gitg/libgd» make[2]: se sale del directorio «/home/alberto/projects/c/gitg-parent/gitg/libgd» Making all in libgitg make[2]: se ingresa al directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg» make all-am make[3]: se ingresa al directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg» make[3]: No se hace nada para «all-am». make[3]: se sale del directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg» make[2]: se sale del directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg» Making all in libgitg-gtk make[2]: se ingresa al directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg-gtk» /usr/bin/g-ir-compiler --includedir=. --includedir="../libgitg" -o GitgGtk-1.0.typelib GitgGtk-1.0.gir ../libgitg/Gitg-1.0.gir:10:51: warning: element annotation from state 6 is unknown, ignoring ../libgitg/Gitg-1.0.gir:11:54: warning: element annotation from state 6 is unknown, ignoring Could not find GIR file 'WebKit2-3.0.gir'; check XDG_DATA_DIRS or use --includedir error parsing file GitgGtk-1.0.gir: Failed to parse included gir WebKit2-3.0 make[2]: *** [GitgGtk-1.0.typelib] Error 1 make[2]: se sale del directorio «/home/alberto/projects/c/gitg-parent/gitg/libgitg-gtk» make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio «/home/alberto/projects/c/gitg-parent/gitg» make: *** [all] Error 2 I'm mainly interested in build with jhbuild, but don't know what steps to take. I try: $ sudo apt-get install jhbuild $ jhbuild bootstrap $ cd webkit2 $ jhbuild --file Tools/gtk/jhbuildrc but it not ends correctly. I know this is not a list about jhbuild or webkit, but any help wil be apreciatted. El 14/03/13 10:11, Jesse van den Kieboom escribió:
|