[Github-comments] [geany] Upgrade from Geany V1.24 to V1.26 breaks Build and Compile (#790)

Terry-euclid notifications at xxxxx
Fri Dec 4 16:44:25 UTC 2015


OK done a bit more investigating and I think I have a fix.

My Build / Compile menu option was set as follows:

    command:                 build.bat -c "%f"   
    working directory        "%d"

Changing this to:

    command:                 cmd.exe /S /C build.bat -c "%f"   
    working directory        %d

Got things working.

I would be interested if someone could explain why this was changed as it looks to me like a step backwards.

What is the advantage of doing it the new way?

Terry

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/790#issuecomment-162016321
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151204/3b7b1b45/attachment.html>


More information about the Github-comments mailing list