Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The v2.2.0 branch of czmq dose not build with gcc-4.9.2 #33

Open
pank7 opened this issue Mar 18, 2015 · 2 comments
Open

The v2.2.0 branch of czmq dose not build with gcc-4.9.2 #33

pank7 opened this issue Mar 18, 2015 · 2 comments
Assignees

Comments

@pank7
Copy link

pank7 commented Mar 18, 2015

I am building it in an updated archlinux box, and the error message says:

...
make[2]: Entering directory '/home/pank7/src/czmq/src'
  CC       zauth.lo
In file included from /usr/include/ctype.h:25:0,
                 from ../include/czmq_prelude.h:203,
                 from ../include/czmq.h:19,
                 from zauth.c:25:
/usr/include/features.h:148:3: error: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Werror=cpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
cc1: all warnings being treated as errors
Makefile:802: recipe for target 'zauth.lo' failed
make[2]: *** [zauth.lo] Error 1
...

I know the lastest master branch of czmq has already fixed this, but in my situation, I am trying to use it through erlang-czmq, which is using the v2.2.0 branch, so my question is are we planning on moving to a newer version of czmq?

@pank7 pank7 changed the title The v2.2.0 branch dose not build with gcc-4.9.2 The v2.2.0 branch of czmq dose not build with gcc-4.9.2 Mar 18, 2015
@essen
Copy link

essen commented May 12, 2015

Seeing this exact same issue.

@wayann
Copy link

wayann commented Nov 30, 2019

I know the lastest master branch of czmq has already fixed this, but in my situation, I am trying to use it through erlang-czmq, which is using the v2.2.0 branch, so my question is are we planning on moving to a newer version of czmq?

I know I can locally copy czmq and change those errors... which is what I'm doing at the moment. just asking if nobody interested in a newer version of czmq ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants