* 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.webkitgtk.org의 tarball을 받아서 압축을 풀면 위와 같은 항목들이 포함되어 있지 않아서 정상적으로 source generation을 할 수 없다.
* and all the messages.in files (Source/WebKit2/WebProcess/Authentication/AuthenticationManager.messages.in etc.) are also missing from the webkitgtk.org tarballs.
따라서 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 |