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: John Lenz
Subject: Re: [Chicken-users] non-finalized object in SWIG
Date: Thu, 22 Jun 2006 00:52:04 -0500
User-agent: Thunderbird 1.5.0.4 (X11/20060615)

Daishi Kato wrote:
> Hi, here is the steps.
> 
> Surely, you need chicken and swig.
> (I use chicken-2.3 and swig-1.3.29.)
> Also, wxWidgets is required. deb: libwxgtk2.6-dev
> (Mine is wxWidgets-2.6.2.)
> 
> Get the project:
> % svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/wxchicken
> (you can login as "anonymous")
> 
> Compile it:
> % cd wxchicken; chicken-setup wxchicken.setup
> 

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?

John




reply via email to

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