Skip to content

Geany can't find Mono's mcs #3776

Closed Answered by elextr
iahung3 asked this question in Q&A
Feb 28, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The code in Geany to spawn build commands on Windows is Windows specific. It uses CreateProcessW which says "If the file name does not contain an extension, .exe is appended." so it is assumed as .exe but by Windows, not Geany.

On the command line the shell probably does the checking for .bat and other stuff but there is no shell involved in build commands in Geany.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iahung3
Comment options

Answer selected by iahung3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants