Please what can trigger these ?
Even the binary is built and seems to work, is it a serious problem?
Thanks
$ qmake"CONFIG+=noupcasename"Jamulus.proProjectMESSAGE: ThetargetnameisjamulusinsteadofJamulus.
ProjectMESSAGE: JackAudioInterfaceEnabled.
$ makeclean
...
$ make/usr/lib/x86_64-linux-gnu/qt5/bin/uicsrc/aboutdlgbase.ui-oui_aboutdlgbase.hsrc/aboutdlgbase.ui: Warning: Aninvalidpixmapproperty'pixmap'wasencountered.
...
Infileincludedfromlibs/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: Infunction ‘opus_decode_frame’:
libs/opus/src/opus_decoder.c:538:10: warning: ‘pcm_transition’ maybeuseduninitializedinthisfunction [-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-oopus_encoder.olibs/opus/src/opus_encoder.c...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please what can trigger these ?
Even the binary is built and seems to work, is it a serious problem?
Thanks
These should be warnings. They should be gone in Jamulus version 3.4.5.
No problem? Can I run as is?
Yes, you can. I also got these warnings.
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.