missing 'SimTKcommon.h'

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Tim Dorn
Posts: 125
Joined: Tue Feb 26, 2008 10:14 pm

missing 'SimTKcommon.h'

Post by Tim Dorn » Sun Apr 20, 2008 6:35 pm

Hi,

I'm trying to compile OpenSim in Visual studio. Everything seemed to be going ok until I started the Build All - at which point a lot of errors came up trying to find the 'SimTKcommon.h' header file. I searched through the repository and this file doesnt exist anywhere but it seems like everything uses it. Where could I find this file to add to the repository? Apart from that, I think it should compile fine (I'm using the compile instructions from HowToUseSimTrack.doc)

Cheers,

Tim

User avatar
Ayman Habib
Posts: 2254
Joined: Fri Apr 01, 2005 12:24 pm

RE: missing 'SimTKcommon.h'

Post by Ayman Habib » Sun Apr 20, 2008 7:16 pm

Hi Tim,

All header files with SimTK prefix come from different libraries/projects that are developed on simtk.org, and used by OpenSim. To get these you need to either install the libraries and headers or download the source and build it yourself. The first approach is much simpler.

Only catch is that OpenSim is not currently in sync with latest version of these projects, but we're in the process of upgrading to the latest version.

We'll let you know when this happens, over the next few weeks. If you need to build OpenSim sooner please let me know and I'll send you the version numbers to checkout/build.

Best regards,
-Ayman

User avatar
Tim Dorn
Posts: 125
Joined: Tue Feb 26, 2008 10:14 pm

RE: missing 'SimTKcommon.h'

Post by Tim Dorn » Sun Apr 20, 2008 7:50 pm

That would be great if you could let me know. I will get the SimTKcore package and keep it up to date for when OpenSim is syncronized.

Tim

User avatar
Ayman Habib
Posts: 2254
Joined: Fri Apr 01, 2005 12:24 pm

RE: missing 'SimTKcommon.h'

Post by Ayman Habib » Mon Apr 21, 2008 9:36 am

Tim,

No problem.

You could also consult the wiki page http://wiki.simtk.org/opensim/Developers which has a document with complete instructions about how to build OpenSim as well as all supporting libraries from scratch.

-Ayman

POST REPLY