User forums > Help

Code::Blocks with wxWidgests crashing regularly.

(1/3) > >>

Thunderchook:
Hi all,

I recently installed wxWidgets with Code::Blocks on Ubuntu 16.04 and the whole thing became really unstable.
I decided my machine was due for a rebuild anyway, so I completely wiped my machine and reinstalled a freshly-downloaded copy of Ubuntu 16.04.
I then proceeded to install Code::Blocks and wxWidgets from scratch again.

Since then, whilst using it, it is locking up and crashing a hell of a lot more than it ever has.

Has anyone else experienced this?

Thanks.

oBFusCATed:
Yes, it is a known problem you should disable the symbol browser in the code completion settings. Then the crashes should stop. If they done we'll have to dig further.

Thunderchook:
Thanks.

Just a quick question - what is the preferred way to install wxWidgets?

Do I simply do an apt-get install codeblocks-contrib?

Or must I install the full list on codelite.org:
apt-get install libwxbase3.0-0-unofficial \
                 libwxbase3.0-dev \
                 libwxgtk3.0-0-unofficial \
                 libwxgtk3.0-dev \
                 wx3.0-headers \
                 wx-common \
                 libwxbase3.0-dbg \
                 libwxgtk3.0-dbg \
                 wx3.0-i18n \
                 wx3.0-examples \
                 wx3.0-doc

Or must I install from scratch by compiling and making?

Thanks.

oBFusCATed:
Just install codeblocks and codeblocks-contrib and the package manager should install all the dependencies.

stahta01:

--- Quote from: oBFusCATed on January 07, 2017, 01:08:17 pm ---Just install codeblocks and codeblocks-contrib and the package manager should install all the dependencies.

--- End quote ---

I am thinking it might NOT install libwxgtk3.0-dev; but, oBFusCATed is more likely correct than I am.

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version