Code::Blocks Forums

User forums => Help => Topic started by: blooby on March 27, 2010, 04:37:32 pm

Title: codeblocks-8.02 - make fails
Post 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:

Quote
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?
Title: Re: codeblocks-8.02 - make fails
Post by: stahta01 on March 28, 2010, 05:20:29 am
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.