You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PIL is not compiled with freetype2 support with current recipe:
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform linux3 2.7.2 (default, Jul 9 2015, 09:27:04)
[GCC 4.8.4]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform linux3 2.7.2 (default, Jul 9 2015, 09:56:49)
[GCC 4.8.4]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
--- FREETYPE2 support available
*** LITTLECMS support not available
--------------------------------------------------------------------
Actually, it compiles with FREETYPE2 support, when I upgrade freetype library in src/jni/freetype to 2.4.0. Then it works with the original recipe.
However I needed to go few months of commits back as there's another problem with manipulating images -> they get screwed up by PIL. I suspect, it's due to changes in jpeg library. I will try to figure out which commit caused this.
PIL is not compiled with freetype2 support with current recipe:
Changing the CFLAGS path solved the issue for me:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: