Skip to content

wrappers are not compiled in ABCL #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
alanruttenberg opened this issue Jan 15, 2022 · 0 comments
Open

wrappers are not compiled in ABCL #103

alanruttenberg opened this issue Jan 15, 2022 · 0 comments

Comments

@alanruttenberg
Copy link

e.g.
Note, however, there's something sinister happening to 'compile at the moment, caused by something cl-include or cffi does, so don't fix this until armedbear/abcl#431 is resolved.

(disassemble 'avpriv-get-gamma-from-trc)
; Not a compiled function: 
; 
; ((block avpriv-get-gamma-from-trc
;    (let ((#:trc6017537
;           (let ((#:trc6017537 trc))
;             (let ((#:g6017541 #:trc6017537))
;               (cond ((typep #:g6017541 'symbol)
;                      nil
;                      (enum-value 'av-color-transfer-characteristic
;                                  #:trc6017537))
;                     ((typep #:g6017541 'integer) nil #:trc6017537)
;                     (t
;                      (error 'type-error
;                             :datum
;                             #:g6017541
;                             :expected-type
;                             '(or integer symbol))))))))
;      (declare (ignorable #:trc6017537))
;      (cffi-sys::%%foreign-funcall (cffi-sys::find-foreign-function '"avpriv_get_gamma_from_trc"
;                                                                    ':default)
;                                   (list #:trc6017537)
;                                   '(:int)
;                                   ':double))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant