Mailinglist Archive: opensuse (4398 mails)
| < Previous | Next > |
Re: [opensuse] Qt4 - opensuse 10.0 beta4 compile errors
- From: meister@xxxxxxxxxx
- Date: Thu, 8 Sep 2005 17:43:03 +0200
- Message-id: <200509081743.03456.meister@xxxxxxxxxx>
Am Donnerstag, 8. September 2005 17:16 schrieb Tom Bruno
<tom@xxxxxxxxxx>:
> 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.
-- mdc
<tom@xxxxxxxxxx>:
> 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.
-- mdc
| < Previous | Next > |