As an image speaks more than a thousand words.
After compiling wxwidgets 3.1.1 with the following command:
../configure --enable-debug \
--with-opengl \
--enable-xrc \
--enable-monolithic \
--enable-unicode
I compiled the code :: blocks with the following command:
./bootstrap
./configure --prefix = / opt / codeblocks --with-contrib-plugins = all
Everything followed without errors, but when I try to execute the code :: blocks, what happens in the image happens.
It remains stuck in the startup screen, and begins to consume all ram, until the system hangs.
Any suggestions for solving the problem?

