Skip to content

Instantly share code, notes, and snippets.

@satra
Created June 8, 2011 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satra/1015631 to your computer and use it in GitHub Desktop.
Save satra/1015631 to your computer and use it in GitHub Desktop.
(ipxi)[satra@robinhill pyzmq (master)]$ python setup.py configure --zmq=/software/venvs/EPD/7.0/ipxi/
running configure
******************************************
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
******************************************
(ipxi)[satra@robinhill pyzmq (master)]$ python setup.py install
running install
running build
running build_py
creating build
creating build/lib.macosx-10.5-x86_64-2.7
creating build/lib.macosx-10.5-x86_64-2.7/zmq
copying zmq/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq
creating build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_context.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_device.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_error.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_imports.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_ioloop.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_log.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_message.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_monqueue.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_multipart.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_pair.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_poll.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_pubsub.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_reqrep.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_socket.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_stopwatch.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
copying zmq/tests/test_zmqstream.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/tests
creating build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
copying zmq/eventloop/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
copying zmq/eventloop/ioloop.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
copying zmq/eventloop/stack_context.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
copying zmq/eventloop/win32_support.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
copying zmq/eventloop/zmqstream.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/eventloop
creating build/lib.macosx-10.5-x86_64-2.7/zmq/log
copying zmq/log/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/log
copying zmq/log/handlers.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/log
creating build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/core/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
creating build/lib.macosx-10.5-x86_64-2.7/zmq/devices
copying zmq/devices/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/devices
copying zmq/devices/basedevice.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/devices
copying zmq/devices/monitoredqueuedevice.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/devices
creating build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/__init__.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/jsonapi.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/strtypes.py -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/core/context.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/core/czmq.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/core/message.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/core/socket.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/core/stopwatch.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/core
copying zmq/devices/monitoredqueue.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/devices
copying zmq/utils/buffers.pxd -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/allocate.h -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/pyversion_compat.h -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
copying zmq/utils/zmq_compat.h -> build/lib.macosx-10.5-x86_64-2.7/zmq/utils
running build_ext
skipping 'zmq/core/constants.c' Cython extension (up-to-date)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment