Author Topic: truble with FreeBSD 6.2  (Read 6521 times)

Offline witcher

  • Single posting newcomer
  • *
  • Posts: 8
truble with FreeBSD 6.2
« 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)

Offline Trigve

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: truble with FreeBSD 6.2
« Reply #1 on: June 13, 2007, 09:41:15 am »
Hi,

What version are u using?

Trigve

Turrican

  • Guest
Re: truble with FreeBSD 6.2
« Reply #2 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?

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: truble with FreeBSD 6.2
« Reply #3 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.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: truble with FreeBSD 6.2
« Reply #4 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:

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: truble with FreeBSD 6.2
« Reply #5 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 :)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: truble with FreeBSD 6.2
« Reply #6 on: July 16, 2007, 10:02:34 am »
There is now 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: truble with FreeBSD 6.2
« Reply #7 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?? :)
Be a part of the solution, not a part of the problem.

Turrican

  • Guest
Re: truble with FreeBSD 6.2
« Reply #8 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

Turrican

  • Guest
Re: truble with FreeBSD 6.2
« Reply #9 on: July 16, 2007, 02:09:22 pm »
Honestly, the devel port is very broken, just to warn you. Thanks anyway.