Code::Blocks Forums

User forums => Help => Topic started by: witcher on June 08, 2007, 09:59:21 pm

Title: truble with FreeBSD 6.2
Post by: witcher on June 08, 2007, 09:59:21 pm
Because I could not create new user account at berlios.de thats why I write here.

When I tries to create new console aplication under FreeBSD 6.2
The code blocks fails with such error message writed to console

(codeblocks:20688): 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 (core dumped)
Title: Re: truble with FreeBSD 6.2
Post by: Trigve on June 13, 2007, 09:41:15 am
Hi,

What version are u using?

Trigve
Title: Re: truble with FreeBSD 6.2
Post by: Turrican on July 16, 2007, 12:53:04 am
Almost the same error messages for me, so I don't post em twice. I compiled codeblocks-1.0r2_2 from the FreeBSD ports. It's build with wxGTX-2.6.3 (don't know why it doesn't used 2.8 ) - do you think this might be a problem?
Title: Re: truble with FreeBSD 6.2
Post by: raph on July 16, 2007, 07:38:54 am
It's build with wxGTX-2.6.3 (don't know why it doesn't used 2.8 )
Because this version of codeblocks is two years old :lol:. Please use a current nightly build.
Title: Re: truble with FreeBSD 6.2
Post by: Ceniza on July 16, 2007, 07:45:25 am
RC2? I DO think that's the problem. Please try with a recent SVN version.

raph: we aren't providing nightlies for FreeBSD :wink:
Title: Re: truble with FreeBSD 6.2
Post by: raph on July 16, 2007, 07:53:49 am
raph: we aren't providing nightlies for FreeBSD :wink:
Oh man I'm used to this phrase :)
Title: Re: truble with FreeBSD 6.2
Post by: afb on July 16, 2007, 10:02:34 am
There is now (http://forums.codeblocks.org/index.php/topic,6147.0.html) a -devel port, so you can build your own nightlies...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/113608

Even though there are no nightlies now for Mac OS X or FreeBSD,
we could do "monthlies" for FreeBSD like is being done for Mac.
Would something like "PBI" work OK for that ? http://pbidir.com/
Ideally it would have all batteries (like e.g. wxWidgets) included.
Title: Re: truble with FreeBSD 6.2
Post by: Biplab on July 16, 2007, 10:08:55 am
I wanted to compile C::B on PC-BSD-1.3. But I couldn't find wxGTK package.

So my question, from where one can get BSD ports for PC-BSD?? :)
Title: Re: truble with FreeBSD 6.2
Post by: Turrican on July 16, 2007, 12:15:39 pm
Oh, that's pretty old in deed. I'll try out the SVN devel this day.

thanks so far
Title: Re: truble with FreeBSD 6.2
Post by: Turrican on July 16, 2007, 02:09:22 pm
Honestly, the devel port is very broken, just to warn you. Thanks anyway.