This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem configuring KDE after gcc 2001521 installation


On May 23, 2001, malte_gell@t-online.de (Malte Gell) wrote:

> For more details about this problem, look at the end of config.log

> config.log says:

> #if ! (QT_VERSION >= 222)
> #error 1
> #endif

> int main() {
> QStringList *t = new QStringList();
> QIconView iv(0);
> iv.setWordWrapIconText(false);
> QString s;
> s.setLatin1("Elvis is alive", 14);
> int magnolia = QEvent::Speech; /* new in 2.2
> beta2 */
> return 0;
> }

So, what happens when you try to compile this program?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]