Advertisement
Guest User

Untitled

a guest
Jul 16th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. roy@fedora:~/tcc-0.9.26-1149-g46a75d0c$ ./bootstrap.sh
  2. CC tccpp.c
  3. Backtrace:
  4. In ice-9/boot-9.scm:
  5. 1752:10 11 (with-exception-handler _ _ #:unwind? _ # _)
  6. In unknown file:
  7. 10 (apply-smob/0 #<thunk 7fd5e7411300>)
  8. In ice-9/boot-9.scm:
  9. 724:2 9 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
  10. In ice-9/eval.scm:
  11. 619:8 8 (_ #(#(#<directory (guile-user) 7fd5e7414c80>)))
  12. 293:34 7 (_ #(#(#(#(#(#(#<directory (mescc mescc…>) …) …) …) …) …))
  13. In srfi/srfi-1.scm:
  14. 586:17 6 (map1 ("tccpp.c"))
  15. In ice-9/ports.scm:
  16. 433:17 5 (call-with-input-file _ _ #:binary _ #:encoding _ # _)
  17. 472:4 4 (_ _)
  18. In ice-9/eval.scm:
  19. 293:34 3 (_ #(#(#<directory (mescc compile) 7fd5e07d3b40>) #<…> …))
  20. In srfi/srfi-1.scm:
  21. 460:18 2 (fold #<procedure ast->info (a b)> #<<info> types: (("…> …)
  22. 460:18 1 (fold #<procedure 7fd5de7c4240 at ice-9/eval.scm:336:1…> …)
  23. In ice-9/boot-9.scm:
  24. 2007:7 0 (error _ . _)
  25.  
  26. ice-9/boot-9.scm:2007:7: In procedure error:
  27. init-declr->info: not supported: ((ftn-declr (ptr-declr (pointer) (ident "comparison_fn_t")) (param-list (param-decl (decl-spec-list (type-spec (void)) (type-qual (const))) (param-declr (abs-ptr-declr (pointer)))) (param-decl (decl-spec-list (type-spec (void)) (type-qual (const))) (param-declr (abs-ptr-declr (pointer)))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement