Re: branch warnings

2012-10-21 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 09/10/2012 20:49, Lars Gullik Bjønnes a écrit : >> Jürgen Spitzmüller writes: >> >> | Jean-Marc Lasgouttes wrote: > ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: > "BOOST_DISABLE_THREADS" redefined [enabled by default] > In file included

Re: branch warnings

2012-10-20 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > What error message do you get ? The same ? Looks like it: In file included from ./boost/config.hpp:44:0, from libs/regex/src/c_regex_traits.cpp:22: ./boost/config/stdlib/libstdcpp3.hpp:42:0: warning: "BOOST_DISABLE_THREADS" redefined [enabled by def

Re: branch warnings

2012-10-20 Thread Jean-Marc Lasgouttes
What error message do you get ? The same ? "Jürgen Spitzmüller" a écrit : >Jean-Marc Lasgouttes wrote: >> Can you check that the following patch helps? > >Does not seem to help, unfortunately. > >Jürgen > >> JMarc

Re: branch warnings

2012-10-20 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Can you check that the following patch helps? Does not seem to help, unfortunately. Jürgen > JMarc

Re: branch warnings

2012-10-19 Thread Jean-Marc Lasgouttes
Le 09/10/2012 20:49, Lars Gullik Bjønnes a écrit : Jürgen Spitzmüller writes: | Jean-Marc Lasgouttes wrote: ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: "BOOST_DISABLE_THREADS" redefined [enabled by default] In file included from BiblioInfo.cpp:13:0: ../config.h:628:0: note: this

Re: branch warnings

2012-10-19 Thread Jean-Marc Lasgouttes
Le 09/10/2012 16:57, Jürgen Spitzmüller a écrit : Jean-Marc Lasgouttes wrote: ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: "BOOST_DISABLE_THREADS" redefined [enabled by default] In file included from BiblioInfo.cpp:13:0: ../config.h:628:0: note: this is the location of the previous

Re: branch warnings

2012-10-10 Thread Lars Gullik Bjønnes
Jürgen Spitzmüller writes: | Lars Gullik Bjønnes wrote: >> Is branch the only place where you do --without-included-boost? > | I don't specify that explicitly. > | I compile trunk | --with-version-suffix=-svn --enable-maintainer-mode > | and branch with | --enable-build-type=rel > | whatever thes

Re: branch warnings

2012-10-10 Thread Jürgen Spitzmüller
Lars Gullik Bjønnes wrote: > Is branch the only place where you do --without-included-boost? I don't specify that explicitly. I compile trunk --with-version-suffix=-svn --enable-maintainer-mode and branch with --enable-build-type=rel whatever these switches do in details. Jürgen > -- > Lgb >

Re: branch warnings

2012-10-09 Thread Lars Gullik Bjønnes
Jürgen Spitzmüller writes: | Jean-Marc Lasgouttes wrote: >> > ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: >> > "BOOST_DISABLE_THREADS" redefined [enabled by default] >> > In file included from BiblioInfo.cpp:13:0: >> > ../config.h:628:0: note: this is the location of the previous d

Re: branch warnings

2012-10-09 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: > > "BOOST_DISABLE_THREADS" redefined [enabled by default] > > In file included from BiblioInfo.cpp:13:0: > > ../config.h:628:0: note: this is the location of the previous definition > > Is it only on branch

Re: branch warnings

2012-10-09 Thread Jean-Marc Lasgouttes
Le 09/10/12 10:56, Jürgen Spitzmüller a écrit : Can we do something to get rid of the millions of this sort of warning in branch (gcc 4.7.1)? ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: "BOOST_DISABLE_THREADS" redefined [enabled by default] In file included from BiblioInfo.cpp:13:

branch warnings

2012-10-09 Thread Jürgen Spitzmüller
Can we do something to get rid of the millions of this sort of warning in branch (gcc 4.7.1)? ../boost/boost/config/stdlib/libstdcpp3.hpp:42:0: warning: "BOOST_DISABLE_THREADS" redefined [enabled by default] In file included from BiblioInfo.cpp:13:0: ../config.h:628:0: note: this is the location

Re: [PATCH for branch] warnings and const

2010-06-09 Thread Jean-Marc LASGOUTTES
Jürgen Spitzmüller writes: > Jean-Marc LASGOUTTES wrote: >> OK for branch? > > Yes. The 3 patches have been applied. JMarc

Re: [PATCH for branch] warnings and const

2010-06-08 Thread Jürgen Spitzmüller
Jean-Marc LASGOUTTES wrote: > OK for branch? Yes. Jürgen

[PATCH for branch] warnings and const

2010-06-08 Thread Jean-Marc LASGOUTTES
OK for branch? JMarc Index: src/support/lstrings.cpp === --- src/support/lstrings.cpp (révision 34630) +++ src/support/lstrings.cpp (copie de travail) @@ -973,8 +973,8 @@ vector retval; while (s.size() > width) { // find the