Coder Social home page Coder Social logo

Comments (7)

mfontanini avatar mfontanini commented on June 15, 2024

VS2013's support for C++11 is pretty bad, so it likely won't work. Try updating your compiler version or use gcc/clang.

from cppkafka.

Mandy27 avatar Mandy27 commented on June 15, 2024

I had to you VS2013 with C++11 due to some restrictions. I ended up writing definitions for all the default constructors and got everything built. But not sure if everything is working correctly. Should I test it using the provided examples? When I cmake the project it couldn't find the boost.program_options, so it disable examples. What is the path that I should provide so it can point to the boost library correctly? Thank you so much!

from cppkafka.

mfontanini avatar mfontanini commented on June 15, 2024

You need to have boost installed and provide the path using -DBOOST_ROOT. In order to run the tests you need to have kafka and zookeeper installed for now, you can see how to set them up following this. Note that the script uses ubuntu so use it only as a guide.

from cppkafka.

Mandy27 avatar Mandy27 commented on June 15, 2024

I followed your instructions https://github.com/mfontanini/cppkafka/wiki/Compiling. But the examples still got disabled. I put the BOOST_ROOT and it is still not working.

from cppkafka.

Mandy27 avatar Mandy27 commented on June 15, 2024

capture

from cppkafka.

Mandy27 avatar Mandy27 commented on June 15, 2024

So I just provided the path using -DBoostPROGRAM_OPTIONS_LIBRARY_DEBUG and it doesn't disable the examples anymore the it is still disable tests

from cppkafka.

zhouxinlzu avatar zhouxinlzu commented on June 15, 2024

Duplicate of #28 Mandy27 have you solve it .could you show me your code?

from cppkafka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.