Giter Club home page Giter Club logo

Comments (2)

brarcher avatar brarcher commented on August 23, 2024

I created a VM with CentOS 7 and reproduced this while attempting to compile Check's example, though in a convoluted way which may not be the issue you are hitting. It turns out that CentOS provides Check 0.9.9 from 2012 in is repository. In that release many of the assert function funneled to _ck_assert_msg(). This was changed in 2013 to _ck_assert_failed(). I was able to reproduce a similar build failure by trying to build a more recent version of Check, then trying to compile the test program to point to the older version of Check. I made a mistake and I ended up pointing to the old version of library but the new version of the header file. As a result, the compiler was looking for _ck_assert_failed, but it did not exist in 0.9.9. Note that with a clean install of CentOS there was no issue.

If this is not similar to what you encountered, can you provide more details?

from check.

brarcher avatar brarcher commented on August 23, 2024

I've not heard anything back. If you are still having this issue and your steps are different from what I tried, please re-open.

from check.

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.