mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
587 stars 207 forks source link

Unable to find cppkafka/cppkafka.h #280

Closed Flexiboy closed 3 years ago

Flexiboy commented 3 years ago
Screen Shot 2021-05-21 at 9 50 10 AM

I installed cppkafka correctly (no error in the compiling and install) but I still have this problem which I can't find any solution. It seems that it cannot point to the directory where cppkafka is installed...

Any help ?

Flexiboy commented 3 years ago

Update: I fixed it by adding "-I/usr/local/include -L/usr/local/lib -lrdkafka -lcppkafka" parameters to g++