Solved Codeblocks under FreeBSD issue

Hello,
I just installed Codeblocks on FreeBSD 11.1 for i386 (intel), I can not start it from the icon, or in VT320 mode (terminal).
Here is my output in root mode
Code:
root@dct-soleil:/usr/home/phipo # codeblocks
Starting Code::Blocks Release 16.01  rev 10692 Jan 11 2018, 02:42:52 - wx2.8.12 (FreeBSD, unicode) - 32 bit
Error creating proxy: The connection is closed (g-io-error-quark, 18)
Initialize EditColourSet .....
Initialize EditColourSet: done.
Abort (core dumped)
root@dct-soleil:/usr/home/phipo #
and in user mode:
Code:
$ codeblocks
Starting Code::Blocks Release 16.01  rev 10692 Jan 11 2018, 02:42:52 - wx2.8.12 (FreeBSD, unicode) - 32 bit
Initialize EditColourSet .....
Initialize EditColourSet: done.
Abort trap (core dumped)
$

I do not understand what's happening!
Regards
Philippe
 
It's a know bug for CodeBlocks 16. I have just updated the port with the last version 17.12.
As said by talsamon, update it with pkg or build it.

I will prepare an update for codeblocks-devel in next weeks.

Regards.
 
Back
Top