freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Indirection issue with 'ft_trace_levels'


From: Werner LEMBERG
Subject: Re: [ft-devel] Indirection issue with 'ft_trace_levels'
Date: Wed, 05 Sep 2018 12:24:10 +0200 (CEST)

> 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

Thanks for the report; this should be fixed now in git.  Please retry.


    Werner



reply via email to

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