Re: Commit ec9b6c314dc018bbf0af4ff657fa5ff56a5bf9f7 breaks existing programs

2021-01-06 Thread Alexei Podtelezhnikov
>> and don't render any UI. Can't run git master anymore :( > > > If I had to guess it's probably that FT_PIXEL_MODE_GRAY16 was added to the > middle of the enum, changing the values of the later enumerators, changing > the ABI. Probably just need to move it to the end of the list to avoid that.

Re: Commit ec9b6c314dc018bbf0af4ff657fa5ff56a5bf9f7 breaks existing programs

2021-01-06 Thread Ben Wagner
On Wed, Jan 6, 2021, 6:35 PM Nikolaus Waxweiler wrote: > Hi! > Not sure if this is intentional or anything, but the aforementioned > commit makes programs fail to render on Fedora 33. I.e. GTK3 apps spam > the console with > > (gnome-calculator:44487): Gtk-WARNING **: 23:32:19.658: drawing

Commit ec9b6c314dc018bbf0af4ff657fa5ff56a5bf9f7 breaks existing programs

2021-01-06 Thread Nikolaus Waxweiler
Hi! Not sure if this is intentional or anything, but the aforementioned commit makes programs fail to render on Fedora 33. I.e. GTK3 apps spam the console with (gnome-calculator:44487): Gtk-WARNING **: 23:32:19.658: drawing failure for widget 'MathWindow': invalid value for an input

Re: meson build system

2021-01-06 Thread Alexei Podtelezhnikov
> > > > Don't you think that a bug in the build system is worthy of a new > > minor release ? > > Not for meson – yet :-) Not until meson builds freetype-demos too, to even be considered as viable alternative. Please contribute. :)

Re: meson build system

2021-01-06 Thread Werner LEMBERG
>> Oh, you are using the latest tarball for building FreeType! I have >> missed that, sorry. Please use the git repository, which has this >> Meson problem already fixed (and which I used for testing your >> case). > > Don't you think that a bug in the build system is worthy of a new > minor