Building OpenSim from Source

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
yuma ieshiro
Posts: 7
Joined: Thu May 12, 2011 11:26 pm

Building OpenSim from Source

Post by yuma ieshiro » Wed Feb 06, 2013 3:04 pm

Dear All,

My name is Yuma IESHIRO. I study in Japanese Doshisha University.

I try that I build OpenSim3.0 from a source. Thanks to Simbody Project Site, Simbody3.0 was able to build. However, I cannot build OpenSim3.0.

To see the Support Portal for OpenSim 3.0, I made the sln file. However, an error is given without being able to read every header file when I am going to build ALL_BUILD. Can you not set the pass?

I use it:
Visual C++ express 2010
Windows 7 (x64)

I would appreciate any advice from anyone.

Regards,
yuma

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

Re: Building OpenSim from Source

Post by Ayman Habib » Wed Feb 06, 2013 4:52 pm

Hi,

Likely you have a problem with pointing OpenSim to your Simbody installation. Can you explain where things went wrong (what step?)

Best regards,
-Ayman

User avatar
yuma ieshiro
Posts: 7
Joined: Thu May 12, 2011 11:26 pm

Re: Building OpenSim from Source

Post by yuma ieshiro » Fri Feb 08, 2013 9:52 pm

Dear Ayman.

Thanks for letting me know.
When ALL_BUID is built, the following errors come out of this problem.

・The error of C1083 comes out.
・In particular, SimTKcommon.h cannot be read.
・Probably, the header file included in Simbody and SimTKmath,SimTKcommon cannot be read.

All the processes in which a sln file is made are performed as the support site.

Best regards,
yuma

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

Re: Building OpenSim from Source

Post by Ayman Habib » Tue Feb 12, 2013 11:11 am

Hi Yuma,

Again I think you need to make sure the CMake variable SimTK_INSTALL_DIR is set correctly, this would be the directory you selected to install Simbody after it's done building. The files should be copied to this directory by executing the INSTALL target at the end of the Simbody build.

Hope this helps and please let me know if you continue to have problems.
-Ayman

POST REPLY