You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm posting on behalf of a couple issues opened on the python library side, where the package fails to install on OSX. It appears to be a problem in the configure here.
Hi, I'm posting on behalf of a couple issues opened on the python library side, where the package fails to install on OSX. It appears to be a problem in the configure here.
The related issues on the python library:
celery/librabbitmq#121
celery/librabbitmq#123
celery/librabbitmq#126
I'm running:
The python library attempts to install this version of the c library: https://github.com/alanxz/rabbitmq-c/tree/caad0ef1533783729c7644a226c989c79b4c497b
The following errors are generated:
It looks like
HAVE_HTONLL
is not getting defined by the config.The interesting lines to me from the pip install are:
These come before the check that would define
HAVE_HTONLL
.The full pip output:
https://gist.github.com/dougbyrne/4b5893ffbac388aa94608048e1e5fb2c
I'm out of my expertise at this point. I'm guessing the issue might be in configure.ac, but I'm not sure how to fix that.
The text was updated successfully, but these errors were encountered: