[webkit-dev] Generating compile_commands.json when building WebKit on MacOS

2020-07-20 Thread shrivatsa
Hi webkit-dev, I'm trying to study the structure of web browsers in general and WebKit specifically for academic purposes. I found that using language servers that index compile_commands.json (clangd, ccls etc.) is a very good solution to navigate source code of extremely large projects, such

Re: [webkit-dev] Generating compile_commands.json when building WebKit on MacOS

2020-07-22 Thread shrivatsa
I was able to get the compilation process starting with some changed (patch attached), but now I am facing some errors that I don't know how to tackle, e.g.: [1218/5220] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/

Re: [webkit-dev] Generating compile_commands.json when building WebKit on MacOS

2020-07-25 Thread shrivatsa
Perhaps you can try to use the WebKitGTK port for Linux ? You mean that I should try to build WebKitGTK port for Linux on macOS or simply move to Linux? ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/w