Skip to content
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

Closed
dhirschfeld opened this issue Oct 13, 2014 · 5 comments
Closed

Comments

@dhirschfeld
Copy link

Unless I'm mistaken these projects no longer exist?

https://github.com/google/protobuf/blob/a21bf2e6466095c7a2cdb991017da9639cf496e5/vsprojects/protobuf.sln#L27-L30

@AdamANichols
Copy link

I had the same issue. I found the following repository and it compiled fine for me. I have not verified the version yet..
https://github.com/racker/protobuf

@springmeyer
Copy link

In case it is helpful you can also work around this bug by just building a few targets /target:libprotobuf-lite;libprotobuf;protoc. Here is the full script that I use to build v2.5.0 (not yet updated to v2.6.0): https://github.com/BergWerkGIS/mapnik-dependencies/blob/windows/scripts/build_protobuf.bat

@xfxyjwf
Copy link
Contributor

xfxyjwf commented Oct 14, 2014

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).

@dhirschfeld
Copy link
Author

Is gtest available as a git repository in which case you could use a submodule?

...just read your last paragraph! 😛

@N0rFych
Copy link

N0rFych commented Nov 12, 2014

I suggest adding info about autogen.sh to vsprojects/readme.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants