Edit history for page: compiling-chicken-on-windows-xp-with-mingw

revision author date description r1 r2
40957 svnwiki Fri Dec 10 01:07:00 2021 Anonymous wiki edit for IP [151.51.136.88]: Add simple guide.
32915 svnwiki Tue Nov 17 19:12:00 2015 Anonymous wiki edit for IP [167.107.191.217]: I found an error compiling chicken in windows, I got around it using the ARCH flag
31126 mario Fri Jul 18 00:19:00 2014 Properly capitalize CHICKEN on the wiki directory (only first level). I used the following shell script to change things: while IFS= read -d $'\0' -r file ; do sed -i 's/Chicken/CHICKEN/g' "$file" done < <(find wiki -maxdepth 1 -type f -print0 ) Some files have been manually reverted after that, since some substitutions don't apply: - friedly-chicken (repl banner) - survey2011 (Chicken in URI paths) - chickenista-guide (Chickenista) I hope the link canonicalization thing will be on my side.
29897 svnwiki Fri Oct 11 01:50:00 2013 Anonymous wiki edit for IP [72.200.210.114]: Remove the description of the command to install chicken to the same directory as mingw (since it's not a particularly sensible thing to do anyway.)
25374 svnwiki Tue Oct 18 04:15:00 2011 Anonymous wiki edit for IP [74.62.17.66]: Added NOTE2, to describe using CSC_OPTIONS.
21126 felix Fri Oct 29 01:44:00 2010 some updates, removed user page on toplevel
19421 svnwiki Sun Aug 15 09:27:00 2010 Anonymous wiki edit for IP [93.130.48.10]: added the Annotation
19155 mario Sat Aug 7 13:24:00 2010 Fixed links (replacing chicken.wiki.br by code.call-cc.org or wiki.call-cc.org)
18934 svnwiki Thu Jul 22 17:43:00 2010 Changes applied for Krzysztof Klis (95.108.43.32) through svnwiki: With install command you need to provide the path to MinGW installation in Windows format
18933 svnwiki Thu Jul 22 16:15:00 2010 Changes applied for Krzysztof Klis (95.108.43.32) through svnwiki: Fixed a typo - the compiler string for mingw is "csc -IC:\chicken\include -LC:\chicken\lib filename.scm" not "csi -IC:\chicken\include -LC:\chicken\lib filename.scm"
18269 svnwiki Mon May 31 11:03:00 2010 Changes applied for Anonymous (200.133.215.4) through svnwiki:
18246 svnwiki Fri May 28 18:02:00 2010 Changes applied for Anonymous coward (200.133.215.4) through svnwiki:
18061 svnwiki Wed May 12 15:42:00 2010 Changes applied for Anonymous coward (201.81.164.133) through svnwiki:
16946 svnwiki Tue Jan 5 14:12:00 2010 Changes applied for me (91.3.182.150) through svnwiki:
16943 svnwiki Sun Jan 3 13:55:00 2010 Changes applied for Nick Keighley (92.237.112.162) through svnwiki: Suggestions for modification to the instructions on compiling with minGW
14088 svnwiki Sat Apr 4 21:32:00 2009 Changes applied for Anonymous coward (207.207.126.247) through svnwiki: Made up the page; I suppose someone's gonna use it, since I've spent around 2 hours figuring out why csc was barfing.