chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1307: invalid number of parameters in install target


From: Chicken Trac
Subject: [Chicken-janitors] #1307: invalid number of parameters in install target on Windows
Date: Wed, 20 Jul 2016 19:24:23 -0000

#1307: invalid number of parameters in install target on Windows
--------------------------+---------------------
 Reporter:  zmyrgel       |      Owner:
     Type:  defect        |     Status:  new
 Priority:  minor         |  Milestone:  someday
Component:  build system  |    Version:  4.11.0
 Keywords:                |
--------------------------+---------------------
 I tried to install chicken on windows following the instructions from
 https://wiki.call-cc.org/compiling-chicken-on-windows-xp-with-mingw but
 the install part failed with following:

 {{{
 1 File(s) copied
 xcopy /Y .\feathers.1 "C:\chicken\share\man\man1"
 .\feathers.1
 1 File(s) copied
 mkdir  "C:\chicken\share\chicken\doc\manual"
 xcopy /Y .\manual-html\* "C:\chicken\share\chicken\doc\manual"
 0 File(s) copied
 xcopy /Y .\README "C:\chicken\share\chicken\doc"
 .\README
 1 File(s) copied
 xcopy /Y .\LICENSE "C:\chicken\share\chicken\doc"
 .\LICENSE
 1 File(s) copied
 xcopy /Y .\setup.defaults "C:\chicken\share\chicken"
 .\setup.defaults
 1 File(s) copied
 xcopy /Y .\feathers.tcl "C:\chicken/share/chicken"
 Invalid number of parameters
 .\rules.make:415: recipe for target 'install-other-files' failed
 mingw32-make: *** [install-other-files] Error 4

 C:\Users\tmy\Downloads\chicken-4.11.0>
 }}}

 Seems DATADIR variable is using wrong separators so the xcopy mistakes
 path as command argument.
 Replacing the path arguments separaters with backslashes made the install
 target complete succesfully.

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