[Webkit-unassigned] [Bug 146583] [GTK] Can't build with USE_LIBHYPHEN=OFF

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 01:45:59 PDT 2015


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

Emilio Pozuelo Monfort <pochu27 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Emilio Pozuelo Monfort <pochu27 at gmail.com> ---
Ok, I now what happened:

I don't have libhyphen-dev installed. So a first build with something like:

$ Tools/Scripts/build-webkit --gtk --cmakeargs="-DENABLE_WAYLAND_TARGET=ON -DENABLE_GLES2=ON -DENABLE_ACCELERATED_2D_CANVAS=OFF -DENABLE_MEDIA_STREAM=OFF" --makeargs="-j5"

failed, because libhyphen wasn't found but it wasn't explicitly disabled. A subsequent:

$ Tools/Scripts/build-webkit --gtk --cmakeargs="-DENABLE_WAYLAND_TARGET=ON -DENABLE_GLES2=ON -DENABLE_ACCELERATED_2D_CANVAS=OFF -DENABLE_MEDIA_STREAM=OFF  -DUSE_LIBHYPHEN=OFF" --makeargs="-j5"

failed again, because apparently one needs to remove the build dir for new configure-time flags to take effect (or maybe there's a flag to force it). Anyway, that's what confused me.

I have verified that things work fine after something like `rm -rf WebKitBuild/Release', so I'm closing this bug. Sorry for the trouble.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150706/67ba3334/attachment-0001.html>


More information about the webkit-unassigned mailing list