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

'EMTHREAD' undeclared #3

Closed
j2labs opened this issue Aug 26, 2010 · 5 comments
Closed

'EMTHREAD' undeclared #3

j2labs opened this issue Aug 26, 2010 · 5 comments

Comments

@j2labs
Copy link

j2labs commented Aug 26, 2010

Not sure what to say other than this is an ubuntu 10.04 system. I'm trying to install from a cloned repo.

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c zmq/_zmq.c -o build/temp.linux-i686-2.6/zmq/_zmq.o
zmq/_zmq.c: In function 'init_zmq':
zmq/_zmq.c:10242: error: 'EMTHREAD' undeclared (first use in this function)
zmq/_zmq.c:10242: error: (Each undeclared identifier is reported only once
zmq/_zmq.c:10242: error: for each function it appears in.)
error: command 'gcc' failed with exit status 1

@guidog
Copy link
Contributor

guidog commented Aug 27, 2010

Obviously pyzmq in its current state refers to a different ØMQ version. Shouldn't the version here buildable with the ØMQ in this repo?

@j2labs
Copy link
Author

j2labs commented Aug 27, 2010

Agreed.

@guidog
Copy link
Contributor

guidog commented Aug 28, 2010

I'll submit a patch w/ EMTRHREAD removed to the ML.

@j2labs
Copy link
Author

j2labs commented Aug 28, 2010

Much appreciated! I'm eager to use this with Mongrel2.

@ellisonbg
Copy link
Contributor

This bug is only present on the older sustrik/zeromq2 branch. Please use the 2.0.7, 2.0.8 or master which don't have this.

This issue was closed.
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

3 participants