I'm trying to compile a basic C++ program using SFML and Box2D on Ubuntu 22.04, but I'm encountering multiple errors related to unrecognized Box2D symbols, such as b2World, b2Body, b2Vec2, ...
It's not great that the example on the documentation home page does not work. I tried running that example (copy-pasted exactly from the home page) in a Google Colab notebook (after installing ...