rpav / cl-cairo2

Cairo bindings for Common Lisp

Home Page:https://github.com/rpav/cl-cairo2/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xlib-freetype-example.lisp does not load correctly.

stacksmith opened this issue · comments

I may be misunderstanding something, but after (ql:quickload :cl-cairo2-xlib), compiling xlib-freetype-example.lisp produces errors with (with-ft-scaled-face-locked...) macro missing (and therefore, face not being bound).

Some digging around points to the file freetype.lisp not being referenced in cl-cairo2-xlib.asd

The problem went away after I added (:file "../freetype") to the asd.

Is my usage incorrect, or is it an oversight?

Thank you.

To answer my own question - the freetype system must be loaded first...