Menu

qmake error fix

Help
lardhan
2005-04-17
2013-03-22
  • lardhan

    lardhan - 2005-04-17

    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.

     
    • Peter Salvi

      Peter Salvi - 2005-07-26

      Yep, that's a minor incompatibility between different versions of ALSA library, I think. Removing the "&" should do the trick.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.