Both webkitgtk-2.26.3 and webkitgtk-2.26.2 have a typo in the sed script at the top of the BLFS build instructions:

sed -i -e "/U16_NEXT(buffer, i, length, c)/s/$/;/" source/WTF/wtf/URLHelpers.cpp &&

"source" should be "Source":

sed -i -e "/U16_NEXT(buffer, i, length, c)/s/$/;/" Source/WTF/wtf/URLHelpers.cpp &&

With this fix, 2.26.3 and 2.26.2 build perfectly.

Alan

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to