Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant