Hi, >>>>> In <[EMAIL PROTECTED]> >>>>> Juliusz Chroboczek <[EMAIL PROTECTED]> wrote: >> New versions of both mkfontscale and the FreeType 2 backend are >> available from >> >> http://www.pps.jussieu.fr/~jch/software/files/ >> >> Note that you will need to apply the ``xfree86-freetype2.patch'' even >> if you've done before, as this version contains a little more stuff.
I saw the ``xfree86-freetype2.patch'', and I found it does not contain ftstdlib.h related chank. It is still needed. *** /dev/null Thu Jan 1 01:00:00 1970 --- xc/extras/freetype2/include/ftstdlib.h Wed Apr 3 23:43:43 2002 *************** *** 0 **** --- 1,18 ---- + #ifndef _FT_STDLIB_H + #define _FT_STDLIB_H + #ifndef FONTMODULE + #include <stdio.h> + #include <stdlib.h> + #include <string.h> + #include <ctype.h> + #else + #include "Xmd.h" + #include "Xdefs.h" + #include "xf86_ansic.h" + #endif + + #ifndef offsetof + #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) + #endif + + #endif -- ISHIKAWA Mutsumi <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> _______________________________________________ Fonts mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/fonts
