I plan to release this game on the iphone pretty soon however i'm in need of assistance. My development environment is Ubuntu 10.10 32-bit using CodeBlocks as my IDE.

The issues i have if anyone cares to lend a hand so i can finally release the darn thing are as follows:
1. including "btSoftBody.h" give weird errors like "error: expected identifier before numneric constant" ..line 94 which equates to "None" enumerant

///eFeature
struct eFeature { enum _ {
None,
Node,
Link,
Face,
END
};};
Nothing i do seems to fix this and it is imperative i get "softbody" physics working. Also ball movement sticking to walls any suggestions? I've included a screenshot to wet your appetites
