Issue 25 in freetype-py: undefined symbol FT_LIbrary_SetLcdFilter

59 views
Skip to first unread message

freet...@googlecode.com

unread,
Dec 20, 2012, 3:33:11 PM12/20/12
to Nicolas...@inria.fr
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 25 by bayk...@gmail.com: undefined symbol FT_LIbrary_SetLcdFilter
http://code.google.com/p/freetype-py/issues/detail?id=25

What steps will reproduce the problem?
1. yum install freetype
2. install freetype-py-0.3.3
3. python2.4 "from freetype import *"

What is the expected output? What do you see instead?
from freetype import *
File "/usr/lib/python2.4/site-packages/freetype/__init__.py", line 91,
in ?
FT_Library_SetLcdFilter= __dll__.FT_Library_SetLcdFilter

File "/usr/lib/python2.4/site-packages/ctypes-1.0.2-py2.4-linux-x86_64.egg/ctypes/__init__.py",
line 353, in __getattr__
func = self.__getitem__(name)

File "/usr/lib/python2.4/site-packages/ctypes-1.0.2-py2.4-linux-x86_64.egg/ctypes/__init__.py",
line 358, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib64/libfreetype.so.6: undefined symbol:
FT_Library_SetLcdFilter


What version of the product are you using? On what operating system?
0.3.3 on Linux 2.6.18-194.26.1.el5 #1 SMP x86_64 GNU/Linux

Please provide any additional information below.
Latest version works okay under Windows 7

freet...@googlecode.com

unread,
Dec 21, 2012, 1:27:39 AM12/21/12
to Nicolas...@inria.fr
Updates:
Status: Fixed

Comment #1 on issue 25 by Nicolas...@gmail.com: undefined symbol
FT_LIbrary_SetLcdFilter
http://code.google.com/p/freetype-py/issues/detail?id=25

Thanks for the report.
This means that FT library has not be compiled with LCD support. I just
modified the trunk.


Reply all
Reply to author
Forward
0 new messages