Closed
Description
openedon Mar 5, 2018
I'm trying to get cairo installed on my machine, but one of its prerequisites, gettext, fails to build. The build fails in both x86 and x64 mode.
Relevant text from the log files:
c:\users\n1kt0\documents\visual studio 2015\vcpkg\buildtrees\gettext\src\gettext-0.19\gettext-runtime\intl\xsize.h(31): fatal error C1189: #error: "Please include config.h first."
I checked the source files, and it appears that xsize.c includes config.h before including xsize.h, so I don't know what the problem is unless the _GL_INLINE_HEADER_BEGIN macro it checks for gets undefined somewhere.
Anyone have any ideas?
Activity