After updating from git master this morning, I'm finding a compilation error in 'builds/windows/ftdebug.c' when I try to build with MSVC. It gives me an error at line 114:-

  /* array of trace levels, initialized to 0 */
  int  ft_trace_levels[trace_count];  // <--- compilation fails here !!!

and the error is:-

error C2372: 'ft_trace_levels' : redefinition; different types of indirection

AFAICT ftdebug.c itself hasn't changed since I last built freetype2 - so has there maybe been a change to 'ft_trace_levels' somewhere which needs to get reflected here?

If this doesn't ring any immediate bells with anyone I'll do a bit more digging...

John

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to