alexiicon

Results 3 comments of alexiicon

I have the same issue Scanning dependencies of target cppkafka [ 4%] Building CXX object src/CMakeFiles/cppkafka.dir/configuration.cpp.o In file included from /home/alex/prjs/cppkafka/src/../include/cppkafka/message.h:39:0, from /home/alex/prjs/cppkafka/src/../include/cppkafka/event.h:37, from /home/alex/prjs/cppkafka/src/../include/cppkafka/configuration.h:45, from /home/alex/prjs/cppkafka/src/configuration.cpp:30: /home/alex/prjs/cppkafka/src/../include/cppkafka/buffer.h:150:5: error: ‘template...

Make is not working! Can you please include the whole compile, build and install procedure into read.me, please?

I looked up through Makefile - so finally to install it you should use this: git clone https://github.com/zaphoyd/websocketpp.git cd websocketpp mkdir build cd build cmake .. **make install** So default...