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

Windows/WSL support #113

Open
jmalloc opened this issue May 29, 2023 · 2 comments
Open

Windows/WSL support #113

jmalloc opened this issue May 29, 2023 · 2 comments

Comments

@jmalloc
Copy link
Contributor

jmalloc commented May 29, 2023

@alex-nicholas I couldn't see any use of ~ hardcoded into the makefiles. When you get a chance could you please send me a screenshot or log of the error messages you're seeing. No rush.

@alex-nicholas
Copy link

alex-nicholas commented Jun 1, 2023

This is the bash output attempting to run make run-local in the project I'm working in. This may be specific to the makefile in this project more than make itself.

/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: find-first-matching-file: command not found
/usr/bin/sh: line 1: git-find: command not found
/usr/bin/sh: line 1: git-find: command not found
/usr/bin/sh: line 1: git-find: command not found
/usr/bin/sh: line 1: git-find: command not found
/usr/bin/sh: line 1: git-find: command not found
/usr/bin/sh: line 1: git-find: command not found
make: *** No rule to make target `next-dev', needed by `run-local'.  Stop.```

@jmalloc
Copy link
Contributor Author

jmalloc commented Jun 1, 2023

After some quick experimentation on Alex's machine, it seems that sub shells under git-bash are not inheriting the environment variables of the parent shell.

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

No branches or pull requests

2 participants