brown / protobuf

Common Lisp implementation of Google's protocol buffers
http://common-lisp.net/project/protobuf/
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

compile error fix #11

Closed longlene closed 4 years ago

longlene commented 7 years ago

namespace required

brown commented 5 years ago

Hello. Thanks for uploading some commits. Last weekend I also ported protobuf to release 3.6.1 of the Google compiler, but I have not yet pushed the changes. I'll do so tonight and also take a look at your changes. Thanks again.

Bob

On Wed, Sep 27, 2017 at 7:28 AM longlene notifications@github.com wrote:

namespace required

You can view, comment on, or merge this pull request online at:

https://github.com/brown/protobuf/pull/11 Commit Summary

  • compile error fix

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brown/protobuf/pull/11, or mute the thread https://github.com/notifications/unsubscribe-auth/AABqse_a6y59PRJ5uwEmeYIm7BulIGHoks5smjFPgaJpZM4Plnfg .

longlene commented 5 years ago

I just built it for C++11, fixed the build error, not change too much. You can just push your's changes. :-)

brown commented 5 years ago

I just pushed my recent protobuf 3.6.1 changes to github. Please take a look and let me know if they work for you.

On Fri, Nov 30, 2018 at 2:13 AM longlene notifications@github.com wrote:

I just built it for C++11, fixed the build error, not change too much. You can just push your's changes. :-)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/brown/protobuf/pull/11#issuecomment-443113310, or mute the thread https://github.com/notifications/unsubscribe-auth/AABqsVhV6OIW5dLA1gfnp_JxqaUyQZR-ks5u0NqFgaJpZM4Plnfg .

brown commented 4 years ago

I just applied a bunch of more recent patches, so I think this request is now obsolete. Thanks very much for your fixes.