Hello all,

I have just trawled through the 700+ messages on the devel list 
posted since I last looked in this direction. It seems that there 
have been some impassioned discussions as well as the more standard 
fare. It all makes intersting reading ;-)

More prosaically, I have just tried to compile LyX 1.3.x cvs on an 
Alpha machine running Debian unstable

$ gcc --version
gcc (GCC) 3.3.1 20030626 (Debian prerelease)

I find many warning messages like

../../../../../boost/libs/regex/src/cpp_regex_traits.cpp:358:   
instantiated from here
/usr/include/c++/3.3/bits/stl_map.h:319: warning: inlining failed in 
call to `
   std::pair<const std::string, std::string>::~pair()'
/usr/include/c++/3.3/bits/stl_map.h:319: warning: called from here

Can I ask why config/lyxinclude.m4 explicitly requests a warning 
message in this case?

    if test $lyx_devel_version = yes ; then
      case $gxx_version in
          2.95.*) ;;
          2.96*) ;;
          *) CXXFLAGS="$CXXFLAGS -Winline";;
      esac

-- 
Angus

Reply via email to