[Mingw-w64-public] Compiling skia, part 2: xpsobjectmodel.h

2016-08-08 Thread Ruben Van Boxem
Hi guys, I'm compiling skia with MinGW-w64 GCC, and after the stuff in my previous mail and some other small things, I came across this: In file included from C:/Development/skia/src/xps/SkDocument_XPS.cpp:12:0: C:/Development/skia/src/xps/SkXPSDevice.h:187:15: error: 'XPS_SIZE' does not name a t

Re: [Mingw-w64-public] Compiling skia, part 2: xpsobjectmodel.h

2016-08-09 Thread Kai Tietz
Hmm, for me it looks like there is the forwarder declaration missing. Jacek do you have here any more detailed knowledge? Thanks, Kai 2016-08-08 22:47 GMT+02:00 Ruben Van Boxem : > Hi guys, > > I'm compiling skia with MinGW-w64 GCC, and after the stuff in my previous > mail and some other small t

Re: [Mingw-w64-public] Compiling skia, part 2: xpsobjectmodel.h

2016-08-09 Thread Ruben Van Boxem
Hi again, This was an error in not defining some macros like NTDDI_VERSION and Unfortunately, MinGW-w64 is missing a FontSub.h, which prevents the XPS device in skia from building. As a workaround I've ifdef'ed the XPS device for MinGW, I don't see a use for it anyway :p Let's see what upstream