installation - Trying to run Code::Blocks on Ubuntu with wxWidgets -


i've installed cb (code::blocks) 10,05 , installed wxwidgets repos. trying compile , run blank form. not seem work. error:

/usr/include/wx-2.8/wx/cursor.h error: ‘wxisbusy’ not declared in scope

what i've tried far:

  1. installed libwxbase 2.8 lib , dev files
  2. restarted cb
  3. installed codeblocks-contrib

i've tried solutions forums nothing seems work. error mentioned above.

can please direct me towards fix?

thanks!

after trying many forums (on different sites), did 1 desperate install. went on software center , searched wxsmith. checked not installed.

i believe trick in package: "dummy transitional package wxsmith development files" (libwxsmithlib0-dev). along package got installed.

so, did not reinstall one(s) mentioned above in answer. restarted cb , compiled , run breeze!


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -