[zeromq-dev] Can't build zeromq 2.2.0 on Solaris with GCC 3.4.3
AJ Lewis
aj.lewis at quantum.com
Tue Apr 10 17:50:29 CEST 2012
On Mon, Apr 09, 2012 at 01:39:57AM +0200, Martin Hurton wrote:
> Hi, the gcc_421_char_traits.hpp header is included in the project.
> Seems strange that the compiler complains the file is missing.
Not in the tarball I got:
# find tmp/SunOS5100i386_64/zeromq-2.2.0/ -name "gcc_421_char_traits.hpp"
returns nothing. Did I get a bad tarball, or is it in git, but not in
the tarball??
Odd.
> On Fri, Apr 6, 2012 at 12:07 AM, AJ Lewis <aj.lewis at quantum.com> wrote:
> > Hey all,
> >
> > I'd have logged this in jira, but there's no 2.2.0 version available
> > there yet and I wanted to let people know about it.
> >
> > I'm having a build issue in the new 2.2.0 release. Looks like a broken
> > GCC version check in blob.hpp:
> >
> > #if (defined(__GNUC__) && (__GNUC__ == 3))
> > #include "gcc_421_char_traits.hpp"
> > #endif
> >
> > I have gcc 3.4.3, so this tries to include gcc_421_char_traits.hpp which
> > doesn't exist on the system. It seems like this should be checking for
> > __GNUC__ == 4 at least...
> >
> > If I remove this bit of code everything builds fine on Solaris and the
> > self-tests pass.
> >
> > Thanks,
> > --
> > AJ Lewis
> > Software Engineer
> > Quantum Corporation
> >
> > Work: 651 688-4346
> >
> > ----------------------------------------------------------------------
> > The information contained in this transmission may be confidential. Any disclosure, copying, or further distribution of confidential information is not permitted unless such privilege is explicitly granted in writing by Quantum. Quantum reserves the right to have electronic communications, including email and attachments, sent across its networks filtered through anti virus and spam software programs and retain such messages in order to comply with applicable data security and retention requirements. Quantum is not responsible for the proper and complete transmission of the substance of this communication or for any delay in its receipt.
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
--
AJ Lewis
Software Engineer
Quantum Corporation
Work: 651 688-4346
More information about the zeromq-dev
mailing list