[Webkit-unassigned] [Bug 153093] [GTK][Mac] MiniBrowser Segfault on startup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 00:27:04 PST 2016


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

--- Comment #7 from Ethan Sherriff <ethansherriff at hotmail.co.uk> ---
I'm running CMake as follows:

cmake ../../src -DCMAKE_BUILD_TYPE=Release -DPORT=GTK -DENABLE_GEOLOCATION=OFF -DENABLE_X11_TARGET=OFF -DUSE_LIBNOTIFY=OFF -DENABLE_MINIBROWSER=ON -DCMAKE_SHARED_LINKER_FLAGS=" "

and then running:

sed -i -e 's|\.\./\.\./lib/libWTFGTK\.a||' Source/WebKit2/CMakeFiles/WebKit2.dir/link.txt
sed -i -e 's|\.\./\.\./lib/libbmalloc\.a||' Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/link.txt
sed -i -e 's|[\./]*\.\./lib/lib[^\.]*\.a||g' Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/link.txt Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/link.txt Source/JavaScriptCore/shell/CMakeFiles/testb3.dir/link.txt Source/WebKit2/CMakeFiles/DatabaseProcess.dir/link.txt Source/WebKit2/CMakeFiles/NetworkProcess.dir/link.txt Source/WebKit2/CMakeFiles/PluginProcess.dir/link.txt Source/WebKit2/CMakeFiles/webkit2gtkinjectedbundle.dir/link.txt Source/WebKit2/CMakeFiles/WebProcess.dir/link.txt Tools/MiniBrowser/gtk/CMakeFiles/MiniBrowser.dir/link.txt
sed -i -e 's|\.\./\.\./lib/libWTFGTK.a|-Wl,-all_load \.\./\.\./lib/libWTFGTK.a|'  Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/link.txt

and then just the usual "make".

-- 
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/20160121/072fa4e6/attachment.html>


More information about the webkit-unassigned mailing list