﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1584	installing srfi-13 on win8 fails (MAX_PATH is too low)	kristianlm		"
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.
"	defect	closed	major	5.1	core tools	5.0.0	fixed			
