1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
+
+
|
<h1>Attempt to Make New Version of Chicken-Iup.</h1>
* Install latest Mingw [DONE]
* Build chicken-4.8.0.5 [DONE] <verbatim>
# Start mingw shell and run the following in the chicken-4.8.0.5 directory
make PLATFORM=mingw-msys PREFIX=c:/chicken
</verbatim>
Trying ffcall from: http://www.kiatoa.com/cgi-bin/fossils/ffcall, this is v1.10 + a patch for executable protection on Windows.
Read about executable protection here: [http://www.deadbeef.com/ffcall_and_windows_xp_data_execution_pre/]
So far I've had to set:
CHICKEN_PREFIX=c:\chicken
and add c:\chicken\bin and c:\MinGW\bin to PATH
|