English 中文(简体)
Webkitgtk 差错
原标题:Webkitgtk build error
  • 时间:2012-01-16 08:26:37
  •  标签:
  • webkit

当我使用<代码>/configure或/autogen.sh在安装附属设备后对网络设备进行配置时,就会发现这种错误:

checking for LIBSOUP... no
configure: error: Package requirements (libsoup-2.4 >= 2.37.2.1) were not met:

Requested  libsoup-2.4 >= 2.37.2.1  but version of libsoup is 2.4.0

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBSOUP_CFLAGS
and LIBSOUP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I ve also try it with libsoup-2.36, but it gives error also and when I update libsoup from 2.36 to 2.4.0 or 2.4.1, problem is not resolved. I ve googled it lot, also configure pkg-config and ld_library path. but it gives error on both of my system i.e. fedora 16 and ubuntu 11.10 Please help me.

问题回答

The error message is quite clear - you need newer libsoup version!





相关问题
How to access images loaded from css in Qt Webkit (java)

In Qt WebKit you can call QWebFrame.renderTreeDump() to see the render tree. For images in html <img src=...> you get something like: RenderImage {IMG} at (0,0) size 174x71 However, there ...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on ...

Cocoa WebView cross-thread access

I have a C++ class running in its own thread that needs to execute some javascript in a WebView that s part of a Cocoa app. I have the C++ app call a method in the Cocoa window s controller and it in ...

Best browser for testing under Safari Mobile on Linux?

I have an iPhone web app I m producing on a Linux machine. What s the best browser I can use to most closely mimic the feature-limited version of Safari present on the iPhone? (It s a "slimmed down" ...

Table cells bad rendering with Google Chrome/Webkit

On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:...

热门标签