[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: #1727: chicken-install srfi-18 fails on Windows
From: |
Chicken Trac |
Subject: |
Re: #1727: chicken-install srfi-18 fails on Windows |
Date: |
Sat, 30 Jan 2021 18:51:24 -0000 |
#1727: chicken-install srfi-18 fails on Windows
------------------------------------+---------------------
Reporter: Josh Helzer | Owner: (none)
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 5.2.0
Resolution: | Keywords:
Estimated difficulty: |
------------------------------------+---------------------
Comment (by Tim Rooney):
Hey, I've also had this problem with some eggs in the past on Windows.
I've been able to get around it when it pops up by removing some extra
quotes in the build-*.bat files.
The problem seems to be that %CHICKEN_CSC% and %CHICKEN_CSI% are already
quoted, but some of the batch files themselves quote the variable, causing
doubled quotes that Windows cannot handle.
I believe that this should be all of the affected eggs:
{{{
; In
$ grep --include=*.bat -rw . -e '"%CHICKEN_CSC%"' -e '"%CHICKEN_CSI%"' |
awk -F "/" '{ print $2 }'
; Out
breadline
imlib2
openssl
socket
srfi-18
taglib
}}}
--
Ticket URL: <https://bugs.call-cc.org/ticket/1727#comment:2>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.