Topic: 1.39 is sometimes refusing to build
Jeff, I've been using SF1.39 for many hours today.
Occasionally, once in every few hours, it refuses altogether to work.
I can run the program and bring up the splash screen, then load a project, but when I try to build (with good code, which ought to work without error), nothing at all happens, save for a message showing the syntax check is working on one of many source files. After minutes on end, no progress. Nothing at all comes up in the main window.
I have to crash out and re-start SF.
I've noticed that, at this point, the makefile now has zero bytes length.
As a result, I can neither CLEAN nor REBUILD.
When I crash out and re-start again - same problem.
I've learnt that the only way I can solve this is to something along these lines:
- Run SF.
- Load my project.
- Do NOT try to do anything with it.
- Select Project options - regenerate Makefile=OFF.
- Save the project.
- Exit SF.
- Manually delete the Makefile (length-zero).
- Re-start SF
- CLEAN
- REBUILD
- Select Project options - regenerate Makefile=ON.
---
John