Page 1 of 1

Building OpenSim from Source

Posted: Wed Feb 06, 2013 3:04 pm
by yuma
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

Re: Building OpenSim from Source

Posted: Wed Feb 06, 2013 4:52 pm
by aymanh
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

Re: Building OpenSim from Source

Posted: Fri Feb 08, 2013 9:52 pm
by yuma
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

Re: Building OpenSim from Source

Posted: Tue Feb 12, 2013 11:11 am
by aymanh
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