| Paste number 49511: | trying to build cl-glfw |
| Pasted by: | fax |
| 9 months, 4 days ago | |
| #lispcafe | Context in IRC logs | |
| Paste contents: |
| ; /Users/ed/Code/Lisp/cl-glfw/lib/opengl.fasl written ; compilation finished in 0:00:03 WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {124FEC81}> on #<CL-SOURCE-FILE "opengl" {124FF119}>. debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial thread" {116DB769}>: erred while invoking #<COMPILE-OP NIL {124FEC81}> on #<CL-SOURCE-FILE "opengl" {124FF119}> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {124FEC81}> on #<ASDF:CL-SOURCE-FILE "opengl" {124FF119}>. 1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {124FEC81}> on #<ASDF:CL-SOURCE-FILE "opengl" {124FF119}> as having been successful. 2: [ABORT ] Exit debugger, returning to top level. ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) #<unavailable argument> #<unavailable argument> #<ASDF:COMPILE-OP NIL {124FEC81}> #<ASDF:CL-SOURCE-FILE "opengl" {124FF119}>) |
Annotations for this paste:
| Annotation number 1: | maybe the problem is related to... |
| Pasted by: | fax |
| 9 months, 4 days ago | |
| Context in IRC logs | |
| Paste contents: |
| -+ Style Warnings (2) |-- redefining WRAPPED-WIN32-GL-FUNCTION-DEFINITION in DEFUN `-- redefining WRAPPED-GL-FUNCTION-DEFINITION in DEFUN -+ Warnings (5) |-- Defining a foreign type named BOOLEAN. This symbol belongs to the COMMON-LISP package and that may interfere with other code using CFFI. |-- Defining a foreign type named BYTE. This symbol belongs to the COMMON-LISP package and that may interfere with other code using CFFI. |-- Defining a foreign type named FLOAT. This symbol belongs to the COMMON-LISP package and that may interfere with other code using CFFI. |-- Defining a foreign type named CHAR. This symbol belongs to the COMMON-LISP package and that may interfere with other code using CFFI. `-- Defining a foreign type named STRING. This symbol belongs to the COMMON-LISP package and that may interfere with other code using CFFI. |