Skip to content

Error calling proteus under Windows #103

Description

@filippobottega

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions