[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1403: bytestructures: reference to possibly unbo
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1403: bytestructures: reference to possibly unbound identifiers `r6rs.bytevectors' and `quote' |
Date: |
Sun, 03 Dec 2017 21:40:10 -0000 |
#1403: bytestructures: reference to possibly unbound identifiers
`r6rs.bytevectors' and `quote'
-----------------------------------+----------------------------
Reporter: mario | Owner: retroj
Type: defect | Status: new
Priority: major | Milestone: someday
Component: extensions | Version: 4.12.0
Resolution: | Keywords: bytestructures
Estimated difficulty: |
-----------------------------------+----------------------------
Comment (by retroj):
The file that does not build is chicken/bytevectors.sld (on git branch
'chicken').
{{{
$ csc -s -O3 -J -o bytestructures.bytevectors.so -X r7rs -R r7rs
bytevectors.sld
Warning: reference to possibly unbound identifier `r6rs.bytevectors'
Warning: reference to possibly unbound identifier `quote'
Error: module unresolved: bytestructures.bytevectors
Error: shell command terminated with non-zero exit status 256:
'/usr/bin/chicken' 'bytevectors.sld' -output-file
'bytestructures.bytevectors.c' -dynamic -feature chicken-compile-shared
-optimize-level 3 -emit-all-import-libraries -extend r7rs -require-
extension r7rs
}}}
It builds successfully with r7rs version 0.0.4, but not 0.0.5 or 0.0.6.
The egg has its r7rs dependency set for version 0.0.5, so it has built
successfully before with 0.0.5.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1403#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- Re: [Chicken-janitors] #1403: bytestructures: reference to possibly unbound identifiers `r6rs.bytevectors' and `quote',
Chicken Trac <=