On Wed, 17 Nov 2004 03:52:31 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> 
wrote:

NB> On Wed, 17 Nov 2004 00:23:23 +0100 (Romance Standard Time) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:
NB> 
NB> VZ>  Anyhow, I don't have gcc 3.4.2 and don't have a machine to install it 
on
NB> VZ> (my brand new linux notebook is being repaired for 3 weeks already :-() 
so
NB> VZ> I can't fix it myself. Please try to change the code to use named 
variables
NB> VZ> instead of temporaries, i.e.
NB> VZ> 
NB> VZ>         AddressList_obj addrList1(adr1),
NB> VZ>                         addrList2(adr2);
NB> VZ>         return adr1 == adr2;
NB> 
NB> It works. Shouldn't it be return addrList1 == addrList2?

 Oops, it should, of course. Does it still work with it?

NB> VZ>  This makes even less sense to me... where does it see an #include of
NB> VZ> anything at line 351 of Message.cpp??
NB> 
NB> I included it, as it was needed ;-)
NB> 
NB> OK, so now Message.cpp compiles, the next error is:
NB> 
NB> In file included from .src/util/upgrade.cpp:79:
NB> /usr/local/wxWindows.25/include/wx-2.5/wx/wizard.h:50: error: expected 
class-name before '{' token

 I think I've fixed this.

 Thanks,
VZ



-------------------------------------------------------
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

Reply via email to