chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] [Chicken-bugs] #343: The makefile for mingw on window


From: Chicken Scheme
Subject: [Chicken-janitors] [Chicken-bugs] #343: The makefile for mingw on windows calls a unix program
Date: Thu, 25 Oct 2007 01:42:22 -0000

#343: The makefile  for mingw on windows calls a unix program
-------------------------------------+--------------------------------------
 Reporter:  Don <address@hidden>  |       Type:  defect
   Status:  new                      |   Priority:  major 
Component:  build system             |    Version:  2.7   
 Keywords:                           |  
-------------------------------------+--------------------------------------
 The current release of Chicken(2.727) includes a makefile for native
 windows called "Makefile.mingw".  This make file calls a unix program
 (cat) which is not normally installed on windows, causing it to fail
 completely.

 Solution:

 replace "cat" with "type" in the makefile.  "type" is the windows version
 of "cat"

-- 
Ticket URL: <http://trac.callcc.org/ticket/343>
Chicken Scheme <http://www.call-with-current-continuation.org/>
The CHICKEN Scheme-to-C compiler

reply via email to

[Prev in Thread] Current Thread [Next in Thread]