[ft-devel] a few barriers before true 64-bit or LFS support

2013-11-25 Thread suzuki toshiya
This post is something like a memo for myself, but I think it could be useful somebody interested in LFS... Yet I've not finished a compilation for minimum patchset for LFS... Because following barriers, an introduction of new variable type FT_StreamOffset which is something like off_t would be

Re: [ft-devel] a few barriers before true 64-bit or LFS support

2013-11-25 Thread Werner LEMBERG
1) FreeType stream I/O functions should be (incompatibly) changed The public API file, ftsystem.h has a following API for the stream object in FreeType; typedef struct FT_StreamRec_ { unsigned char* base; unsigned longsize; unsigned longpos;