chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1647: chicken-install on windows fails from other dr


From: Chicken Trac
Subject: [Chicken-janitors] #1647: chicken-install on windows fails from other drive than C:
Date: Tue, 03 Sep 2019 09:10:15 -0000

#1647: chicken-install on windows fails from other drive than C:
-----------------------------------+------------------------
            Reporter:  mpcjanssen  |       Type:  defect
              Status:  new         |   Priority:  minor
           Milestone:  someday     |  Component:  extensions
             Version:  5.1.0       |   Keywords:
Estimated difficulty:  easy        |
-----------------------------------+------------------------
 When calling chicken-install on windows. The generated build batchs files
 do a cd to the egg folder, but the active drive is not changed. As a
 result compilation fails with a file not found error.

 For example:

 {{{
 D:\>chicken-install srfi-1
 building srfi-1
    d:\chicken/bin/csc -host -D compiling-extension -J -s -regenerate-
 import-libraries -setup-mode -I C:\Users\Mark\AppData\Local\chicken-
 install\srfi-1 -C -IC:\Users\Mark\AppData\Local\chicken-install\srfi-1 -O3
 -d0 srfi-1.scm -o C:\Users\Mark\AppData\Local\chicken-
 install\srfi-1\srfi-1.so
 csc: file `srfi-1.scm' does not exist

 Error: shell command terminated with nonzero exit code
 1
 "C:\\Users\\Mark\\AppData\\Local\\chicken-
 install\\srfi-1\\srfi-1.build.bat"
 }}}

 So after

 {{{
 cd "C:\Users\Mark\AppData\Local\chicken-install\srfi-1"
 }}}

 a `c:` should be done.

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1647>
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]