Topic: BUILD prob with 'sf_default_resource.rc'
Using Windows SF 2.41.2559 under WINE in Linux Mint:
After BUILD has successfully compiled all source files, I am getting this error message and the process fails before any object files get linked:
Processing default resource
Can't recognise 'C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\gcc.exe -E -xc -DRC_INVOKED build64\sf_default_resource.rc' as an internal or external command, or batch script.
C:\Program Files (x86)\Simply Fortran 2\mingw-w64\bin\windres.exe: preprocessing failed.
Error: Last command making (build64\sf_default_resource.res) returned a bad status
Error: Make execution terminated
* Failed *
The relevant part of the Makefile seems to be,
"build64\sf_default_resource.res": "build64\sf_default_resource.rc"
@echo Processing default resource
@$(WRC) build64\sf_default_resource.rc $(RCFLAGS) -o build64\sf_default_resource.res
I have tried using Options>Project and clicking on the icon gadget to add the correct icon file. The icon doesn't then appear on the gadget face but no error message is triggered by the attempt.
Any suggestions anyone?
---
John