freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] Indirection issue with 'ft_trace_levels'


From: John Emmas
Subject: [ft-devel] Indirection issue with 'ft_trace_levels'
Date: Tue, 04 Sep 2018 11:23:23 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]