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

Cannot use nlopt.hpp (and fix) #54

Open
baxelrod opened this issue Jan 7, 2016 · 1 comment
Open

Cannot use nlopt.hpp (and fix) #54

baxelrod opened this issue Jan 7, 2016 · 1 comment

Comments

@baxelrod
Copy link

baxelrod commented Jan 7, 2016

packages that use nlopt.hpp seem to fail saying that nlopt.h cannot be found. This can be fixed by
changing line 29 of nlopt.hpp from:

include <nlopt.h>

to

include <nlopt/nlopt.h>

@k-okada
Copy link
Member

k-okada commented Jan 8, 2016

thanks for report, BTW

#include 
to 
#include

???

also could you provide error message when you can not find nlopt.h ?

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