alanxz / SimpleAmqpClient

Simple C++ Interface to rabbitmq-c
MIT License
397 stars 213 forks source link

Configuration for Rabbitmq-c #208

Open swatinair123 opened 5 years ago

swatinair123 commented 5 years ago

Hi Can any one let me know with what configuration of CMAKe i should build the binaries foe rabbitmqc?

EvilBeaver commented 5 years ago

With default one. Anything wrong with it?

swatinair123 commented 5 years ago

Hi Attached is my CMAke config. without the SSL .I am able to configure and generate the projects .But when i build it i get a lot of errors . I am not able to build it. Header files issues are solved .But lot of linker error cmake error

Can you please let mw know what could be the possible issue .Since i am trying to build the SimpleAmpqClient which is dependent on rabbitmq-c libraries

swatinair123 commented 5 years ago

Hi i am able to build rabbitmq-C without enabling openSSL . .Bur does simple AMpqClient require openSSL support?