DLL 'ChronoModels_robot.dll' in package Chrono is not installed properly
DLL 'ChronoEngine_irrlicht.dll' in package Chrono is not installed properly
DLL 'ChronoEngine_postprocess.dll' in package Chrono is not installed properly
I have tried to uninstall everything and reinstalling many times, trying different versions of irrlicht (1.8.5 and 1.8.4) and different changes.
Would anyone know what might cause this problem?
Any answers would be appreciated.
Hi Halvor,
Following up on Dario’s comments and if you are using the latest code in the Chrono ‘main’ branch, to make sure you deal properly with the changes to the build system we made recently, I suggest trying reconfiguring and rebuilding both Chrono and then the template project starting from scratch, in new build directories. Or at least delete the CMake cache first.
You should have no issues building everything like before, provided you do not change some of the new CMake variables from their default values (which reproduce the previous setup, namely building Chrono shared libraries and using the dynamically-linked runtime library (on Windows)). The USE_EIGEN_OPENMP option has been in there for a while and is likely not related to your issue.
--Radu
--
You received this message because you are subscribed to the Google Groups "ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
projectchron...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/projectchrono/9dd74fe6-a602-4f60-b708-fdde629ca821n%40googlegroups.com.
Yes, I introduced this bug. Copying stuff from the generated configuration script into the template while I was making those changes…
Of course, I didn’t find any problems when I was testing this on my machine (that path works fine for me!) and this is not something that is tested during CI (we should think about adding a test for this).
Dario, please push the fix as soon as you get a chance.
Thanks,
Radu
To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/3d0c0af4-1171-4dc1-9c4e-48b83b36c4a8n%40googlegroups.com.
Hi Halvor,
I just pushed the fix to chrono-config.cmake.in. Please let us know if reconfiguring Chrono resolves the issue you reported.
Thanks for pointing this out.
To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/c9486ea6-c7c9-4acb-9eb0-cd3ec369fda9n%40googlegroups.com.