Overview

Artifact ID: 324c9ee6b496f208703eda5ac5b982a5f34c0a55
Page Name:this page
Date: 2014-02-06 04:38:42
Original User: matt
Parent: b1babb443757b05c4ad4f379c64b4e52315e8e9f (diff)
Next 4700f2d70cb6ce9f283b39d8b42a22728424e0b4
Content

Attempt to Make New Version of Chicken-Iup.

  • Install latest Mingw DONE
  • Build chicken-4.8.0.5 DONE
    # Start mingw shell and run the following in the chicken-4.8.0.5 directory
    make PLATFORM=mingw-msys PREFIX=c:/chicken
    

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