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

MSVC protoc compiler fix #186

Merged
merged 4 commits into from Feb 3, 2015
Merged

MSVC protoc compiler fix #186

merged 4 commits into from Feb 3, 2015

Conversation

ennerf
Copy link
Contributor

@ennerf ennerf commented Feb 1, 2015

I've added the missing ruby generator files and added a workaround to deal with missing <stdint.h> types. Protoc compiles successfully in VS 2012.

This addresses Issue #87

<stdint.h> is not part of the standard, so I've added a workaround.
@ennerf
Copy link
Contributor Author

ennerf commented Feb 1, 2015

This also addresses duplicate Issue #184

@@ -45,9 +45,9 @@ namespace google {
namespace protobuf {
namespace compiler {
namespace ruby {

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line or the tab character.

@ennerf
Copy link
Contributor Author

ennerf commented Feb 3, 2015

It was an accidental tab and has been removed.

@xfxyjwf
Copy link
Contributor

xfxyjwf commented Feb 3, 2015

Thanks!

xfxyjwf added a commit that referenced this pull request Feb 3, 2015
@xfxyjwf xfxyjwf merged commit a22bc81 into protocolbuffers:master Feb 3, 2015
@ennerf ennerf deleted the win32-msvc-fix branch February 3, 2015 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants