quicklisp-projects icon indicating copy to clipboard operation
quicklisp-projects copied to clipboard

Need to update cl-cffi-gtk library repository

Open Centrix14 opened this issue 3 years ago • 1 comments

Good afternoon! I would like to inform you that at the moment, the fork of the cl-cffi-gtk library made by Ferada and provided by Quicklisp is obsolete. You need to switch to the crategus repository.

In addition, I wanted to say that my attempts to compile the library myself using asdf:load-system were unsuccessful: lines 399 and 1025 of the pango/pango.attributes.lisp file contain references to functions that do not exist in pango. The easiest way to solve this problem is to comment them out. It breaks something in pango itself, but the library compiles, and provides its main functionality.

Regarding this issue, I have already contacted the developer, I will wait for an answer.

Centrix14 avatar Jul 11 '22 19:07 Centrix14

I get this when trying to use the crategus repo:

Unhandled SB-KERNEL::UNDEFINED-ALIEN-FUNCTION-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {10016D0003}>: The alien function "pango_attribute_get_type" is undefined.

On Mon, Jul 11, 2022 at 3:12 PM Centrix14 @.***> wrote:

Good afternoon! I would like to inform you that at the moment, the fork of the cl-cffi-gtk library made by Ferada and provided by Quicklisp is obsolete. You need to switch to the crategus https://github.com/crategus/cl-cffi-gtk repository.

In addition, I wanted to say that my attempts to compile the library myself using asdf:load-system were unsuccessful: lines 399 and 1025 of the pango/pango.attributes.lisp file contain references to functions that do not exist in pango. The easiest way to solve this problem is to comment them out. It breaks something in pango itself, but the library compiles, and provides its main functionality.

Regarding this issue, I have already contacted the developer, I will wait for an answer.

— Reply to this email directly, view it on GitHub https://github.com/quicklisp/quicklisp-projects/issues/2189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACPNLMJWHAXAJUFRQUPKITVTRW3RANCNFSM53IQ4X3A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

quicklisp avatar Nov 18 '22 14:11 quicklisp