Re: [fpc-pascal] How to make all FPC utils?

2025-05-22 Thread Marco van de Voort via fpc-pascal
Op 22-5-2025 om 10:16 schreef Thomas Kurz via fpc-pascal: I'm trying to create an automated dockerized build of FPC targeting Win32 (and later Win64). Everything's fine so far, except the `utils` directory. Pass FPCMAKENEW=/path/to/utils/fpcm/bin/i386-win32/fpcmake.exe correct the path to ge

[fpc-pascal] How to make all FPC utils?

2025-05-22 Thread Thomas Kurz via fpc-pascal
Hello, I'm trying to create an automated dockerized build of FPC targeting Win32 (and later Win64). Everything's fine so far, except the `utils` directory. My `make` command is `make clean all FPC=/usr/lib/fpc/3.2.2/ppcross386 OS_TARGET=win32 CPU_TARGET=i386`. When I run this, e.g. in the `uti