Cmake error

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
mohamad rasool mohamadi
Posts: 14
Joined: Tue Oct 17, 2017 12:59 am

Cmake error

Post by mohamad rasool mohamadi » Wed May 08, 2019 4:12 am

hi dear all. i want to compile a controller example in opensim4.0 in order to make my own controller plugin. when im using Cmake, i see following errors in the attached image.what could be the reason?. i'm using VS 2017.
thanks
Attachments
forum.png
forum.png (133.5 KiB) Viewed 234 times

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Cmake error

Post by Dimitar Stanev » Wed May 08, 2019 4:32 am

You have an OpenSim with x64 architecture, but you are configuring for an x86 generator (VS 15 2017). This is why CMake found OpenSim, but didn't proceed with the configuration. You should delete the cache (File -> delete cache) and reconfigure with VS 15 2017 WIN64 generator.

User avatar
mohamad rasool mohamadi
Posts: 14
Joined: Tue Oct 17, 2017 12:59 am

Re: Cmake error

Post by mohamad rasool mohamadi » Wed May 08, 2019 5:18 am

thank u so much.it works.

POST REPLY