At Thu, 22 Jun 2006 08:01:34 +0200, felix winkelmann wrote: > > On 6/22/06, John Lenz <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
