I'm getting this while trying to build webkitgtk 2.0.1 in a clean environment: [...] GEN generate-webkit2-forwarding-headers GEN generate-webkit2-forwarding-headers GEN generate-webkittestrunner-forwarding-headers GEN generate-webkittestrunner-forwarding-headers GEN generate-testwebkitapi-forwarding-headers GEN generate-testwebkitapi-forwarding-headers CC=gcc ./Tools/gtk/generate-gtkdoc Generating WebKit1 documentation... Copying template files to output directory... Copying HTML files to output directory... Running gtkdoc-scan Running gtkdoc-scangobj /usr/bin/ld: cannot find -lwebkitgtk-3.0 /usr/bin/ld: cannot find -ljavascriptcoregtk-3.0 collect2: error: ld returned 1 exit status Of course it cannot find those libraries because they haven't been built yet.
How are you performing the build? configure & make or build-webkit? Any non-standard configuration options used? Odd.
$ ./autogen.sh --disable-video --enable-gtk-doc $ make This is the latest stable release (SVN r148510) I don't have GStreamer 1.0 installed (hence the disable-video option), everything else is standard I think).
Created attachment 201819 [details] Patch It was typo in the automake file.
Figures!
Comment on attachment 201819 [details] Patch Clearing flags on attachment: 201819 Committed r150117: <http://trac.webkit.org/changeset/150117>
All reviewed patches have been landed. Closing bug.