chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1324: setup-helper setup does not respect CHICKEN_IN


From: Chicken Trac
Subject: [Chicken-janitors] #1324: setup-helper setup does not respect CHICKEN_INCLUDE_PATH
Date: Tue, 30 Aug 2016 15:37:37 -0000

#1324: setup-helper setup does not respect CHICKEN_INCLUDE_PATH
------------------------+--------------------------------
 Reporter:  retroj      |                 Owner:
     Type:  defect      |                Status:  new
 Priority:  major       |             Milestone:  someday
Component:  extensions  |               Version:  4.11.0
 Keywords:              |  Estimated difficulty:
------------------------+--------------------------------
 In the setup-helper egg, its setup includes the following step:

     (copy-file "setup-helper.scm" (chicken-home))

 This fails with a warning if `chicken-home` is read-only, and advises that
 it will be necessary to use CHICKEN_INCLUDE_PATH to use setup-helper.
 Instead of only trying `(chicken-home)`, it should respect
 CHICKEN_INCLUDE_PATH itself if that variable is set, like eggs that use
 setup-helper do, via `copy-to-home`.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1324>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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