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 there, I am posting here cuz whenever I try to compile using make I get this error on the title, from what I see, it happens due to a mismatch between the AMQPQueue class definition and its implementation. In the class definition there is a private struct named "amqp_bytes_t_" which is used in some functions, whereas, in the implementation, they are using std::string. This error is repeated multiple times and it goes back and forth as there are some functions in which this implicit conversion is not possible.
What to do with that?
The text was updated successfully, but these errors were encountered:
Hi there, I am posting here cuz whenever I try to compile using make I get this error on the title, from what I see, it happens due to a mismatch between the AMQPQueue class definition and its implementation. In the class definition there is a private struct named "amqp_bytes_t_" which is used in some functions, whereas, in the implementation, they are using std::string. This error is repeated multiple times and it goes back and forth as there are some functions in which this implicit conversion is not possible.
What to do with that?
The text was updated successfully, but these errors were encountered: