vanderlin / ofxBox2d

Openframework wrapper for box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples not compiling on code::blocks for windows

mysteryDate opened this issue · comments

When I try to compile example-ComplexPolygon using code::blocks 12.11 and windows 7 I get the errors:

obj\release\addons\ofxBox2d\libs\Box2D\Dynamics\Contacts\b2TOISolver.o
No such file or directory 
obj\release\addons\ofxBox2d\libs\Box2D\Dynamics\Joints\b2LineJoint.o
No such file or directory 

The example compiles and runs fine on my mac with xcode. I`m relatively new to this whole "compiled code" thing, but aren't *.o files the RESULT of compilation? Perhaps I'm doing something very silly.