You are not logged in.

#1 2008-03-16 18:24:48

monotiz
Member
Registered: 2007-10-20
Posts: 140

Midori & webkit problem...

Hi,
I try to install midori by yaourt.
I have installe webkitgtk-svn:

[tiziano@arch64 ~]$ sudo pacman -Qs webkit
local/webkitgtk-svn 31079-1
    An open source web browser engine
[tiziano@arch64 ~]$

but when I try to compile midori, obtain:

...
checking for GTK... yes
checking for WEBKIT... no
configure: error: No WebKitGtk package information found
make: *** No targets specified and no makefile found.  Stop.
==> ERRORE: Compilazione interrotta.
    L'operazione sta per essere interrotta...
Error: Makepkg was unable to build midori package.

[tiziano@arch64 ~]$

What's the problem?

Offline

#2 2008-03-16 19:03:19

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: Midori & webkit problem...

The problem is that your webkitgtk is not found by the configure script of midori.

Try to find out wheather you have a file webkitgtk.pc somewhere on your system. If you have, try to set the PKG_CONFIG_PATH to point to that file.

Offline

#3 2008-03-16 21:29:55

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Midori & webkit problem...

midori-git works about 3 hours a go when I compiled it

Offline

#4 2008-03-21 19:04:47

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: Midori & webkit problem...

monotiz wrote:

Hi,
I try to install midori by yaourt.
I have installe webkitgtk-svn:

[tiziano@arch64 ~]$ sudo pacman -Qs webkit
local/webkitgtk-svn 31079-1
    An open source web browser engine
[tiziano@arch64 ~]$

but when I try to compile midori, obtain:

...
checking for GTK... yes
checking for WEBKIT... no
configure: error: No WebKitGtk package information found
make: *** No targets specified and no makefile found.  Stop.
==> ERRORE: Compilazione interrotta.
    L'operazione sta per essere interrotta...
Error: Makepkg was unable to build midori package.

[tiziano@arch64 ~]$

What's the problem?

I tried to compile epiphany with webkit engine. The webkit configure script produces a similar error.
Something like "no package webkitgtk found".

I noticed webkigtk-svn installed only a license file

pacman -Ql webkitgtk-svn

local/webkitgtk-svn 31084-1
    An open source web browser engine

I build webkitgtk-svn with the PKGBUILD from AUR. Seems it compiled not correctly.

Last edited by SiD (2008-03-21 19:05:27)

Offline

#5 2008-04-22 13:18:04

rocktorrentz
Member
From: Southampton, England
Registered: 2007-08-05
Posts: 141

Re: Midori & webkit problem...

Anyone find a solution to this? I just spent hours building webkitgtk-svn on my old P3 Celeron box but the build of midori fails with the above message. I have a .pc file at /usr/lib/pkgconfig/webkit-1.0.pc and webkitgtk appears to have installed correctly but even if I run "export PKG_CONFIG_PATH=/usr/lib/pkgconfig" I get the following message on build:

checking for WEBKIT... no
configure: error: No WebKitGtk package information found

Firefox is really slow on this box and I would really like to be able to try out webkit.

Thanks in advance

Offline

#6 2008-04-22 13:23:30

xsdnyd
Member
Registered: 2007-04-28
Posts: 110

Re: Midori & webkit problem...

you can try the webkit-nightly package on AUR. with this package midori builts fine smile

also i provide frequently updated webkit-nightly and midori-git packages in my repository:
http://bbs.archlinux.org/viewtopic.php?id=42588


We can't stop here! This is bat country!!

Offline

#7 2008-04-22 13:31:51

rocktorrentz
Member
From: Southampton, England
Registered: 2007-08-05
Posts: 141

Re: Midori & webkit problem...

I am trying to use your repo to avoid building webkitgtk-nightly from source but I get the following error and can't seem to find a solution:

midori: error while loading shared libraries: libgstinterfaces-0.10.so.0: cannot open shared object file: No such file or directory

edit: Installed the gstreamer0.10-python package from extra and that fixed it.

Last edited by rocktorrentz (2008-04-22 13:34:50)

Offline

#8 2008-04-22 15:11:23

xsdnyd
Member
Registered: 2007-04-28
Posts: 110

Re: Midori & webkit problem...

@rocktorrentz
you are right, i added gstreamer0.10-base-plugins as dependency, it is required for webkit. thanks for your report smile


We can't stop here! This is bat country!!

Offline

#9 2008-04-22 15:26:29

rocktorrentz
Member
From: Southampton, England
Registered: 2007-08-05
Posts: 141

Re: Midori & webkit problem...

Glad to be of some use. I'm posting this from midori and although both the browser and the engine still need a lot of work, it is much faster (both loading and rendering) than firefox 3 and thanks to you I don't have to compile it all on this terrible processor big_smile.

Offline

#10 2008-05-02 18:07:26

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: Midori & webkit problem...

Offline

Board footer

Powered by FluxBB