-
Notifications
You must be signed in to change notification settings - Fork 32
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
ZeroMQ autogen failed #36
Comments
@wokibe thanks for the brilliant context - I'll take a look and fix the bundled libs shortly. |
Same deal here
Couldn't get it to work with
Versions:
|
Derp. Installing autogen ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my Mac 10.9.5 (Mavericks) the rbczmq installation failed:
iMac:~ kittekat$ gem install rbczmq
Building native extensions. This could take a while...
ERROR: Error installing rbczmq:
ERROR: Failed to build gem native extension.
/Users/kittekat/.rvm/rubies/ruby-2.1.3/bin/ruby extconf.rb
"./autogen.sh"
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I config --force -I config
autoreconf: configure.ac: tracing
autoreconf: configure.ac: subdirectory foreign/openpgm/build-staging/openpgm/pgm/ not present
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --include=config --force
configure.ac:57: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:58: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:5345: error: possibly undefined macro: AC_DISABLE_STATIC
configure:5349: error: possibly undefined macro: AC_ENABLE_STATIC
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
autogen.sh: error: autoreconf exited with status 0
ZeroMQ autogen failed!
*** extconf.rb failed ***
...
Could not find the cause for the trouble. I am confused about the mentioned ...WIN32_DLL. This is a
Mac!
Here are the versions of the required tools:
iMac:~ kittekat$ libtool -V
Apple Inc. version cctools-862
iMac:~ kittekat$ autoconf -V
autoconf (GNU Autoconf) 2.69
...
-iMac:~ kittekat$ automake --version
automake (GNU automake) 1.14.1
Anyway, I found for me a workaround: I installed zeromq (4.0.4) and czmq (2.0.2) with homebrew and rbczmq (1.7.8) as "slim" gem:
brew install zeromq
brew install czmq
gem install rbczmq -- --wirh-system-libs
The text was updated successfully, but these errors were encountered: