Re: mingw32-make: *** [chicken-defaults.h] Error 1

2023-03-07 Thread Peter Bex
On Wed, Mar 08, 2023 at 01:50:24PM +0800, Patrickpwq wrote: > and here is my command: > ``` > C:\Program Files (x86)\chicken-5.3.0mingw32-make PLATFORM=mingw > PREFIX="C:\Program Files (x86)\chicken-5.3.0" > ``` > I wonder where is the problem, I'm a freshman studying CS in China, > appreciate

mingw32-make: *** [chicken-defaults.h] Error 1

2023-03-07 Thread Patrickpwq
Hi, I have problem installing Chicken using mingw32-make. it says ``` echo #define C_CHICKEN_PROGRAM "chicken.exe" chicken-defaults.h permission denied. .\defaults.make:347: recipe for target 'chicken-defaults.h' failed mingw32-make: *** [chicken-defaults.h] Error 1 ``` and