[protobuf] Issue 279 in protobuf: 2.4.0a fails to compile on Red Hat Enterprise Linux AS release 4 (Nahant Update 2)

2011-04-27 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 279 by nagy.att...@gmail.com: 2.4.0a fails to compile on Red Hat Enterprise Linux AS release 4 (Nahant Update 2) http://code.google.com/p/protobuf/issues/detail?id=279 What steps will reproduce the problem?

[protobuf] Re: Issue 268 in protobuf: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8

2011-04-27 Thread protobuf
Comment #2 on issue 268 by liuj...@google.com: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8 http://code.google.com/p/protobuf/issues/detail?id=268 Issue 279 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Issue 279 in protobuf: 2.4.0a fails to compile on Red Hat Enterprise Linux AS release 4 (Nahant Update 2)

2011-04-27 Thread protobuf
Updates: Status: Duplicate Mergedinto: 268 Comment #1 on issue 279 by liuj...@google.com: 2.4.0a fails to compile on Red Hat Enterprise Linux AS release 4 (Nahant Update 2) http://code.google.com/p/protobuf/issues/detail?id=279 (No comment was entered for this change.) --

[protobuf] Re: Issue 268 in protobuf: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8

2011-04-27 Thread protobuf
Updates: Labels: FixedIn-2.4.1 Comment #3 on issue 268 by liuj...@google.com: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8 http://code.google.com/p/protobuf/issues/detail?id=268 (No comment was entered for this change.) -- You received this message because you

[protobuf] mvn test failing in 2.4.0a java subproject

2011-04-27 Thread CRozeboom
I installed maven and am trying to build the java jar files for a project. I've tried this on a Windows XP and Ubuntu 10.10 system with the same results. I've even tried removing the @Override annotations that are being complained about and simply doing a maven package, but that fails as well. If

[protobuf] Issue 280 in protobuf: solaris compilation problems - quirks with friends and nested classes?

2011-04-27 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 280 by dye.jona...@gmail.com: solaris compilation problems - quirks with friends and nested classes? http://code.google.com/p/protobuf/issues/detail?id=280 What steps will reproduce the problem? 1. attempt to

[protobuf] mvn test failing

2011-04-27 Thread danbaatar
I am trying to compile version 2.3.0 (for compatibility with protoc installed by system packages under Ubuntu 10.10), and when I try to run 'mvn package', it fails with 2 errors in the ServiceTest. I will paste the contents of the appropriate test log at the end of my message. Any help would be

[protobuf] Re: Issue 280 in protobuf: solaris compilation problems - quirks with friends and nested classes?

2011-04-27 Thread protobuf
Comment #1 on issue 280 by dye.jona...@gmail.com: solaris compilation problems - quirks with friends and nested classes? http://code.google.com/p/protobuf/issues/detail?id=280 that is the only problem i've run into with solaris so far, by the way. if i change the access specifier for

[protobuf] Issue 281 in protobuf: python c++ implementation build fails with mingw32

2011-04-27 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 281 by redaread...@gmail.com: python c++ implementation build fails with mingw32 http://code.google.com/p/protobuf/issues/detail?id=281 E:\ed\protobuf\pythonpython setup.py build --compiler=mingw32 Using

[protobuf] Re: Issue 268 in protobuf: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8

2011-04-27 Thread protobuf
Comment #4 on issue 268 by jas...@google.com: C++ code for protobuf-2.4.0a fails to compile on Mac OS X 10.5.8 http://code.google.com/p/protobuf/issues/detail?id=268 Issue 280 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Issue 281 in protobuf: python c++ implementation build fails with mingw32

2011-04-27 Thread protobuf
Comment #1 on issue 281 by liuj...@google.com: python c++ implementation build fails with mingw32 http://code.google.com/p/protobuf/issues/detail?id=281 Looks like you don't have a valid C compiler in your mingw32. Could you please run sysconfig.get_config_var(CC) in python to see what it

Re: [protobuf] mvn test failing

2011-04-27 Thread Pherl Liu
Looks like a classpath problem for the easy mock.. Could you please double check if net.sf.cglib.proxy.Enhancer is installed and set in the classpath of your environment? On Thu, Apr 28, 2011 at 3:40 AM, danbaatar danwalke...@gmail.com wrote: I am trying to compile version 2.3.0 (for

Re: [protobuf] mvn test failing in 2.4.0a java subproject

2011-04-27 Thread Pherl Liu
I see, so you are using JDK1.5. Will send out a fix for this. On Thu, Apr 28, 2011 at 12:07 AM, CRozeboom clrozeb...@gmail.com wrote: I installed maven and am trying to build the java jar files for a project. I've tried this on a Windows XP and Ubuntu 10.10 system with the same results. I've