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

error during make #4

Open
prem-chand opened this issue Nov 16, 2021 · 2 comments
Open

error during make #4

prem-chand opened this issue Nov 16, 2021 · 2 comments

Comments

@prem-chand
Copy link

fatal error: IpIpoptApplication.hpp: No such file or directory
5 | #include "IpIpoptApplication.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

@oldschool24
Copy link

@prem-chand Have you solved the problem?

@oldschool24
Copy link

oldschool24 commented Jul 15, 2022

@prem-chand It seems that I have found a solution.

  1. Find location of file IpIpoptApplication.hpp (in my case it is ''/usr/local/include/coin-or")
  2. Go to file "CASSIE_CFROST/Cassie_Example/opt_two_step/periodic/c_code/CMakeLists.txt"
    and change in line 6 path '‘/usr/local/include/coin’ to your (mine: ''/usr/local/include/coin-or")
  3. Repeat again
    cd ~/Cassie_CFROST/Cassie_Example/opt_two_step/periodic/c_code
    mkdir build
    cd build
    cmake ..
    make

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

No branches or pull requests

2 participants