[protobuf] Re: Issue 134 in protobuf: Build on Solaris with the "native STL"

2014-10-06 Thread protobuf

Updates:
Status: WontFix

Comment #8 on issue 134 by xiaof...@google.com: Build on Solaris with  
the "native STL"

https://code.google.com/p/protobuf/issues/detail?id=134

(No comment was entered for this change.)

--
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/d/optout.


[protobuf] Re: Issue 134 in protobuf: Build on Solaris with the "native STL"

2010-03-05 Thread protobuf


Comment #6 on issue 134 by maciej.blizinski: Build on Solaris with  
the "native STL"

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

I got it to build and all tests to pass.  Here's the set of patches that  
were used to

build it on Solaris 8 for OpenCSW.

https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/pkg/protobuf/trunk/files/

The package has been released:
http://www.opencsw.org/packages/protobuf

What's there left to do is what this bug is about: the ability to build  
with the

native STL.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@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 134 in protobuf: Build on Solaris with the "native STL"

2010-02-22 Thread protobuf


Comment #5 on issue 134 by ken...@google.com: Build on Solaris with  
the "native STL"

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

If someone has actually tested this on the platform in question and  
confirmed that it

worked (tests pass), send me a patch.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@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 134 in protobuf: Build on Solaris with the "native STL"

2010-02-21 Thread protobuf


Comment #4 on issue 134 by tihansky: Build on Solaris with the "native STL"
http://code.google.com/p/protobuf/issues/detail?id=134

For min, max, swap:

include 


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@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 134 in protobuf: Build on Solaris with the "native STL"

2010-02-20 Thread protobuf


Comment #3 on issue 134 by blizin...@google.com: Build on Solaris with  
the "native STL"

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

The min() and max() problem can be solved by adding the following include:

{{{
#include 
}}}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to proto...@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.