reprocessor.cpp
2>.\parser\rpp\preprocessor.cpp(48) : error C2039: “toStdString”: is
not a member of 'QString'
2>        d:\qt\4.7.4\include\qtcore\../../src/corelib/tools/
qstring.h(101) : see declaration of 'QString'
2>.\parser\rpp\preprocessor.cpp(56) : error C2039: “fromStdString”: is
not a member of 'QString'
2>        d:\qt\4.7.4\include\qtcore\../../src/corelib/tools/
qstring.h(101) : see declaration of 'QString'
2>.\parser\rpp\preprocessor.cpp(56) : error C2228:left of
“.append”must have class/struct/union
2>.\parser\rpp\preprocessor.cpp(56) : error C2039: “fromStdString”: is
not a member of 'QString'
2>        d:\qt\4.7.4\include\qtcore\../../src/corelib/tools/
qstring.h(101) : see declaration of 'QString'
2>.\parser\rpp\preprocessor.cpp(56) : error C3861: “fromStdString”:
identifier not found
2>.\parser\rpp\preprocessor.cpp(56) : error C3861: “fromStdString”:
identifier not found


environment:

Visual Studio Express 2008,
CMake,
Git,
python2.7
Qt 4.7.4

declaration of 'QString':

class Q_CORE_EXPORT QString
{
...
#ifndef QT_NO_STL
   static inline QString fromStdString(const std::string &s);
   inline std::string toStdString() const;
...
}
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to