Re[2]: gcc 3.4

Nerijus Baliunas <[email protected]>
Newsgroups gmane.mail.mahogany.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.