manny wrote:so for an user that is not running any of the newton demos, any of the third party libraries with the exception of those two, is part of the build
This is the same for Mac and Linux, and on those tow platform does even use pthread since pthreads is the standards on those plaforms.
Sorry, I was referring only to the sandbox build process!
But still, the regular newton process is kinda fragmented, our local branch merges the following projects into a single output library:
* core
* newton
* physics
there is always going to be difference of opinions, the reason why there are three libraries there is this.
* core is a general computation geometry library that has nothing to do with physics simulation, I use for other projects.
* physyc is the c ++ physic library that is build I=on top of core. It can be use as a C++ library. although this has being so long tat it will be difficult to use like that now
* newton is a C wrapper on physic.
The libraries are actually very small, to me this not a real big problem
On the xcode, I have 4.5 but I see that the latest is 5.1.1 I am getting that now.