can't build pulseview (Slackware current)
by rwcooper from LinuxQuestions.org on (#5CARP)
Hi, I upgraded to Slackware current on 2021/01/01 and I can't build pulseview. I have built and installed all of its prerequisites that needed building. I did not rebuild qt5. I am using sbopkg and the latest version of Ponce's repository. I have included the last few lines of output from the build hoping this will help. Any help/suggestions is greatly appreciated. Thank you.
Code:/usr/include/qt5/QtCore/qdebug.h:420:15: note: template argument deduction/substitution failed:
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: mismatched types const QFlags<T>' and QTextStream&(QTextStream&)'
174 | ts << forcesign;
| ^~~~~~~~~
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: mismatched types const QFlags<T>' and QTextStream&(QTextStream&)'
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: couldn't deduce template parameter T'
make[2]: *** [CMakeFiles/pulseview.dir/build.make:309: CMakeFiles/pulseview.dir/pv/util.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: CMakeFiles/pulseview.dir/all] Error 2
make: *** [Makefile:171: all] Error 2
pulseview:


Code:/usr/include/qt5/QtCore/qdebug.h:420:15: note: template argument deduction/substitution failed:
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: mismatched types const QFlags<T>' and QTextStream&(QTextStream&)'
174 | ts << forcesign;
| ^~~~~~~~~
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: mismatched types const QFlags<T>' and QTextStream&(QTextStream&)'
/tmp/SBo/pulseview-0.4.1/pv/util.cpp:174:9: note: couldn't deduce template parameter T'
make[2]: *** [CMakeFiles/pulseview.dir/build.make:309: CMakeFiles/pulseview.dir/pv/util.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: CMakeFiles/pulseview.dir/all] Error 2
make: *** [Makefile:171: all] Error 2
pulseview: