kdevelop-2.2.2 and gcc-3.0.3
Gregor Riepl
seto-kun at freesurf.ch
Mon Jan 28 21:51:14 GMT 2002
One kdevelop package Makefile needs a tiny adjustment:
To successfully compile with gcc-3.0.3, the option -ftemplate-depth-100 is
needed for the file caddnewtranslationdlg.cpp, so someone should include that
in kdevelop/Makefile.in if it's not already done.
This is caused by that funny lang_list << "af" << "ar" << "bg" << "bo" << ...
statement which creates a new instance of QValueList<QString> with every
operator<< call.
Quite nasty, but gcc3 is sooo pedantic with ANSI (or was it ISO?)
compliance...
Gregor
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list