wavewidget.cc: In member function `void WaveWidget::playSelected()':
wavewidget.cc:305: error: invalid conversion from `unsigned int*' to `unsigned int'
wavewidget.cc:305: warning: comparison of unsigned expression < 0 is always false
make[1]: *** [wavewidget.o] Error 1
I trusted the Source and after deleting the "&" from line 305 of wavewidget.cc it compiled well -I don't know if that is ok, though-.
Thanks the program.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
qmake (Qt 3.3.3) gave the following error:
wavewidget.cc: In member function `void WaveWidget::playSelected()':
wavewidget.cc:305: error: invalid conversion from `unsigned int*' to `unsigned int'
wavewidget.cc:305: warning: comparison of unsigned expression < 0 is always false
make[1]: *** [wavewidget.o] Error 1
I trusted the Source and after deleting the "&" from line 305 of wavewidget.cc it compiled well -I don't know if that is ok, though-.
Thanks the program.
Yep, that's a minor incompatibility between different versions of ALSA library, I think. Removing the "&" should do the trick.