[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
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


[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 ?

 

Any ideas. Anyone else seen this.

Currently falling back to 2.4.11

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


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
minimum, stand-alone, portable test program that I can compile and run
on the command line (i.e., a program that doesn't include
Windows-specific header files), and that exhibits the problem you've
encountered.  Note that you should *not* send proprietary fonts to
this list in case you need them to reproduce the issue.  Instead, you
might send them to me privately.

It's also possible that the `.sln' files from FreeType are incorrect –
I simply update them with regular expressions, not doing any validity
tests.


Werner
___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


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...


Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel