On 2007-06-02 21:32-0700 Alan W. Irwin wrote:
> Have you remembered to follow the gd style in
> cmake/modules/drivers-init.cmake?
>
> That means
>
> "xwinttf:xwinttf:OFF"
>
> must be replaced by
>
> "xcairo:cairo:OFF" "pscairo:cairo:OFF" "pdfcairo:cairo:OFF"
I now noticed that you did use th
On 2007-06-02 21:06-0400 Hazen Babcock wrote:
>
> Hello,
>
> I've moved xwinttf.c to cairo.c and now I want to add some of the
> other cairo devices (ps, pdf, etc..) to this file. Since some users
> may have Cairo but not xwindows I'm trying to use preprocessor
> directives in cairo.c so that they
Hello,
I've moved xwinttf.c to cairo.c and now I want to add some of the
other cairo devices (ps, pdf, etc..) to this file. Since some users
may have Cairo but not xwindows I'm trying to use preprocessor
directives in cairo.c so that they won't get error messages when
xwindows does not ex