Hi,
I have som problem with codeblocks on freebsd...When I want to create new project or open old one, the codeblocks crash with this output
When creating new project, cb crash when i Hit save button od project creation dialog...project is saved but cb crash
When opening existing project, cb crash immediately...
** (codeblocks:61476): CRITICAL **: clearlooks_style_draw_focus: assertion `height >= -1' failed
(codeblocks:61476): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed
Gtk-ERROR **: file gtkcontainer.c: line 2447 (gtk_container_propagate_expose): assertion failed: (child->parent == GTK_WIDGET (container))
aborting...
Abort trap: 6
I'm using freebsd 6.1, cb 1.0rc2.
anyone know where the problem is?
thanks
Trigve
Look at the nightly builds. They're much more stable than the old RC2.
http://forums.next.codeblocks.org/index.php?board=20.0
Nightly builds
Hi,
Thanks for reply...but nightly builds are made only for windows platform...so maybe I can check-out svn repository..
thanks
Trigve
Quote from: Trigve on December 04, 2006, 10:40:40 AM
Thanks for reply...but nightly builds are made only for windows platform...
Actually the nightlies are made for a few other platforms too, but not FreeBSD.
Check out Code::Blocks wiki: Installing_Code::Blocks_from_source_on_FreeBSD (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_FreeBSD)
Thanks,
I've compiled it from svn and it works a lot of better than RC2.
Trigve
Hi,
So I've installed codeblocks from svn, but another problem popup...after installing codeblocks my gnome is very slow...when I'm logging in, it takes 1.5 min to log in that I can use gnome, and when I want open the second tab in gnome-terminal it takes 10-20 s to open it..
When it first happens I was hoping that some gnome components was out-of-date...and after updating all the system, everything was working fine...and today I have checkout svn, compiled and installed...and it come once again so I'm near sure that problem is somewhere in codeblocks and/or wxwidgets... or I don't know:)
Anyway...that abort trap:6 is thrown when I install codecompletion plugin...
thanks
Trigve