`Process failed (The system cannot find the file specified)`. Note:
- I reverted all of my changes to `filetypes.cs` in https://github.com/geany/geany/discussions/3753 - I added `C:\Program Files\Mono\bin` to Windows' `PATH` - Mono's `mcs` is a script file: on Linux, it's a shell script named `mcs`; on Windows, it's a batch script named `mcs.bat` My thoughts: - Should I encapsulate the path to Mono in Windows' `PATH` with double quotes? `"C:\Program Files\Mono\bin"`? There is a space in the path. It could cause problems. Windows Command Prompt has no problem running `mcs`. But Geany is a Linux-first program that is only ported to Windows as an afterthought. - Or it's very likely that Geany has problems calling batch script. Does it assumed the executable to have the extension `.exe`? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3776 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/[email protected]>
