블로그 이미지
Guybrush Threepwood

태그목록

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

calendar

1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

libMiniBrowserWebBundle.so loading error
Error loading the injected bundle (Libraries/.libs/libMiniBrowserWebBundle.so): Libraries/.libs/libMiniBrowserWebBundle.so: cannot open shared object file: No such file or directory

https://bugs.webkit.org/show_bug.cgi?id=68553 

https://bugs.webkit.org/attachment.cgi?id=108200&action=diff 








 

'WebKit > WebKitGTK+ v1.6.3 on Ubuntu 11.10' 카테고리의 다른 글

WebKit Bug #1 - AuthenticationManagerMessageReceiver.cpp  (0) 2012.03.03
configure option  (1) 2012.03.03
Dependency Packages  (0) 2012.03.03
./configure --help  (0) 2012.03.03

* Source Generation Error
make: *** No rule to make target `DerivedSources/WebKit2/AuthenticationManagerMessageReceiver.cpp', needed by `all'.  Stop.

The problem is that the source tarballs on webkitgtk.org are missing the tools and makefiles needed to generate DerivedSources/WebKit2/*

Specifically:
* Sources/WebKit2/Scripts/ directory is missing
* Sources/WebKit2/DerivedSources.make is missing
* and even it were not missing, DerivedSources.make is not referenced or included in any of the GNUmakefile files.
* and all the messages.in files (Source/WebKit2/WebProcess/Authentication/AuthenticationManager.messages.in etc.) are also missing from the webkitgtk.org tarballs.
webkitgtk.org의 tarball을 받아서 압축을 풀면 위와 같은 항목들이 포함되어 있지 않아서 정상적으로 source generation을 할 수 없다.

따라서 svn을 이용해 source를 받아 빌드해야 함.


https://bugs.webkit.org/show_bug.cgi?id=66527

 

'WebKit > WebKitGTK+ v1.6.3 on Ubuntu 11.10' 카테고리의 다른 글

WebKit Bug #2 - Libraries/.libs/libMiniBrowserWebBundle.so  (0) 2012.03.03
configure option  (1) 2012.03.03
Dependency Packages  (0) 2012.03.03
./configure --help  (0) 2012.03.03

configure option

2012. 3. 3. 13:38 | Posted by Guybrush Threepwood

svn check out revision - 109346

./configure CFLAGS="$CFLAGS -w" CPPFLAGS="$CPPFLAGS -w" --prefix=/home/guybrush/Prj/WebKitGTK/webkit-1.6/prefix --enable-webkit2 --enable-debug --with-target=x11 --with-gtk=3.0



이전 1 2 3 4 5 6 다음