Re: [protobuf] nooby question: output file extension from protoc

2013-12-06 Thread Dan Schmidt Valle
Don't know about the internals, but it should be quite easy to write a
script round the command that renames after the generation of the file.


On 5 December 2013 22:07, Anthony Glaser apgla...@tampabay.rr.com wrote:

 By default the protoc commands outputs a file with an extension of .pb.cc
 from a file foo.proto with --cpp_out .  Is there a way to make the output
 foo.pb.cpp from that same foo.proto instead of foo.pb.cc? I looked
 through the configure file and didn't see a way to do it, googled around a
 bit and came up empty there as well.

 If you could point me in the right direction where to look for this info I
 would appreciate it greatly.

 Thank you for your help.

 --
 You received this message because you are subscribed to the Google Groups
 Protocol Buffers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to protobuf+unsubscr...@googlegroups.com.
 To post to this group, send email to protobuf@googlegroups.com.
 Visit this group at http://groups.google.com/group/protobuf.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Protocol Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.


[protobuf] Re: Issue 499 in protobuf: using protobuf on ios

2013-12-06 Thread protobuf


Comment #1 on issue 499 by mike.k...@gmail.com: using protobuf on ios
http://code.google.com/p/protobuf/issues/detail?id=499

anybody resolved this? getting it now when linking to a static build of  
protobuf using XCode 5 and iOS 7


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.


[protobuf] Re: Issue 499 in protobuf: using protobuf on ios

2013-12-06 Thread protobuf


Comment #2 on issue 499 by mike.k...@gmail.com: using protobuf on ios
http://code.google.com/p/protobuf/issues/detail?id=499

solved in my case (XCode 5) by making sure C++ runtime was correct (ie  
leaving compiler defaults)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.