[zeromq-dev] Can't build zeromq 2.2.0 on Solaris with GCC 3.4.3
Martin Hurton
hurtonm at gmail.com
Mon Apr 9 01:39:57 CEST 2012
Hi, the gcc_421_char_traits.hpp header is included in the project.
Seems strange that the compiler complains the file is missing.
- Martin
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
More information about the zeromq-dev
mailing list