revision |
author |
date |
description |
r1 |
r2 |
33473 |
svnwiki |
Sun Jul 10 00:51:00 2016 |
Anonymous wiki edit for IP [69.172.145.198]: Added MSYS2 link |
|
|
32625 |
mario |
Wed Jul 29 01:47:00 2015 |
platforms (wiki): fix link to the obscure "platforms-used" page (why do we have this?) |
|
|
32576 |
mario |
Fri Jul 10 23:48:00 2015 |
platforms (wiki): update CHICKEN versions available on Debian |
|
|
32515 |
svnwiki |
Tue Jun 23 19:15:00 2015 |
Anonymous wiki edit for IP [127.0.0.1]: mingw-w64 has moved to mingw-w64.org |
|
|
32259 |
ckeen |
Sat Feb 7 20:27:00 2015 |
add warning for cygwin to platforms, I need to verify this |
|
|
32256 |
ckeen |
Sat Feb 7 20:19:00 2015 |
link platform survey to platforms page |
|
|
32248 |
svnwiki |
Sat Feb 7 19:12:00 2015 |
Anonymous wiki edit for IP [62.216.205.14]: Mention cygwin packages |
|
|
31448 |
svnwiki |
Thu Sep 18 12:21:00 2014 |
Anonymous wiki edit for IP [130.92.61.78]: Changed address of OpenSUSE repository. |
|
|
31246 |
svnwiki |
Wed Aug 20 22:55:00 2014 |
Anonymous wiki edit for IP [136.159.118.140]: On 2014-08-20 I had some troubles installing the bind egg on windows, with the error being spit out that there was an unknown symbol _mingw_glob in the function _mingw_setup, which is located in a pre-compiled file crt2.o (usually in C:\mingw\mingw32\lib\crt2.o). After consulting over IRC (#chicken on freenode), sjamaan recommended using the mingw-w64 project, which has been more actively maintained in the past year (I can only find traces of activity on mingw.org from 2013, and nothing newer). After removing mingw32, installing mingw-w64 and adding it to my $PATH variable, calling chicken-install bind worked without fail. Strangely enough, the mingw-w64 project actually uses an older version of gcc (4.7.2 vs. mingw32 using 4.8.1) and some of the GNU coreutils, which could be a reason why mingw32 does not work where mingw-w64 does. However, given that the error was an undefined reference to _mingw_glob, I would suspect this is not an error in newer versions of the GNU coreutils, but rather deliberate changes to the mingw32 API that the developers made (during some update). In any case, I'm going to investigate more into the issue to see if using mingw-w64 breaks any other eggs. I don't think it should, but hey, computers often do things we don't expect. If you want to get in contact with me about this issue, please query DeeEff (sometimes DeeEff_ if Freenode is having a spasm) or email me at jeremy at thatgeoguy.ca. |
|
|
31245 |
svnwiki |
Wed Aug 20 22:53:00 2014 |
Anonymous wiki edit for IP [136.159.118.140]: |
|
|
31244 |
svnwiki |
Wed Aug 20 22:36:00 2014 |
Anonymous wiki edit for IP [209.234.191.51]: Add note about issues related to installing and running chicken on windows via mingw. |
|
|
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.
|
|
|
30255 |
svnwiki |
Mon Dec 30 12:29:00 2013 |
Anonymous wiki edit for IP [84.114.54.169]: *sigh* |
|
|
30254 |
svnwiki |
Mon Dec 30 12:26:00 2013 |
Anonymous wiki edit for IP [84.114.54.169]: update for opensuse, repo URL changed |
|
|
30021 |
sjamaan |
Sun Nov 10 15:55:00 2013 |
Fix typo
|
|
|
30020 |
sjamaan |
Sun Nov 10 14:03:00 2013 |
platforms page: Official location of Haiku ports website is now haikuports.org
|
|
|
29756 |
mario |
Wed Sep 18 20:48:00 2013 |
/platforms: mention Yocto |
|
|
29435 |
svnwiki |
Sun Jul 28 20:25:00 2013 |
Anonymous wiki edit for IP [98.27.143.13]: Add the command for Fedora, too. |
|
|
29434 |
svnwiki |
Sun Jul 28 20:24:00 2013 |
Anonymous wiki edit for IP [98.27.143.13]: Add Fedora. |
|
|
28884 |
svnwiki |
Wed May 15 08:49:00 2013 |
Anonymous wiki edit for IP [195.212.29.179]: Added link to an alternative installer for Windows. |
|
|
28852 |
svnwiki |
Thu May 9 05:11:00 2013 |
Anonymous wiki edit for IP [70.64.102.10]: Update Arch Linux CHICKEN version. |
|
|
28838 |
svnwiki |
Sun May 5 18:50:00 2013 |
Anonymous wiki edit for IP [84.58.125.149]: Add OpenSuSE related bits |
|
|
28836 |
mario |
Sun May 5 18:39:00 2013 |
platforms: typo fix |
|
|
28264 |
mario |
Tue Feb 5 11:48:00 2013 |
platforms: update info about Chicken availability on Ubuntu |
|
|
28263 |
svnwiki |
Tue Feb 5 11:45:00 2013 |
Anonymous wiki edit for IP [213.168.82.58]: Adjusted information on Chicken on Debian. |
|
|