News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

codeblocks-8.02 - make fails

Started by blooby, March 27, 2010, 04:37:32 PM

Previous topic - Next topic

blooby

hey,

i try to make cb 8.02 with a unofficially addon (qt) on ubuntu
bootstrap and configure perform well but make fails:

QuoteC -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?

stahta01

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]