Code Monkey home page Code Monkey logo

Comments (7)

mlp1802 avatar mlp1802 commented on July 20, 2024

UPDATE I cloned the project and tried to build it, same error. I'm not sure it can be build on newest ubuntu anymore.

from physx-rs.

mlp1802 avatar mlp1802 commented on July 20, 2024

Installing g++-11 and running export CXX=g++-11 fixed it

from physx-rs.

mlp1802 avatar mlp1802 commented on July 20, 2024

Can this be moved to somewhere else? would be nice having it up so someone else might see it, so I'm not closing the issue.

from physx-rs.

tgolsson avatar tgolsson commented on July 20, 2024

I'm going to guess export CXX=g++-11 isn't the important part; rather that installing g++-11 also installed libstdc++ which you were missing.

from physx-rs.

mlp1802 avatar mlp1802 commented on July 20, 2024

I have that library but I'm unsure of what the problem actually is. I've read that the ciso646 header is unavailable in c++ greater than 17...I've literally installed all versions of clang and g++ now, and I could only find this header in include/c++/9 or 11..I'll have to double check when I get - home, also I'm a c++ novice, I'm not familiar with the eco system so it's possible that I messed something up along the way. All I know is I upgraded to Ubuntu 22 and the build broke..so it might happen to others as well

from physx-rs.

mlp1802 avatar mlp1802 commented on July 20, 2024

I resolved it somehow but I'm not sure how, after 12 hours of installing packages and compilers it suddenly worked.

from physx-rs.

numfin avatar numfin commented on July 20, 2024

@tgolsson @mlp1802 solution for me was:
sudo apt install libc++-11-dev
export CXX=g++-11

from physx-rs.

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.