Giter VIP home page Giter VIP logo

Comments (9)

diegoferigo avatar diegoferigo commented on June 12, 2024 1

Thanks everyone, compiling the current master of qhull passing CMAKE_POSITION_INDEPENDENT_CODE and then recompiling the framework works fine. What's strange is that I'm using the most recent master of qhull, that is ahead of the 2020.1 tag that supposedly solves the problem.

from bipedal-locomotion-framework.

S-Dafarra avatar S-Dafarra commented on June 12, 2024

Thanks @diegoferigo! Feel free to open a PR. I think it is the first time we try with ninja. cc @GiulioRomualdi

from bipedal-locomotion-framework.

diegoferigo avatar diegoferigo commented on June 12, 2024

The workaround I tried did not solve the problem. I also tried using Unix Makefiles and the problem persists, it seems unrelated to the selected generator.

from bipedal-locomotion-framework.

S-Dafarra avatar S-Dafarra commented on June 12, 2024

Ah sorry, I misunderstood. I wonder if it is a problem of qhull 🤔

from bipedal-locomotion-framework.

S-Dafarra avatar S-Dafarra commented on June 12, 2024

Can you try to install qhull from source?

from bipedal-locomotion-framework.

GiulioRomualdi avatar GiulioRomualdi commented on June 12, 2024

Hi @diegoferigo. Which version of qhull did you install?

from bipedal-locomotion-framework.

GiulioRomualdi avatar GiulioRomualdi commented on June 12, 2024

Hi @diegoferigo. Which version of qhull did you install?

from bipedal-locomotion-framework.

S-Dafarra avatar S-Dafarra commented on June 12, 2024

Ah sorry, I misunderstood. I wonder if it is a problem of qhull

Indeed qhull/qhull#62

from bipedal-locomotion-framework.

traversaro avatar traversaro commented on June 12, 2024

Yes, that is the tipical problem that you have if you try to use a static library compiled without -fPIC when linking a shared library. Just recompiling qhull by passing to CMake the CMAKE_POSITION_INDEPENDENT_CODE variable set to ON should fix the issue.

from bipedal-locomotion-framework.

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.