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
Need a check against *BSD in Makefile to set a define. These header #include <sys/types.h> need to be loaded in src/librabbitmq/amqp.h, but i dont know how to make these changes in Makefile at the moment.
Appears that newer versions of the librabbitmq library may address this (and probably many other shortcomings). It's been quite a while since these library files were touched, so doubt it's just a drop-in replacement. If anyone else has time to test updating these libraries, that'd be great. Otherwise, it's on the todo list, but no ETA. https://github.com/alanxz/rabbitmq-c
I've created a 0.5.0_dev branch that incorporates the latest version of the librabbitmq library. I believe that may fix this issue if someone has a system the evaluate this on.
Need a check against *BSD in Makefile to set a define. These header
#include <sys/types.h>
need to be loaded insrc/librabbitmq/amqp.h
, but i dont know how to make these changes in Makefile at the moment.scr34m@89ccad2
The text was updated successfully, but these errors were encountered: