Code::Blocks Forums
User forums => Help => Topic started by: blooby on March 27, 2010, 04:37:32 pm
-
hey,
i try to make cb 8.02 with a unofficially addon (qt) on ubuntu
bootstrap and configure perform well but make fails:
C -DPIC -fexceptions -MT sc_io.lo -MD -MP -MF .deps/sc_io.Tpo -c sc_io.cpp -fPIC -DPIC -o .libs/sc_io.o
sc_io.cpp: In function ‘wxString ScriptBindings::IOLib::ChooseFile(const wxString&, const wxString&, const wxString&)’:
sc_io.cpp:158: error: ‘wxOPEN’ was not declared in this scope
how can I solve this problem?
-
This is an wxWidgets version caused error; what version of wxWidgets are you using?
Are you using an wxWidgets 2.6 compatible option?
Tim S.