[IPython-dev] trying to compile pyzmq

Satrajit Ghosh satra at mit.edu
Mon Jun 6 21:39:09 EDT 2011


hi min and brian,

trying to compile pyzmq, both from git clone master

cheers,

satra

Configure: Autodetecting ZMQ settings...
    Custom ZMQ dir:       /software/venvs/EPD/7.0/ipxi
cc -I/software/venvs/EPD/7.0/ipxi/include -Izmq/utils -Izmq/core
-Izmq/devices -c detect/vers.c -o detect/vers.o
cc -arch x86_64 -undefined dynamic_lookup detect/vers.o
-L/software/venvs/EPD/7.0/ipxi/lib -lzmq -o detect/vers
    ZMQ version detected: 2.1.7
******************************************
cythoning zmq/core/constants.pyx to zmq/core/constants.c
building 'zmq.core.constants' extension
creating build/temp.macosx-10.5-x86_64-2.7
creating build/temp.macosx-10.5-x86_64-2.7/zmq
creating build/temp.macosx-10.5-x86_64-2.7/zmq/core
gcc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -DNDEBUG -g -O3
-arch x86_64 -I/Library/Frameworks/EPD64.framework/Versions/7.0/include
-I/software/venvs/EPD/7.0/ipxi/include -Izmq/utils -Izmq/core -Izmq/devices
-I/software/venvs/EPD/7.0/ipxi/include
-I/Library/Frameworks/EPD64.framework/Versions/7.0/include/python2.7 -c
zmq/core/constants.c -o
build/temp.macosx-10.5-x86_64-2.7/zmq/core/constants.o -Wno-unused-function
-Wno-strict-aliasing
zmq/core/constants.c: In function ‘initconstants’:
zmq/core/constants.c:1024: error: ‘ZMQ_XPUB’ undeclared (first use in this
function)
zmq/core/constants.c:1024: error: (Each undeclared identifier is reported
only once
zmq/core/constants.c:1024: error: for each function it appears in.)
zmq/core/constants.c:1036: error: ‘ZMQ_XSUB’ undeclared (first use in this
function)
zmq/core/constants.c:1662: error: ‘ZMQ_FD’ undeclared (first use in this
function)
zmq/core/constants.c:1674: error: ‘ZMQ_EVENTS’ undeclared (first use in this
function)
zmq/core/constants.c:1686: error: ‘ZMQ_TYPE’ undeclared (first use in this
function)
zmq/core/constants.c:1698: error: ‘ZMQ_LINGER’ undeclared (first use in this
function)
zmq/core/constants.c:1710: error: ‘ZMQ_RECONNECT_IVL’ undeclared (first use
in this function)
zmq/core/constants.c:1722: error: ‘ZMQ_BACKLOG’ undeclared (first use in
this function)
zmq/core/constants.c:1850: error: ‘ZMQ_RECONNECT_IVL_MAX’ undeclared (first
use in this function)
error: command 'gcc' failed with exit status 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110606/655dae07/attachment.html>


More information about the IPython-dev mailing list