Quote:
Originally Posted by NiLuJe
- - -
(The bad news is I have no idea why the hell the legacy framework craps out with a freetype lib built w/ GCC 5, so I had to roll-back to GCC 4.9 for the FT stack on legacy devices...).
|
The BR auto-builder has been stumbling over a lot of packages when using GCC-5 ...
The work-around so far has been:
Quote:
Add -std=gnu89 to CFLAGS to keep pre gcc5 inline function symbols visibility rules.
|
It is one of the reasons I didn't use __attribute__(inline) on the new translation code.
But mostly because I don't know how many gcc-isms your clang compiler will take.
None of the auto-builders have a GCC-6 toolchain installed (yet).
That may be another can of worms, later.