checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.28.0 atk >= 1.30 pango >= 1.24.0 cairo >= 1.10.0 cairo-gobject >= 1.10.0 gdk-pixbuf-2.0 >= 2.22.0) were not met:Requested 'gdk-pixbuf-2.0 >= 2.22.0' but version of GdkPixbuf is 2.20.1
上記はTools/Script/update-webkitgtk-libsを実行した時のエラー。
gdk-pixbuf-2.22.1をダウンロード。しかしconfigureでエラー。glib2.25.5以降が必要とのことだが、WebKitでは2.28.0以降が求められているので、ここからダウンロードしてビルド&インストール。
再度、gdk-pixbufにトライするがconfigureで以下のエラー。
checking for TIFFReadRGBAImageOriented in -ltiff... nochecking for TIFFWriteScanline in -ltiff... nochecking for TIFFFlushData in -ltiff34... noconfigure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***configure: error:*** Checks for TIFF loader failed. You can build without it by passing*** --without-libtiff to configure but some programs using GTK+ may*** not work properly
sudo apt-get install libtiff4-dev
でライブラリをインストールしてみると./configureは成功。
その後、gdk-pixbuf-2.22.1のビルド&インストールも成功。
再度、Tools/Script/update-webkitgtk-libsを実行する。
あれ?同じエラーが出る。。。パスに問題あるのか?
Requested 'gdk-pixbuf-2.0 >= 2.22.0' but version of GdkPixbuf is 2.20.1
とりあえず今日はここまで。
0 件のコメント:
コメントを投稿