Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.
This repository was archived by the owner on May 29, 2018. It is now read-only.

In Windows, It do not auto make sub directory #13

Description

@wony-zheng

if the protoc file has namespace, or enum nested in message. the compiler report "no such file or directory" error. example proto file:

namespace foo;
message AuthResponse {
    enum Err {
        SUCC = 0;
        FAIL = 1;
    }
    required Err err = 1;   
}

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions