vanderlin / ofxBox2d

Openframework wrapper for box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include paths

shawnlawson opened this issue · comments

Had a lot of issues with compiling on linux in class. Had to change two files. Both ofxBox2dBaseShape.h and ofxBox2dUtils.h have:

include "Box2d/Box2D.h"

when they should be

include "Box2D/Box2D.h"

Seems like it was case sensitive. Meanwhile, this issue didn't affect OSX, was specific to Ubuntu and Mint.