PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Thursday the 27th of March, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[01:22:19] <HarbingTarbl> When pillow is searching for the freetype library, is it looking for libfreetype2, libfreetype, freetype?
[01:22:24] <HarbingTarbl> On a windows install
[01:29:56] <wiredfool> It's complicated. there's freetype and freetype2
[01:30:20] <wiredfool> https://github.com/python-imaging/Pillow/blob/master/setup.py#L360
[01:37:07] <HarbingTarbl> I've set the "FREETYPE_ROOT" in the setup.py, but it still doesn't seem to have installed with it enabled. Is there a flag I need to set when executing setup.py?
[01:47:30] <HarbingTarbl> Ah, I've gotten it to try to include the functionality, but now I get a bunch of unresolved external errors when building pillow.
[01:48:10] <HarbingTarbl> Does it only work with a specific compiler and version of freetype2?
[01:56:24] <HarbingTarbl> wiredfool, Yea both the prepackaged and my own compiled versions of the freetype2 library result in unresolved externals when I try to use them with Pillow. I'm pretty sure this is freetype2, but the freetype website also says that "freetype" and "freetype2" are the same thing.