i tried to build the latest trunk and got some warnings that i have not seen before. they may be due to ubuntu upgrade to hardy, which uses
[EMAIL PROTECTED]:/usr/src/opensipg/trunk$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7) this appears several times: g++ -c -o sems.o sems.cpp -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 <command-line>: warning: "__STDC_LIMIT_MACROS" redefined <command-line>: warning: this is the location of the previous definition this adds warning on SEMS_VERSION: make[6]: Entering directory `/usr/src/trunk-src/core/plug-in/adpcm' gcc -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -DUSE_SPANDSP -D__STDC_LIMIT_MACROS -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -I ../.. -I ../../amci -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -I ../.. -I ../../amci -g -O2 -Wall -fPIC -g -O2 -Wall -fPIC -g -O2 -Wall -fPIC -g -O2 -Wall -fPIC -g -O2 -Wall -fPIC -g -O2 -Wall -Wall -fPIC -g -O2 -Wall -c adpcm.c -o adpcm.o <command-line>: warning: "__STDC_LIMIT_MACROS" redefined <command-line>: warning: this is the location of the previous definition <command-line>: warning: "SEMS_VERSION" redefined <command-line>: warning: this is the location of the previous definition these all also new and appear in many places:p make[4]: Entering directory `/usr/src/trunk-src/apps/ivr' g++ -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -Wall -Wno-reorder -fPIC -g -O2 -I/usr/include/python2.4 -fno-strict-aliasing -Wall -Wno-reorder -fPIC -g -O2 -I/usr/include/python2.4 -fno-strict-aliasing -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -I ../../core -I/usr/include/python2.4 -fno-strict-aliasing -D_DEBUG -D_THREAD_SAFE -D_REENTRANT -DSEMS_VERSION='"1.0.0-pre-r969M"' -DARCH='"i386"' -DOS='"linux"' -DOpenSER -I ../../core -I/usr/include/python2.4 -fno-strict-aliasing -c IvrAudio.cpp -o IvrAudio.o IvrAudio.cpp: In function ‘PyObject* IvrAudioFile_open(IvrAudioFile*, PyObject*)’: IvrAudio.cpp:70: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp: In function ‘PyObject* IvrAudioFile_fpopen(IvrAudioFile*, PyObject*)’: IvrAudio.cpp:111: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp: In function ‘PyObject* IvrAudioFile_setRecordTime(IvrAudioFile*, PyObject*)’: IvrAudio.cpp:202: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp: In function ‘PyObject* IvrAudioFile_exportRaw(IvrAudioFile*, PyObject*)’: IvrAudio.cpp:218: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:218: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp: At global scope: IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:251: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:289: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:289: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:332: warning: deprecated conversion from string constant to ‘char*’ IvrAudio.cpp:332: warning: deprecated conversion from string constant to ‘char*’ finally, i get these from debian dpkg-shlibdeps: dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/session_timer.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/adpcm.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/adpcm.so shouldn't be linked with libpthread.so.0 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/adpcm.so shouldn't be linked with libstdc++.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/gsm.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/gsm.so shouldn't be linked with libpthread.so.0 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/gsm.so shouldn't be linked with libstdc++.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/conference.so shouldn't be linked with libm.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/conference.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/annrecorder.so shouldn't be linked with libm.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/annrecorder.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/stats.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/speex.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/speex.so shouldn't be linked with libpthread.so.0 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/speex.so shouldn't be linked with libstdc++.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ilbc.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ilbc.so shouldn't be linked with libpthread.so.0 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ilbc.so shouldn't be linked with libstdc++.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/sipctrl.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ivr.so shouldn't be linked with libm.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ivr.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/ivr.so shouldn't be linked with libutil.so.1 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/early_announce.so shouldn't be linked with libm.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/wav.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/wav.so shouldn't be linked with libstdc++.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/usr/lib/sems/plug-in/echo.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
