[EMAIL PROTECTED] wrote:

Am Donnerstag, 8. September 2005 17:16 schrieb Tom Bruno <[EMAIL PROTECTED]>:
Adrian Schroeter wrote:
Q3Support is there because i use Q3Table,  if you were to want to
using a qt3 sting, it would be Q3String. If such a thing exists.

Hi Tom,

as the assistant says, there is no such thing "Q3String", but there is a "Q3CString".

in qstring.h:
inline std::string toStdString() const;

Maybe you have to declare the Namespace? Or try to decrease the optimisation level (omit -O2). But I thing this is a topic that's better dicussed on a trolltech qt mailing list. I think is's related to gcc 4.0.2 and qt4 and not to SL 10.

I have tested qt4 building with gcc 4.0.0, 4.0.1, 4.0.2 and qt4 on other distributions. Building works fine. I do believe that possibly qt4 is being built without std support. This cannot be related to qt3support, because all the others builds have qt3support enabled aswell. I use both qsting from qt4, and q3support just fine together at the same time.


-- mdc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to