|
Hello, I'm trying to get box2D to work with blackberry playbook NDK (qnx), but I've found lots of problems doing so When I try to build this trough the command line stuff(mingw) I get this:
$make cd Box2D && make make[1]: Entering directory '/c/bbndk-2.0.1/Box2D/qnx/Box2D' Makefile:8: recurse.mk: No such file or directory make[1]: *** No rule to make target 'recurse.mk'. Stop. make[1]: Leaving directory '/c/bbndk-2.0.1/Box2D/qnx/Box2D' make: *** [libs] Error 2
And no files are made
If I try the 'OLD method' with visual studio I get
Unable to start program 'C:\bbndk-2.0.1\Box2D\Debug\ALL_BUILD The system couldn't find the specified file
When I try to run examples, if the 'build mode' is set as simulator I get errors in the file b2Math.h cosf sinf floorf if it's device I get no errors, but it's not of use for me right now since I only have the simulator to try stuff.
I've already tried other libraries and also had problems with them, cocos2d-x doesn't work either, I tried SDL and TouchControlOverlay (got SDL to work using an example, but TCO never worked) I keep trying with c++ instead of html or flash because I've worked with it before and I'm kinda used to it. However I never had to compile libraries and things like that (the only time I had to, I found precompiled ones)
I'm on 64bits Win7.
I've been trying to get these libraries to work with the NDK for a while now and I'm getting tired of it, please help I don't know what else to do.
|