13 Aug
2010
13 Aug
'10
9:41 p.m.
2010/8/13 Igor Novikov <igor.e.novikov@...400...>:
I think the problem is rather incorrect build issue than real bug in the ft2 module. If MacOS X build is important for Inkscape release I could testing UniConvertor build under MacOS X Leopard.
There are a few changes I had to make before UC compiled on Windows 1. MinGW requires you to include windows.h before wingdi.h 2. There is a file that includes (possibly indirectly) both basetsd.h and windows.h - these two files have conflicting typedefs 3. DL_IMPORT declarations on global extern variables cause link failures - they are only needed if the variable is in a different DLL
Regards, Krzysztof