[protobuf] Re: Issue 352 in protobuf: ENH: Add configure option to disable Java / Python / C++

2012-12-04 Thread protobuf

Updates:
Status: Invalid

Comment #2 on issue 352 by liuj...@google.com: ENH: Add configure option to  
disable Java / Python / C++

http://code.google.com/p/protobuf/issues/detail?id=352

You only need to build the protoc which supports the three languages. The  
runtime and tests of other languages are independent and won't be build.


We don't have a plan to extract python and java protoc generators, at least  
in the near future.


--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Re: Issue 352 in protobuf: ENH: Add configure option to disable Java / Python / C++

2012-05-17 Thread protobuf


Comment #1 on issue 352 by ryandani...@gmail.com: ENH: Add configure option  
to disable Java / Python / C++

http://code.google.com/p/protobuf/issues/detail?id=352

I am also looking for this option. This adds significant time to my build,  
so it'd be nice to remove Java/Python from the build.


--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Re: Issue 352 in protobuf: ENH: Add configure option to disable Java / Python / C++

2011-12-10 Thread Tom Swirly
For my C++-only protocol buffers, I use

  protoc --ccp_out=OUT_DIRECTORY ...

and that seems to only build .pb.h and .pb.cc for me anyway!

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/rbQCOwbEQk0J.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.