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

configure allows qwt5 while later you use qwt_series_data.h that is only installed by qwt6 #65

Open
yurivict opened this issue Jul 6, 2022 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Jul 6, 2022

I have both of them installed:

$ pkg info | grep qwt
qwt5-qt5-5.2.3g20210209        Qt Widgets for Technical Applications
qwt6-qt5-6.1.6_1               Qt Widgets for Technical Applications

Configure picks qwt5:

Qwt:      Using Qwt Library qwt5-qt5Qt5PrintSupportQt5SvgQt5WidgetsQt5GuiQt5Core

and the build later fails:

In file included from /disk-samsung/freebsd-ports/biology/connectome-workbench/work/.build/GuiQt/moc_PlotMagnifier.cpp:10:
/disk-samsung/freebsd-ports/biology/connectome-workbench/work/.build/GuiQt/../../workbench-1.5.0-430-g1e6d5c5c9/src/GuiQt/PlotMagnifier.h:32:10: fatal error: 'qwt_series_data.h' file not found
#include "qwt_series_data.h"
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
@johnvelab
Copy link

johnvelab commented Jul 6, 2022 via email

@yurivict
Copy link
Author

yurivict commented Jul 6, 2022

We embed Qt version 6.1.2 in our source code so try to use qwt6-qt5-6.1.6_1.

You should also fix configure to not accept external Qwt5.

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