[ft-devel] symbol lookup error: [...]/libpangoft2-1.0.so.0: undefined symbol: FT_MulFix

2014-03-21 Thread Nikolaus Waxweiler
Hello list, I'm following git master and just noticed that evince refuses to start with the above error. I'm on Ubuntu 13.10 x86_64. Anything I can do to help track down the bug? Regards, Nikolaus ___ Freetype-devel mailing list

[ft-devel] Stack Overflow ?

2014-03-21 Thread Chuck Burfoot
Downloaded from git site - ft253.zip Extracted Ran CMake 2.8 Config Gen Opened ran .sln in VStudio 2010 Built debug static Built release static Builds static lib Debug sample runs fine Release sample exception in FT_New_Face Top of ft_fseek() Looks like a corrupt stack ?

Re: [ft-devel] Stack Overflow ?

2014-03-21 Thread Werner LEMBERG
Release sample exception in FT_New_Face Top of ft_fseek() Looks like a corrupt stack ? This is not sufficient information. There are no known issues with FT_New_Face, so please give more details. Note that I don't use Windows, so the best method to make me help you is to create a

Re: [ft-devel] symbol lookup error: [...]/libpangoft2-1.0.so.0: undefined symbol: FT_MulFix

2014-03-21 Thread Werner LEMBERG
I'm following git master and just noticed that evince refuses to start with the above error. I'm on Ubuntu 13.10 x86_64. Fixed in git; thanks for the report. The issue is how to correctly inline FT_MulFix. The original code (which I've just resurrected) might be sup-optimal, but it works...