Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fxcoudert/4709401da758ba09f893f376c82024d8 to your computer and use it in GitHub Desktop.
Save fxcoudert/4709401da758ba09f893f376c82024d8 to your computer and use it in GitHub Desktop.
In file included from brush.c:27:
In file included from ./brush-private.h:38:
In file included from ./gdiplus-private.h:36:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib.h:In file included from adjustablearrowcap.c:25:
In file included from ./adjustablearrowcap-private.h:38:
In file included from ./gdiplus-private.h:36:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib.h:30:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/galloca.h:32:
/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gtypes.h:423:3: error: '_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
In file included from bitmap.c:30:
In file included from ./gdiplus-private.h:36:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib.h:30:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/galloca.h:32:
G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gtypes.h:42330:
In file included from /usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/galloca.h:32:
/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gtypes.h:423:3: error: '_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:3: error
: '_GStaticAssertCompileTimeAssertion_0' declared as an array with a negative size
/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gmacros.h G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));:232:103: note: expanded from macro 'G_STATIC_ASSERT'
G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gmacros.h:232:103: note: expanded from macro 'G_STATIC_ASSERT'
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED
^~~~~~~~~~~~~~~
#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED
^~~~~~~~~~~~~~~
/usr/local/Cellar/glib/2.52.3/include/glib-2.0/glib/gmacros.h:232:103: note: expanded from macro 'G_STATIC_ASSERT'
#define G_STATIC_ASSERT(expr) typedef char G_PASTE (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GNUC_UNUSED
^~~~~~~~~~~~~~~
1 error generated.
1 error generated.
make[2]: *** [brush.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [adjustablearrowcap.lo] Error 1
1 error generated.
make[2]: *** [bitmap.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment