in reply to (OT) Freetype installation problems

The file ftsystem.c uses includes that look like this:
#include FT_INTERNAL_DEBUG_H

The file name is in a pre processor macro, and it seems your C compiler can't handle that.

I tested it with gcc 4.1, and that works, so try to compile the package with gcc instead.

Replies are listed 'Best First'.
Re^2: (OT) Freetype installation problems
by krishi (Novice) on Dec 17, 2007 at 10:15 UTC
    Can you tell me how do I exactly compile it with gcc ?
    I have gcc 3.4.6 installed on my system.
    Thanks,
    Krishi.
      Come on, you can try a bit on your own.

      ./configure has a very helpful --help option.