Topic: SF2.6 PROJECT menu OPEN RECENT function
When I switch from my current main project to a library I have built for it, to edit and rebuild the library,
then switch back using Project menu > Open recent, then clean and re-build the main project, I get this:
Generating Makefile... Okay
==============================================================================
Open Watcom Make Version 1.9 (Built on Feb 4 2013)
Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\mParams.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\mParams.for"
"C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe" -c "modules64\params.mod"
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\mRestr.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\mRestr.for"
"C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe" -c "modules64\restraints.mod"
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\mM.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\mM.for"
"C:\Program Files (x86)\Fortran\SF2\fwin\wtouch.exe" -c "modules64\m.mod"
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\addlod.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\addlod.for"
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\addmem.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\addmem.for"
"C:\Program Files (x86)\Fortran\SF2\mingw-w64\bin\gfortran.exe" -c -o "build64\addspr.o" -g -mtune=athlon64 -ID:/JWasilewski/AppData/Local/sfpm/64/include -ID:/JWasilewski/DEV/Fortran/@SF/InStruct120/../IoLibWin/modules64 -fdollar-ok -cpp -Jmodules64 "..\..\InStruct120\Source\addspr.for"
Error(F38): (modules64\dislin.mod) does not exist and cannot be made from existing files
Error(E02): Make execution terminated
* Failed *
This behaviour repeats when I try it again.
When I exit from SF2.6, then re-start, then select the main project from the start-up prompt, it finds everything and re-builds successfully.
---
John