MADEAPPS / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.
http://www.newtondynamics.com
Other
938 stars 182 forks source link

Compile error dModelAnimTreePoseBlender.h #190

Closed rfebbo closed 4 years ago

rfebbo commented 4 years ago

just pulled ran mkdkir build, cd build, cmake .., make

[ 81%] Building CXX object applications/demosSandbox/CMakeFiles/demosSandbox.dir/sdkDemos/demos/AdvancedPlayerController.cpp.o
In file included from /home/rfebbo/Documents/git/newton-dynamics/applications/demosSandbox/sdkDemos/DemoCamera.cpp:17:
/home/rfebbo/Documents/git/newton-dynamics/applications/demosSandbox/sdkDemos/toolBox/toolbox_stdafx.h:168:10: fatal error: dModelAnimTreePoseBlender.h: No such file or directory
  168 | #include <dModelAnimTreePoseBlender.h
JulioJerez commented 4 years ago

but that file is in the download. I just try the CMake script in windows and is worked for me.

rfebbo commented 4 years ago

The file is there as "dModelAnimTreeposeBlender.h" as opposed to "dModelAnimTreePoseBlender.h"

rfebbo commented 4 years ago

same problem with: "dAnimationRagDollEffector.h" is actually called "dAnimationRagdollEffector.h"

this one is referenced multiple ways so changing the file name didn't work for me like the last .h file.

JulioJerez commented 4 years ago

oh I see now, case sensitive file name. fixed. Thanks

JulioJerez commented 4 years ago

I believe this was fixed.