PIL & Cygwin
I had problems building PIL under Cygwin — it was giving me a really arcane error message that seemingly included but one english sentence:
A trip down the back-alleys of the internet with Google turned up this:
You actually have to use ash, not bash, but after this it no longer complains about remapping.
I just thought I'd share, seen as how PIL is pretty essential to quite a few of the levels and I don't think that installing an external module was meant to be part of the puzzle.
A trip down the back-alleys of the internet with Google turned up this:
Jason Tishler wrote:Due to issues with Cygwin's fork() and DLL base address conflicts, one should rebase their Cygwin system to prevent fork() failures. Use the following procedure to rebase your system:
- install the Cygwin rebase package (if necessary)
- shutdown all Cygwin processes
- start bash (do not use rxvt)
- execute rebaseall (in the bash window)
You actually have to use ash, not bash, but after this it no longer complains about remapping.
I just thought I'd share, seen as how PIL is pretty essential to quite a few of the levels and I don't think that installing an external module was meant to be part of the puzzle.

