Connexion
Ce forum permet à des personnes du monde entier de communiquer, c′est pourquoi les messages échangés sont en anglais.

Building Polyphone 2.0 fails on Debian Buster

  • GM 1 0
    Hi,

    Great work on Polyphone, I have used it to create my AVL-Drumkit Soundfonts here: http://www.bandshed.net/avldrumkits/

    I hope to contribute these and other Soundfonts to the community in the future

    I also maintain a Debian-based Linux Distribution geared to Audio and Video production called 'AV Linux'. I have very much enjoyed Polyphone and placed it on the LiveISO for a couple of years now. Debian Linux is transitioning its 'Stable" release from Debian "stretch" to "buster" and I'm trying to build Polyphone 2.0 on Debian Buster and getting the following build errors in the terminal:editor/graphics/graphique.cpp: In constructor ‘Graphique::Graphique(QWidget*)’: editor/graphics/graphique.cpp:86:5: error: ‘addItem’ was not declared in this scope addItem(_textMultipleSelection); ^~~~~~~ editor/graphics/graphique.cpp:86:5: note: suggested alternative: ‘hasItem’ addItem(_textMultipleSelection); ^~~~~~~ hasItem editor/graphics/graphique.cpp: In member function ‘void Graphique::clearAll()’: editor/graphics/graphique.cpp:197:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(0)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:198:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(1)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:199:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(2)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:200:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(3)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:201:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(4)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:202:21: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(5)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp: In member function ‘void Graphique::zoomDrag()’: editor/graphics/graphique.cpp:331:31: error: ‘rpQueued’ is not a member of ‘QCustomPlot’ this->replot(QCustomPlot::rpQueued); ^~~~~~~~ editor/graphics/graphique.cpp: In member function ‘void Graphique::setZoomLine(double, double, double, double)’: editor/graphics/graphique.cpp:419:25: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(3)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp: In member function ‘void Graphique::plotOverlay()’: editor/graphics/graphique.cpp:435:67: error: ‘class QCPDataContainer<QCPGraphData>’ has no member named ‘value’ y1[i] = this->graph(0)->data()->value(posFin - sizeOverlay + i).value; ^~~~~ editor/graphics/graphique.cpp:436:67: error: ‘class QCPDataContainer<QCPGraphData>’ has no member named ‘value’ y1[2 * sizeOverlay - i - 1] = this->graph(0)->data()->value(posFin + sizeOverlay - i).value; ^~~~~ editor/graphics/graphique.cpp:440:67: error: ‘class QCPDataContainer<QCPGraphData>’ has no member named ‘value’ y2[i] = this->graph(0)->data()->value(posDebut - sizeOverlay + i).value; ^~~~~ editor/graphics/graphique.cpp:441:67: error: ‘class QCPDataContainer<QCPGraphData>’ has no member named ‘value’ y2[2 * sizeOverlay - i - 1] = this->graph(0)->data()->value(posDebut + sizeOverlay - i).value; ^~~~~ editor/graphics/graphique.cpp:448:25: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(4)->clearData(); ^~~~~~~~~ userData editor/graphics/graphique.cpp:449:25: error: ‘class QCPGraph’ has no member named ‘clearData’; did you mean ‘userData’? this->graph(5)->clearData(); ^~~~~~~~~ userData make: *** [Makefile:4643: generated_files/graphique.o] Error 1 isotester@avl64busterbox:~/PACKAGING/POLYPHONE/sources$ Any assistance and suggestions are welcomed!
    Thanks, Glen MacArthur - AV Linux Maintainer

Connectez-vous ou inscrivez-vous pour participer à la discussion.

Polyphone a besoin de vous !

Polyphone est gratuit mais il y a des coûts associés à son site web et à son développement. Un petit coup de pouce aidera beaucoup.

Faire un don
Apprenez les bases Voir le tutoriel
Haut de
page