[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] non-finalized object in SWIG
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] non-finalized object in SWIG |
Date: |
Thu, 22 Jun 2006 08:01:34 +0200 |
On 6/22/06, John Lenz <address@hidden> wrote:
I get a whole bunch of errors of the form
wxchicken_wrap.cxx:1413: error: default argument for parameter of type
'const wxString&' has type 'const char [1]'
wxchicken_wrap.cxx:1414: error: default argument for parameter of type
'const wxString&' has type 'const char [1]'
wxchicken_wrap.cxx:1435: error: default argument for parameter of type
'const wxString&' has type 'const char [6]'
wxchicken_wrap.cxx:1441: error: default argument for 'const wxString&
name' has type 'const char [7]'
I am using gcc 4.0.3. maybe that is the problem?
I get the same on my mac (not on linux), and I think this has to do
with wxWidgets idea of unicode string literals, but I'm not sure.
On my linunx box (wxwidgets 2.6.2) I don't get any errors. Very weird...
cheers,
felix
- [Chicken-users] non-finalized object in SWIG, Daishi Kato, 2006/06/06
- Re: [Chicken-users] non-finalized object in SWIG, John Lenz, 2006/06/06
- Re: [Chicken-users] non-finalized object in SWIG, Daishi Kato, 2006/06/06
- about DISOWN (Re: [Chicken-users] non-finalized object in SWIG, Daishi Kato, 2006/06/26
- Re: about DISOWN (Re: [Chicken-users] non-finalized object in SWIG, John Lenz, 2006/06/30
- Re: about DISOWN (Re: [Chicken-users] non-finalized object in SWIG, Daishi Kato, 2006/06/30
- Re: about DISOWN (Re: [Chicken-users] non-finalized object in SWIG, John Lenz, 2006/06/30