erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
7.44k stars 1.47k forks source link

Build Box2D at 100% Fail: convex_hull.cpp.o error #747

Closed glanzkaiser closed 1 year ago

glanzkaiser commented 1 year ago

I am building Box2d by :

  1. git clone it from https://github.com/erincatto/box2d
  2. Use this commands
    mkdir build && cd build \\
    cmake -DCMAKE_INSTALL_PREFIX=/opt/box2dinstall -DBUILD_SHARED_LIBS=ON .. && make
  3. It fails and I cannot do make install This is the screenshot. Capture d’écran_2023-04-17_20-56-56

How to fix this? Thanks

glanzkaiser commented 1 year ago

I already solved it, no worry, should use the commands on the github not the one above. Thanks