-
Notifications
You must be signed in to change notification settings - Fork 34
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
Broken install with go 1.16: github.com/SRI-CSL/gllvm/cmd/gclang++: malformed import path "github.com/SRI-CSL/gllvm/cmd/gclang++": invalid char '+' #44
Comments
I think the way I install it is described in the README.md
Which works fine for me. |
Maybe this is a real problem, will have to look into it. |
This appears to be a problem cause by the latest go.
I can now reproduce it:
|
OK so the new go module system appears to have a draconian view of what things can be named. In the meantime the work around appear to be:
If all else fails, there might be a rename in gllvm's future. |
Think this saga is over. Though at some stage I need to update the README. |
malformed import path "gllvm/cmd/gclang++": invalid char '+'
go get gclang and other is succeed.
The text was updated successfully, but these errors were encountered: