Hi all,
I have mentioned this problem in my previous emails and I found a way
to solve it. Here is my solution:
When I installed cl-cairo2 in Debian with asdf-install, at first it always
loaded
cl-cairo2-mac.asd. So I deleted any file for mac and commented out any code
for mac, then I installed it again,
and it started to load cl-cairo2-win.asd.
Finally, I got it installed after removed all the files and code that are
not for x11.
Regards,
Yang