On quinta-feira, 6 de setembro de 2012 12.05.46, Sylvain Pointeau wrote:
> > In file included from
> > /Users/sylvain/development/lib/qt-5.0/qtwebkit/Source/WebCore/platform/Tim
> > er.cpp:27: In file included from
> > /Users/sylvain/development/lib/qt-5.0/qtwebkit/Source/WebCore/config.h:30:
> > In file included from
> > /Users/sylvain/development/lib/qt-5.0/qtwebkit/Source/WTF/wtf/Platform.h:1
> > 165: In file included from
> > /Users/sylvain/development/lib/qt-5.0/qtbase/include/QtCore/qglobal.h:1:
> > In file included from
> > /Users/sylvain/development/lib/qt-5.0/qtbase/include/QtCore/../../src/core
> > lib/global/qglobal.h:77: /usr/bin/../lib/c++/v1/algorithm:4461:28: error:
> > no matching function for call
> >
> >       to 'move'
> >
> >             value_type __t(_VSTD::move(*__pp));
>
> any idea on this error?

Look at the include sequence: it's <algorithm>, included from <qglobal.h>

The error is in libstdc++. Nothing we can do.
--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to