Re: Building with wx2.9 on Mac

From: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Building with wx2.9 on Mac
Date: 2011-02-24 03:09:49
Message-ID: AANLkTim_400Rk3BTq5_KDv8ZrvXBkO9NMghiPkOZSZth@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The fact that GCC produces an error that's just as bad as I thought it
would be when I called bat.eat() as in the sample code in the
wikipedia article makes me more confident that I'm right:

-*- mode: compilation; default-directory: "/home/peter/cpp_tests/" -*-
Compilation started at Thu Feb 24 03:07:35

c++ diamond.cpp
diamond.cpp: In function ‘int main()’:
diamond.cpp:26:7: error: request for member ‘eat’ is ambiguous
diamond.cpp:4:16: error: candidates are: virtual void Animal::eat()
diamond.cpp:4:16: error: virtual void Animal::eat()

Compilation exited abnormally with code 1 at Thu Feb 24 03:07:36

--
Regards,
Peter Geoghegan

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil S 2011-02-24 03:11:44 Re: pgAdmin III: adjust code as per new EDB AS90 functions/procedures semantics
Previous Message Peter Geoghegan 2011-02-24 02:56:16 Re: Building with wx2.9 on Mac