Jean-Marc Lasgouttes schrieb:
Le 24 avr. 09 à 09:31, Stephan Witt a écrit :
I think it's a problem to build a list of entities with unknown size
(class forward declaration) when the internal representation is an array.
So the compiler fails here. (I did no real investigation until now
because I don't know if GCC 3.3.3 should be supported.)
I do not know myself, but I suspect the answer is no...
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 last change here (Rev. 23653) was done by Andre'.
Stephan