Re: [webkit-dev] WinCairo EWS bot broken?

2018-09-30 Thread Fujii Hironori
I apologize for the inconvenience. I'm going to look into it in the following bug ticket. https://bugs.webkit.org/show_bug.cgi?id=187725 -- Fujii ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Konstantin Tokarev
Or, better, if (ENABLE_WEBCORE) 30.09.2018, 18:58, "Michael Catanzaro" :Yeah, I'd just put it in an if (NOT ${PORT} STREQUAL "JSCOnly")(writing that off the top of my head, probably somehow wrong)___webkit-dev mailing listwebkit-dev@lists.webkit.orghttps:

Re: [webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Michael Catanzaro
Yeah, I'd just put it in an if (NOT ${PORT} STREQUAL "JSCOnly") (writing that off the top of my head, probably somehow wrong) ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Is gperf really needed when building the JSCOnly with CMake?

2018-09-30 Thread Koby Boyango
Hi I'm currently experimenting with using the new Azure Pipelines as the CI platform for node-jsc. While setting up the Windows test, I had to add some extra steps in order to add gperf and make sure CMake's find_package finds it. Currently, gperf is required for all CMake ports, as it is checked i