I did a new install of 22.12 on an up-to-date Windows 11 installation and re-compiled existing software. The Eiffel recompile worked (with hundreds of warnings) but the C compilation stopped dead with the following:
Preparing C compilation using already configured mingw C compiler...
Makefile:32: *** missing separator. Stop.
Not helpful, to say the least.
The compilation goes to completion on my usual machine, same platform, also using mingw.
Unfortunately, I need to get ES going on this machine in order to debug the application with data that can't leave a secure environment.
Any ideas?
- thomas