TRUEPRECISIONCNC wrote:I use wmake no problem on windows and on Linux I just export the GNU makefile and use make as I can't seem to get open watcom to install correctly in linux without hacking it...not a big deal, but if someone could point me to the wmake location in linux that would be great. whereis wmake gives nothing.
Simply Fortran packages wmake internally on all systems. We don't have any reliance on OpenWatcom at all. On Windows, wmake is just located in the same Program Files (x86) directory alongside the development environment itself. On Linux, it's a bit more complicated; the wmake executable is packaged inside Simply Fortran, which itself is an AppImage package. It is tricky to get at, but perhaps we can try to expose it in a simpler manner.
TRUEPRECISIONCNC wrote:Also it seems that in linux simply fortran "smart indent" in the GUI isn't active.
Interesting, I'll look into that.
TRUEPRECISIONCNC wrote:I'm using the simply fortran package manager in windows which is very convenient. On linux I'm using conda/fpm. I've had no problems keeping both machines sync'd using git. I'm even syncing the .prj file and no issues.
Our project files are just text files (JSON files, actually), so they work pretty well with git. I think Simply Fortran might not be particularly careful about some of the ordering internally inside project files, which could lead to some spurious "changes" being tracked by git. But Simply Fortran's very own project file on my development system syncs with git too (yes, I use Simply Fortran to write Simply Fortran even though it isn't written in Fortran).
I'm glad to hear things are working.
Jeff Armstrong
Approximatrix, LLC