Cassie_CFROST
Cassie_CFROST copied to clipboard
error during make
fatal error: IpIpoptApplication.hpp: No such file or directory 5 | #include "IpIpoptApplication.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
@prem-chand Have you solved the problem?
@prem-chand It seems that I have found a solution.
- Find location of file IpIpoptApplication.hpp (in my case it is ''/usr/local/include/coin-or")
- 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")
- Repeat again cd ~/Cassie_CFROST/Cassie_Example/opt_two_step/periodic/c_code mkdir build cd build cmake .. make