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 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 mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
