-
Notifications
You must be signed in to change notification settings - Fork 281
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
Compiling error: sc2api.pb.h not found #319
Comments
Fix for this is to change file L68: bool operator ()(const FieldDescriptor* f1, const FieldDescriptor* f2) const { ... } There is missing 'const'. |
I have the same issue and I tried your suggestion but it doesn't seem to change anything; still get the same error |
I'm also having this problem. I added the const to the java_file.cc, but it didn't help. |
@Weedlepickles you should update the protobuf submodule or use older VS. |
Followed the steps for compiling this.
https://github.com/Blizzard/s2client-api/blob/master/docs/building.md
Only command i changed is
cmake ../ -G "Visual Studio 15 2017 Win64"
cmake ../ -G "Visual Studio 16 2019"
Could that be issue?
The text was updated successfully, but these errors were encountered: