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

QWT include style #2886

Closed
traversaro opened this issue Nov 22, 2020 · 0 comments · Fixed by #2887
Closed

QWT include style #2886

traversaro opened this issue Nov 22, 2020 · 0 comments · Fixed by #2887

Comments

@traversaro
Copy link
Collaborator

As I was building Gazebo with conda-forge provided dependencies, I noticed that the build was failing due to how the qwt headers are included in Gazebo, i.e. :

This style of includes strictly requires that the qwt headers are installed as in include/qwt/qwt.h, while the conda-forge feedstock installs them in include/qwt.h . Initially, I thought it was a bug of the qwt conda-forge package, as I checked all other package managers and they were installing the headers in include/qwt/qwt.h. See in for example:

In all of these package managers the headers are installed as in include/qwt/qwt.h . However, i checked the official documentation of qwt, and indeed there the suggested stile of inclusion is #include <qwt.h>, not #include <qwt/qwt.h> . I also checked other downstream projects, and all of them were using #include <qwt.h> . For this reason, it probably make sense to provide support for both styles.

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

Successfully merging a pull request may close this issue.

1 participant