Stefan Sayer writes: > > so it would be nice to get rid of double -D__STDC_LIMIT_MACROS as well. > that should be the case in 989. > > rare is I don't see these warnings even with gcc 4.2.3.
ok, now with trunk 989 also -D__STDC_LIMIT_MACROS are gone. i don't know what ubuntu folks have done to their compiler: [EMAIL PROTECTED]:$ g++ -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) anyway, now backport to 1.0.0 could be done. there is one thing more though and that relates to 1.0.0 EXTRAVERSION in Makefiles.defs: #version number VERSION = 1 PATCHLEVEL = 0 SUBLEVEL = 0 EXTRAVERSION ?= -pre-$(SVN_REV) could -pre be removed, since it does not sound right for a released version? -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
