Re: [webkit-dev] unified sources build + forwarding headers that are copies

2017-11-17 Thread Salisbury, Mark
sts.webkit.org Subject: Re: [webkit-dev] unified sources build + forwarding headers that are copies 14.11.2017, 14:54, "Salisbury, Mark" <mark.salisb...@hp.com>: > Hello, > > I’m building on Windows (WPE platform, perhaps I’m the first to try this!) > and I’m seei

Re: [webkit-dev] unified sources build + forwarding headers that are copies

2017-11-17 Thread Konstantin Tokarev
14.11.2017, 14:54, "Salisbury, Mark" : > Hello, > > I’m building on Windows (WPE platform, perhaps I’m the first to try this!) > and I’m seeing some compile errors that I believe are arising from previously > untested combinations of source files. > > If I understand

Re: [webkit-dev] unified sources build + forwarding headers that are copies

2017-11-17 Thread Salisbury, Mark
, Mark <mark.salisb...@hp.com> Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] unified sources build + forwarding headers that are copies Our CMakeLists.txt have many instances of checks like “if (WIN32)” that assume that if you are running CMake on Windows then you are bu

Re: [webkit-dev] unified sources build + forwarding headers that are copies

2017-11-14 Thread Alex Christensen
Our CMakeLists.txt have many instances of checks like “if (WIN32)” that assume that if you are running CMake on Windows then you are building for Windows. If you can make these checks work for you without breaking the existing Windows builds, then we would welcome such improvements.

Re: [webkit-dev] unified sources build + forwarding headers that are copies

2017-11-14 Thread Konstantin Tokarev
14.11.2017, 19:10, "Michael Catanzaro" : > On Tue, Nov 14, 2017 at 5:54 AM, Salisbury, Mark > wrote: >>  Hello, >> >>  I’m building on Windows (WPE platform, perhaps I’m the first to >>  try this!) > > Wow! > >>  and I’m seeing some compile errors