[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: back/art/ftfont.m not compiling
From: |
Alexander Malmberg |
Subject: |
Re: back/art/ftfont.m not compiling |
Date: |
Mon, 27 Jan 2003 19:05:05 +0100 |
Tobias wrote:
[snip]
> but ftfont.m does not compile out of the box on my setup (with gcc 3.2.2):
> it does not find a reference to 'uni_is_decomp'.
>
> this method is in gnustep/base/Unicode.h.
>
> thus
> + #include <gnustep/base/Unicode.h>
> and
> -extern void GSToUnicode();
> +//extern void GSToUnicode();
> will solve the problem.
>
> hope this helps (and is no specific illness of my system).
Thanks! Now fixed in cvs.
- Alexander Malmberg