Werner, I downloaded the FreeTypeAmalgam.c / FreeTypeAmalgam.h and I did get them to build and run successfully with my demo program on DJGPP + RHIDE in DOS.
I used your link: https://github.com/vinniefalco/FreeTypeAmalgam But, these are version 2.4.12. My main goal is to translate the newer rasterizer (for now). Has the rasterizer stayed the same from version 2.4.12 to current? -Daniel Nice -----Original Message----- From: Werner LEMBERG <[email protected]> To: danielnice <[email protected]> Cc: freetype <[email protected]>; freetype-devel <[email protected]> Sent: Wed, Jan 14, 2015 2:04 am Subject: Re: [ft] Follow up: FreeType v2501 under DJGPP with RHIDE > I am trying to set up FreeType v2.51 with DJGPP under RHIDE on DOS > in order to trace through the library source code. Particularly, I > want to translate the anti-aliased rasterizer to another language. > Therefore, I do not want to build the library -- I want all source > code to be traceable. Read this thread http://lists.gnu.org/archive/html/freetype-devel/2012-01/msg00037.html and try https://github.com/vinniefalco/FreeTypeAmalgam . It's not up to date, but perhaps you can ping Vinnie to fix that – it should basically be trivial for him to run his `amalgamate' tool https://github.com/vinniefalco/Amalgamate on the corresponding amalgamate template https://github.com/vinniefalco/Amalgams/ again. Even if you don't use the amalgamation stuff, looking up those templates might help you in fixing your compilation problems. Werner
_______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
