- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Mon, 13 Feb 2006 12:37:05 +0100
- To: Rod Butcher <rbutcher@hyenainternet.com>
- Cc: www-amaya-dev@w3.org
On Sunday 12 February 2006 05:08, Rod Butcher wrote: > Greetings from sunny Sydney Australia. I'm building Amaya on Linux with > Gcc compiler 4.02. I get errors of the following type :- > error: ISO C++ forbids declaration of 'AmayaSubPanelManager' with no type > I tried changing the compile options to -w in the Options file but no > luck. Do I need to downgrade my compiler or is there a compiler option > to turn off ISO compatibility errors ? > thanks > Rod We never tested Gcc compiler 4.02. Could you check if the following patch solves the problem? Amaya/thotlib/internal/h/'AmayaSubPanelManager.h (line 11) + WX_DECLARE_LIST(AmayaSubPanel, SubPanelList); #include "AmayaSubPanel.h" - WX_DECLARE_LIST(AmayaSubPanel, SubPanelList); Irène. ----- Irène Vatton INRIA Rhône-Alpes INRIA ZIRST e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe Tel.: +33 4 76 61 53 61 Montbonnot Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Monday, 13 February 2006 11:38:40 UTC