Incorrect keyword arguments in (:UNDERFLOW
NIL
:OVERFLOW
NIL
:INEXACT
NIL
:INVALID
NIL
:DIVIDE-BY-ZERO
NIL
:DENORMALIZED-OPERAND
NIL) .
[Condition of type CCL::SIMPLE-PROGRAM-ERROR]
("Clozure Common Lisp" "Version 1.11.5/v1.11.5 (LinuxX8664)")
(cl:pushnew :cl-opengl-no-masked-traps cl:*features*) solves the problem, but another small gotcha is that one would need to also manually trigger recompilation of cl-opengl by touching cl-openg.asd or other means (clearing caches, forcing with asdf).
("Clozure Common Lisp" "Version 1.11.5/v1.11.5 (LinuxX8664)")
(cl:pushnew :cl-opengl-no-masked-traps cl:*features*)
solves the problem, but another small gotcha is that one would need to also manually trigger recompilation of cl-opengl by touchingcl-openg.asd
or other means (clearing caches, forcing with asdf).