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
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
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
Jean-Marc Lasgouttes wrote:
> Can you check that the following patch helps?
Does not seem to help, unfortunately.
Jürgen
> JMarc
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
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
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
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
>
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
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
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:
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
Jürgen Spitzmüller writes:
> Jean-Marc LASGOUTTES wrote:
>> OK for branch?
>
> Yes.
The 3 patches have been applied.
JMarc
Jean-Marc LASGOUTTES wrote:
> OK for branch?
Yes.
Jürgen
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
15 matches
Mail list logo