Jean-Marc Lasgouttes schrieb:
Stephan Witt <stephan.w...@brainforce.com> writes:
So I see the "solution" to declare GCC 3.3.X as unsupported. Then I
will fail to provide LyX 1.6.X for the SLES9 platform. (And we should
mention itin README.)
The other option may be to change the code and avoid the
QList<MenuDefinition>submenu_ construct. I cannot understand why it is
a list anyway. The submenuname_ member is no list.
The comment says it all
/// contains 0 or 1 item.
QList<MenuDefinition> submenu_;
especially if you look at André's corresponding log:
pegase: svn log -c 23653
------------------------------------------------------------------------
r23653 | poenitz | 2008-03-10 23:23:16 +0100 (lun 10 mar 2008) | 2 lines
less pointers...
So it is just a QTrick to avoid a pointer. André, any chance we could
get another trick that does not require to upgrade gcc?
May I ask for an answer to the question? I'm interested in building LyX
with GCC 3.3.X and it is officially supported. I know that I should provide
a solution myself, but I cannot do it. If it comes to things like templates
my C++ knowledge is not uptodate enough. (I indeed tried to solve it myself,
but failed.)
Stephan
-------------------------------------------------------------------------------