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

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

Open
wony-zheng opened this issue May 25, 2016 · 0 comments
Open

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

wony-zheng opened this issue May 25, 2016 · 0 comments

Comments

@wony-zheng
Copy link

wony-zheng commented May 25, 2016

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;   
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant