chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] problem with (import chicken.fixnum)


From: felix . winkelmann
Subject: [Chicken-hackers] problem with (import chicken.fixnum)
Date: Mon, 05 Mar 2018 16:03:06 +0100

Hi!

I'm not sure about this, but I try to build a chicken branch, which is rebased
on the current master (d35a74ced9b6fd77d3f988abb52eee9e05eeabeb)

Compiling a file like this

; x.scm:
(import chicken.fixnum)

with

bin/chicken x.scm -include-path .  -ignore-repository  -consult-type-file 
types..db

results in:

Syntax error (import): cannot import from undefined module

        chicken.fixnum

        Expansion history:

        core.scm:514: find-id
        core.scm:514: find-id
        core.scm:518: ##sys#get
        core.scm:629: ##sys#get
        core.scm:632: handle-expansion-result
        core.scm:631: ##sys#dynamic-wind
        core.scm:633: chicken.syntax#expand
        support.scm:188: ##sys#print
        support.scm:188: ##sys#print
        support.scm:188: ##sys#print
        support.scm:188: ##sys#print
        support.scm:188: ##sys#write-char-0
        support.scm:188: ##sys#write-char-0
        support.scm:190: g910
        support.scm:190: g943
        support.scm:191: chicken.base#print-call-chain          <--

bin/chicken is 5.0.0pre5, directly built and installed from the tarball. Using 
a boot-chicken built
from that biunary shows the same error. Dropping "-ignore-repository 
-consult-type-file ./types.db"
Seems to work with bin/chicken, but not with the boot-chicken.

I also noted that csi takes very long time to start up. Is this known?


felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]