On Wed, 17 Nov 2004 00:23:23 +0100 (Romance Standard Time) Vadim Zeitlin
<[EMAIL PROTECTED]> wrote:
VZ> Anyhow, I don't have gcc 3.4.2 and don't have a machine to install it on
VZ> (my brand new linux notebook is being repaired for 3 weeks already :-() so
VZ> I can't fix it myself. Please try to change the code to use named variables
VZ> instead of temporaries, i.e.
VZ>
VZ> AddressList_obj addrList1(adr1),
VZ> addrList2(adr2);
VZ> return adr1 == adr2;
It works. Shouldn't it be return addrList1 == addrList2?
VZ> This makes even less sense to me... where does it see an #include of
VZ> anything at line 351 of Message.cpp??
I included it, as it was needed ;-)
OK, so now Message.cpp compiles, the next error is:
In file included from .src/util/upgrade.cpp:79:
/usr/local/wxWindows.25/include/wx-2.5/wx/wizard.h:50: error: expected
class-name before '{' token
/usr/local/wxWindows.25/include/wx-2.5/wx/wizard.h:50: warning: `class
wxWizardPage' has virtual functions but non-virtual destructor
/usr/local/wxWindows.25/include/wx-2.5/wx/wizard.h:113: warning: `class
wxWizardPageSimple' has virtual functions but non-virtual destructor
.src/util/upgrade.cpp:345: warning: `class InstallWizardPage' has virtual
functions but non-virtual destructor
.src/util/upgrade.cpp:388: warning: `class InstallWizardWelcomePage' has
virtual functions but non-virtual destructor
...
Regards,
Nerijus
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers