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 version check missing? #840

Open
Randrianasulu opened this issue Sep 15, 2024 · 0 comments
Open

qwt version check missing? #840

Randrianasulu opened this issue Sep 15, 2024 · 0 comments

Comments

@Randrianasulu
Copy link

I tried to compile latest git on Slackware 15.0 i586 + Slackbuilds.org provided QWT

It mostly worked after I tweaked Makefile for gui part a bit

but there was this error

../../../Source/GUI/Plot.cpp:288:49: error: 'WeedOutIntermediatePoints' is not a member of 'QwtPointMapper'                                                                                             288 |                 mapper.setFlag( QwtPointMapper::WeedOutIntermediatePoints,                       |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~                  ../../../Source/GUI/Plot.cpp:289:52: error: 'FilterPointsAggressive' was not declared in this scope  289 |                                testPaintAttribute( FilterPointsAggressive ) );                   |                                                    ^~~~~~~~~~~~~~~~~~~~~~                  ../../../Source/GUI/Plot.cpp:294:52: error: 'FilterPointsAggressive' was not declared in this scope  294 |                                testPaintAttribute( FilterPointsAggressive ) );                   |                                                    ^~~~~~~~~~~~~~~~~~~~~~

I just commented out those calls, but I guess this us suboptimal

git commit commit 987faf1

qwt version: qwt-6.1.6-i586-3_SBo

not sure how important this report, I see no discussions on this repo ;)

ps: thanks for all work put into this tool!

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

1 participant