[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Wxruby-dev] MinGW/MSYS build environment - error
From: |
Kevin Smith |
Subject: |
Re: [Wxruby-dev] MinGW/MSYS build environment - error |
Date: |
09 Jul 2003 20:12:37 -0700 |
On Wed, 2003-07-09 at 03:09, Gour wrote:
> Here is the diff for compiling with MinGW/MSYS:
Thanks! I've checked it in.
> menuitem.cpp: In static member function `static VALUE
> WxMenuItem::GetName(int,
> VALUE*, long unsigned int)':
> menuitem.cpp:241: request for member `GetName' is ambiguous
Looking at the docs, MenuItem.GetName is an obsolete method. So I
removed it from menuitem.t. (Also checked in).
I hope everyone continues sending these reports...let's get this thing
working as many places as possible.
Kevin