chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1084: r7rs library include path trouble


From: Chicken Trac
Subject: [Chicken-janitors] #1084: r7rs library include path trouble
Date: Mon, 30 Dec 2013 00:38:46 -0000

#1084: r7rs library include path trouble
------------------------+---------------------------------------------------
 Reporter:  sethalves   |       Owner:  evhan  
     Type:  defect      |      Status:  new    
 Priority:  major       |   Milestone:  someday
Component:  extensions  |     Version:  4.8.x  
 Keywords:  r7rs        |  
------------------------+---------------------------------------------------
 Attached is a tarball with 3 small source files in it.  They are a top-
 level file and two r7rs library files.  csi is able to run this without
 issue.  csc complains about one of the library files, and the resulting
 executable doesn't work.

 ponk% find . -type f
 ./aaa.scm
 ./seth/bbb.sld
 ./seth/ccc.sld
 ./Makefile

 ponk% make
 csc aaa.scm -o aaa

 Warning: extension `seth.ccc' is currently not installed

 ponk% ./aaa

 Error: (require) cannot load extension: seth.ccc

         Call history:

         aaa.scm:6: ##sys#require
         seth/ccc.sld:1: register-feature!
         seth/ccc.sld:1: ##sys#require
         seth/bbb.sld:1: register-feature!
         seth/bbb.sld:1: ##sys#require
         seth/bbb.sld:1: ##sys#require           <--

 ponk% ./aaa.scm
 a-func
 b-func
 c-func

 ponk%

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1084>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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