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

Error calling proteus under Windows #103

Open
filippobottega opened this issue Jul 31, 2018 · 0 comments
Open

Error calling proteus under Windows #103

filippobottega opened this issue Jul 31, 2018 · 0 comments

Comments

@filippobottega
Copy link

filippobottega commented Jul 31, 2018

Hello,
when I try to call proteus.exe on Windows I get errors because I'm not able to understand the path format to use to specify -f and -p parameters.
I'm trying to generate proto files for package github.com/SMerrony/tello.
Assume that:

  1. current folder is: C:\Users\Filippo\go\src\github.com\SMerrony\tello
  2. in tello folder I have created a subfolder named protos
  3. $GOPATH is C:\Users\Filippo\go

If I call proteus I get:

  • proteus -f .\protos -p github.com/SMerrony/tello
    • error scanning package "github.com/SMerrony/tello": La sintassi del nome del file, della directory o del volume non è corretta.
  • proteus -f .\protos -p C:\Users\Filippo\go\src\github.com\SMerrony\tello
    • CreateFile C:\Users\Filippo\go\src\C:\Users\Filippo\go\src\github.com\SMerrony\tello: La sintassi del nome del file, della directory o del volume non è corretta.

How can I solve this issue on Windows?

Regards,
Filippo.

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

1 participant