Menu

174 errors on "make" (Linux Jamulus client 3.4.4)

Gronaz
2020-04-04
2020-04-04
  • Gronaz

    Gronaz - 2020-04-04

    Please what can trigger these ?
    Even the binary is built and seems to work, is it a serious problem?
    Thanks

    $ qmake "CONFIG+=noupcasename" Jamulus.pro
    Project MESSAGE: The target name is jamulus instead of Jamulus.
    Project MESSAGE: Jack Audio Interface Enabled.
    $ make clean
    ...
    $ make
    /usr/lib/x86_64-linux-gnu/qt5/bin/uic src/aboutdlgbase.ui -o ui_aboutdlgbase.h
    src/aboutdlgbase.ui: Warning: An invalid pixmap property 'pixmap' was encountered.
    
    ...
    In file included from libs/opus/src/opus_decoder.c:47:0:
    libs/opus/celt/float_cast.h:123:10: warning: #warning "Don't have the functions lrint() and lrintf ()." [-Wcpp]
             #warning "Don't have the functions lrint() and lrintf ()."
              ^
    libs/opus/celt/float_cast.h:124:10: warning: #warning "Replacing these functions with a standard C cast." [-Wcpp]
             #warning "Replacing these functions with a standard C cast."
              ^
    libs/opus/src/opus_decoder.c: In functionopus_decode_frame’:
    libs/opus/src/opus_decoder.c:538:10: warning: ‘pcm_transitionmay be used uninitialized in this function [-Wmaybe-uninitialized]
              smooth_fade(pcm_transition+st->channels*F2_5, pcm+st->channels*F2_5,
              ^
    gcc -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DAPP_VERSION=\"3.4.4\" -DOPUS_BUILD -DUSE_ALLOCA -DCUSTOM_MODES -D_REENTRANT -DHAVE_STDINT_H -DWITH_SOUND -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Isrc -Ilibs/opus/include -Ilibs/opus/celt -Ilibs/opus/silk -Ilibs/opus/silk/float -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtXml -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o opus_encoder.o libs/opus/src/opus_encoder.c...
    
     
  • Volker Fischer

    Volker Fischer - 2020-04-04

    These should be warnings. They should be gone in Jamulus version 3.4.5.

     
  • Gronaz

    Gronaz - 2020-04-04

    No problem? Can I run as is?

     
  • Volker Fischer

    Volker Fischer - 2020-04-04

    Yes, you can. I also got these warnings.

     
  • Gronaz

    Gronaz - 2020-04-04

    Thank you Volker
    So it is the same for errors on building server I guess (qmake "CONFIG+=nosound" "CONFIG+=noupcasename" Jamulus.pro) ? There are more (about twice) but it builds and runs.