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