Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart Build Problems #1

Open
DanAmador opened this issue Sep 6, 2020 · 1 comment
Open

Dart Build Problems #1

DanAmador opened this issue Sep 6, 2020 · 1 comment

Comments

@DanAmador
Copy link

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)

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?

@wangchek
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants