chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] non-finalized object in SWIG


From: Daishi Kato
Subject: Re: [Chicken-users] non-finalized object in SWIG
Date: Thu, 22 Jun 2006 18:03:23 +0900
User-agent: Wanderlust/2.15.2 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

At Thu, 22 Jun 2006 08:01:34 +0200,
felix winkelmann wrote:
> 
> 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'm using:
gcc version 4.1.2 20060608 (prerelease) (Debian 4.1.1-3)

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

Hm, that char handling will be an issue,
which I'm ignoring for now until the other part works.

Daishi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]