BradWBeer / clinch

Common Lisp 3D/2D Graphics Engine for OpenGL
Other
267 stars 24 forks source link

Having trouble loading cl-pango #124

Open stacksmith opened 7 years ago

stacksmith commented 7 years ago

SBCL 1.3.15 on linux xubuntu 17.04

To load "clinch-pango":
  Load 1 ASDF system:
    clinch-pango
; Loading "clinch-pango"
.....
; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Symbol "PRINT-TEXT-WITH-ATTRIBUTES" not found in the CL-PANGO package.
;   
;       Line: 31, Column: 36, File-Position: 1033
;   
;       Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/stack/Documents/lisp/CLinch/clinch-pango/clinch-pango.lisp" {1002D60483}>
BradWBeer commented 7 years ago

This might be a version mismatch. Can you pull the latest version of both and try?

On Mar 29, 2017 1:55 PM, "stacksmith" notifications@github.com wrote:

SBCL 1.3.15 on linux xubuntu 17.04

To load "clinch-pango": Load 1 ASDF system: clinch-pango ; Loading "clinch-pango" ..... ; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Symbol "PRINT-TEXT-WITH-ATTRIBUTES" not found in the CL-PANGO package. ; ; Line: 31, Column: 36, File-Position: 1033 ; ; Stream: #<SB-INT:FORM-TRACKING-STREAM for "file /home/stack/Documents/lisp/CLinch/clinch-pango/clinch-pango.lisp" {1002D60483}>

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BradWBeer/clinch/issues/124, or mute the thread https://github.com/notifications/unsubscribe-auth/AAS1kaYe0pr2JDvKcfe9uF-8Q7g1joBAks5rqpsegaJpZM4MtVTZ .