New Paste

 

Administrate




Pastebin on unaen.org

PasteID: 4a5
Pasted by copec, 2019-12-10 19:54:53 GMT
Expires Never
Paste size 1.77 Kb
Tools Raw   Download
 
  1. ?  ~ ccl64  
  2. Clozure Common Lisp Version 1.11.6  DarwinX8664  
  3.   
  4. For more information about CCL, please see http://ccl.clozure.com.  
  5.   
  6. CCL is free software.  It is distributed under the terms of the Apache  
  7. Licence, Version 2.0.  
  8. ? (load "/Users/copec/quicklisp/setup.lisp")  
  9. #P"/Users/copec/quicklisp/setup.lisp"  
  10. ? (ql:quickload :sketch)  
  11. To load "sketch":  
  12.   Load 1 ASDF system:  
  13.     sketch  
  14. ; Loading "sketch"  
  15. .  
  16. ; pkg-config libffi --cflags  
  17. -I/usr/local/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include  
  18. ; cc -o /Users/copec/.cache/common-lisp/ccl-1.11-f96-macosx-x64/Users/copec/quicklisp/dists/quicklisp/software/cffi_0.19.0/libffi/libffi-types__grovel-tmp97W8N8F7.o -c -m64 -I /opt/local/include/ -I/opt/local/include/ -I/usr/local/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -fPIC -I/Users/copec/quicklisp/dists/quicklisp/software/cffi_0.19.0/ /Users/copec/.cache/common-lisp/ccl-1.11-f96-macosx-x64/Users/copec/quicklisp/dists/quicklisp/software/cffi_0.19.0/libffi/libffi-types__grovel.c  
  19. /Users/copec/.cache/common-lisp/ccl-1.11-f96-macosx-x64/Users/copec/quicklisp/dists/quicklisp/software/cffi_0.19.0/libffi/libffi-types__grovel.c:71:41: error: use of undeclared identifier 'FFI_SYSV'  
  20.   fprintf(output, "%"PRIiMAX, (intmax_t)FFI_SYSV);  
  21.                                         ^  
  22. 1 error generated.  
  23. > Error: Subprocess (:PROCESS #<EXTERNAL-PROCESS (cc . #1=(-o /Users/copec/.cache/common-lisp/ccl-1.11-f96-macosx-x64/Users/copec/quicklisp/dists/quicklisp/software/cffi_0.19.0/libffi/libffi-types__grovel-tmp97W8N8F7.o ...))[99543] (EXITED : 1) #x3020022D1FDD>)  
  24. >         with command ("cc" . #1#)  
  25. >         exited with error code 1  
  26. > While executing: CFFI-GROVEL:GROVEL-ERROR, in process listener(1).  
  27. > Type :POP to abort, :R for a list of available restarts.  
  28. > Type :? for other options.  
  29. 1 > :pop  
  30.  
 
 
 
 
Written by Xan Manning, 2010.