chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1584: installing srfi-13 on win8 fails (MAX_PATH is


From: Chicken Trac
Subject: [Chicken-janitors] #1584: installing srfi-13 on win8 fails (MAX_PATH is too low)
Date: Thu, 07 Feb 2019 14:20:54 -0000

#1584: installing srfi-13 on win8 fails (MAX_PATH is too low)
------------------------+--------------------------------
 Reporter:  kristianlm  |                 Owner:
     Type:  defect      |                Status:  new
 Priority:  major       |             Milestone:  someday
Component:  unknown     |               Version:  5.0.0
 Keywords:              |  Estimated difficulty:
------------------------+--------------------------------
 I am running C5 on win8 and ran into this: `chicken-install srfi-13` says
 "cannot create subprocess".

 It is caused by a MAX_PATH being too low.
 `chicken-do.c` uses MAX_PATH to set total cmd length. my win8 MAX_PATH is
 260, but my cmdline (including arguments) is longer.

 If I replace MAX_PATH with 4096, it works.

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