Changes to "chicken-iup" between 2015-05-04 20:58:14 and 2015-05-18 05:36:17

1
2
3
4
5
6
7
8
9

10
11
12
13
14
15

16
17
18


19
20
21
22
23
24
25
26
27
28
29
30

31
32
33

34
35
36
37
38
39

40
41
42
43
44
45
46
1
2
3
4


5
6

7
8
9
10
11
12

13
14
15
16
17
18
19
20


21
22
23
24
25
26
27

28
29
30
31
32
33
34
35
36
37

38
39
40
41
42
43
44
45




-
-


-
+





-
+



+
+


-
-







-
+



+





-
+







Integration of [http://call-cc.org|chicken scheme], [http://www.chust.org/fossils/iup|iup] and [http://www.chust.org/fossils/canvas-draw|canvas draw] into an easy to use windows installer.

<b>NOTE 1:</b> Licenses for the individual packages can be found in the source or at the home sites for the code. 

<b>NOTE 2:</b> I'm offering a US$200 bounty to bring all the packages in chicken-iup up to date. Details [chicken-iup bounty|here]

NEWS:

  *  Bounty offer 04/19/2015. $200 to refresh packages and get canvas draw working, see [chicken-iup bounty|bounty]
  *  Bounty accepted and done!! Thanks MattG! New release 05/04/2015
  *  New release 02/02/2014. Does not include canvas draw.
  *  New release 03/25/2011. Details below.

Installation: 
  #  Install Mingw [http://www.mingw.org] to the default location C:\MinGW
  #  Run the chicken-iup installer. <b>Ensure the destination path is C:\chicken</b> (it defaults to C:\chicken\chicken-iup in the previous release)
  #  Run the chicken-iup installer. <b>Ensure the destination path is C:\chicken</b>

<b>Downloads</b> You can download the chicken-iup installer for Windows here;

  *  [./doc/mcg-20150427/Output/chicken-iup-setup.exe|Latest 5/4/2015 0.4 setup-chicken-iup.exe, includes iup, canvas-draw, scintilla and more]
  *  [http://www.kiatoa.com/cgi-bin/chicken-iup/doc/tip/setup-chicken-iup.exe|latest (0.3, Feb 2, 2014) setup-chicken-iup.exe] NOTE: Canvas-draw is not in this release.
  *  [http://www.kiatoa.com/cgi-bin/chicken-iup/raw/setup-chicken-iup.exe?name=9ce8cbca22f76080349a30a48c722b2b3fe20210|version 0.1 setup-chicken-iup.exe], 
  *  [http://www.kiatoa.com/cgi-bin/chicken-iup/artifact?name=71513f93f066a6bad1d919cf91b90d4203608f75|version 0.2 setup-chicken-iup.exe]
  *  [http://www.kiatoa.com/cgi-bin/chicken-iup/doc/tip/setup-chicken-iup.exe|latest (0.3, Feb 2, 2014) setup-chicken-iup.exe] NOTE: Canvas-draw is not in this release.
  *  [./doc/mcg-20150427/Output/chicken-iup-setup.exe|0.4 candidate]

To see a window with some widgets run chicken-iup and type in:

 (load "../examples/sample.scm") 

This chicken-iup site is using [http://www.fossil-scm.org|Fossil Source Code Management Software]. To download older versions of the installer or explore the files log in as anonymous and browse "Files" or "Branches".

Some eggs included: apropos, trace, regex, regex-literals, regex-case, big-chicken, pdf, format, sql-de-lite, coops, test, slime, sqlite3, iup, canvas-draw
Some eggs included: apropos, trace, regex, regex-literals, regex-case, big-chicken, pdf, format, sql-de-lite, coops, test, slime, sqlite3, iup, canvas-draw, scintilla

Sources used in putting together the integrated chicken-iup package include:

(old, for chicken-iup v0.2)
  *  [http://call-cc.org|chicken scheme] (version 4.6.5)
  *  [http://www.tecgraf.puc-rio.br/iup|Iup Gui] (iup 3.4, im 3.6.3, cd 5.4.1, note: using the Win32_dllw4 zip files)
  *  [http://www.tecgraf.puc-rio.br/cd|Canvas Draw] (cd 5.4.1)
  *  [http://www.chust.org/fossils/iup|The iup egg] (now from eggs page directly)
  *  [http://www.chust.org/fossils/canvas-draw|The canvas-draw egg] (now from eggs page directly)
   *  [http://www.haible.de/bruno/packages-ffcall-README.html|ffcall] (nb// get from cvs)
  *  [http://www.haible.de/bruno/packages-ffcall-README.html|ffcall] (nb// get from cvs)

Known issues

You may get this error on exiting your app: "This application has requested the Runtime to terminate in an unusual way." As far as I know the error is annoying but harmless and is related to having removed the LUA files from the build. It should be fixed in a future release.

Installation [notes]