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

syntax error near unexpected token #13

Open
rboarman-sc opened this issue Jul 24, 2019 · 3 comments
Open

syntax error near unexpected token #13

rboarman-sc opened this issue Jul 24, 2019 · 3 comments

Comments

@rboarman-sc
Copy link

rboarman-sc commented Jul 24, 2019

I am not experienced with go; so please excuse me if this is not really an issue.

Running the latest golang (1.12.7) on Windows 10 in Git Bash I get this error:

$ make release/tfenv
C:/Program Files (x86)/GnuWin32/bin/make go/build
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make go/build'
make: *** [release/tfenv] Error 1

The documentation says I should use "make go/build" but that is not a valid make target. This probably has to do with the command "shell" not being installed with Git Bash.

Please advise on how to build on Windows 10 with Git Bash.

@osterman
Copy link
Contributor

Aha, our build tools have not been tested on windows. Can your try one of our binary releases instead?

@osterman
Copy link
Contributor

@rboarman-sc
Copy link
Author

The binary release is fine. Thank you.

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

No branches or pull requests

2 participants