You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried compiling the project with the latest available version 6.8.4 and kept getting linking errors with Boost 1.66.
Is the requirement for Dart Version 7 correct? If so where can I find it?
I assumed the requirements were similar to the MASS project and managed to install and link Dart 6.3, but this led me to another type of errors mainly:
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find DART (missing: gui optimizer-ipopt)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/dart/cmake/DARTC
Could NOT find DART (missing: gui optimizer-ipopt)
@DanAmador hello, I use the DART 6.13.1 and Boost 1.66 to successfully install the whole environment. The missing: gui optimizer-ipopt seems means that you install DART without those submodules. And I also meet those problems, which could be solved by cmake .. -DDART_BUILD_GUI=ON -DDART_BUILD_OPTIMIZER_IPOPT=ON . And also, the DART 6.13.1 uses the c++std=17, please change the c++ standard of CMakeLists.txt of this repo.
I tried compiling the project with the latest available version 6.8.4 and kept getting linking errors with Boost 1.66.
Is the requirement for Dart Version 7 correct? If so where can I find it?
I assumed the requirements were similar to the MASS project and managed to install and link Dart 6.3, but this led me to another type of errors mainly:
Which is in essence the same problem other developers have.
Would it be possible to get a more detailed readme on how to build the project?
The text was updated successfully, but these errors were encountered: