Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem running "tool" #90

Open
proteusGIT opened this issue Feb 24, 2023 · 2 comments
Open

Problem running "tool" #90

proteusGIT opened this issue Feb 24, 2023 · 2 comments

Comments

@proteusGIT
Copy link

Hi, I would like to run make using a custom tool (as defined in the menu).
However, when setting the program to "C:\\cygwin64\\bin\\bash" in my custom tool, I get Program not found: C:\Program Files (x86)\RText\"C:\\cygwin64\\bin\\bash" as an error message.
Is it really not intended to run tools outside the RText directory? I mean, I could add a tool there that forwards my request but that seems not to be the optimal solution.

@proteusGIT
Copy link
Author

Got it working now:

  • Program: `....\cygwin64\bin\bash.exe``
  • Directory: C:\Users\XXX\Desktop (probably irrelvant)
  • Arguments: --login, -c, cd \"${file_dir}\";pwd;make

@bobbylight
Copy link
Owner

bobbylight commented Feb 25, 2023

Still sounds like a bug. Are you saying you needed a specific working directory, and leaving that field blank didn't work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants