-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Non-existant gtest
projects referenced in vsprojects/protobuf.sln
#49
Comments
I had the same issue. I found the following repository and it compiled fine for me. I have not verified the version yet.. |
In case it is helpful you can also work around this bug by just building a few targets |
If you are using one of our release packages, it should contain a gtest directory. If you check out code from github directly, it doesn't contain a gtest directory. You have to run ./autogen.sh which will download gtest from its official Google Code site, or if you are using MSVC, you'll need to download it yourself (can this be automated?). In the future we probably can add gtest as a submodule but that can only be done when gtest is available as a git repository (it's still svn only). |
Is ...just read your last paragraph! 😛 |
I suggest adding info about autogen.sh to vsprojects/readme.txt |
Add missing FieldDef::index() definition
Unless I'm mistaken these projects no longer exist?
https://github.com/google/protobuf/blob/a21bf2e6466095c7a2cdb991017da9639cf496e5/vsprojects/protobuf.sln#L27-L30
The text was updated successfully, but these errors were encountered: