Date: Tue, 25 May 2010 20:02:25 -0500 From: ajtiM <lumiwa@gmail.com> To: Koop Mast <kwm@rainbow-runner.nl> Cc: freebsd-ports@freebsd.org Subject: Re: gtk, gimp Message-ID: <201005252002.25550.lumiwa@gmail.com> In-Reply-To: <201005240617.44547.lumiwa@gmail.com> References: <201005231914.21455.lumiwa@gmail.com> <1274689439.85667.9.camel@headache.rainbow-runner.nl> <201005240617.44547.lumiwa@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 24 May 2010 06:17:44 ajtiM wrote: > On Monday 24 May 2010 03:23:59 Koop Mast wrote: > > On Sun, 2010-05-23 at 19:14 -0500, ajtiM wrote: > > > Hi! > > > > > > After all of updtaes I have a little problem with GIMP: > > > on the image window doesn't show anymore pointer coordinates, units and > > > zoom. It show just Background... > > > I have FreeBSD 8.0 p2, KDE 4.4.3. > > > If I start GIMP from Konsole I got: > > > gimp > > > ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: > > > /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol > > > "avcodec_decode_video2" > > > > > > :1: error: unexpected character `\1', expected keyword - e.g. `style' > > > > avcodec_* looks like a ffmpeg symbol. Since gegl depends on ffmpeg, did > > you recently upgrade the ffmpeg port? please rebuild the gegl port and > > try again. The problem should go away. > > > > -Koop > > > > > (gimp:70750): Gtk-CRITICAL **: gtk_container_remove: assertion > > > `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET > > > (container)' failed > > > > > > (gimp:70750): Gtk-WARNING **: Attempting to add a widget with type > > > GtkHBox to a GtkFrame, but as a GtkBin subclass a GtkFrame can only > > > contain one widget at a time; it already contains a widget of type > > > GtkHBox > > > > > > (gimp:70750): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent > > > == NULL' failed > > > > > > Thanks in advance. > > I did rebuilt a gegl and I have still: > > gimp > ** Message: Module '/usr/local/lib/gegl-0.1/ff-load.so' load error: > /usr/local/lib/gegl-0.1/ff-load.so: Undefined symbol > "avcodec_decode_video2" > > :1: error: unexpected character `\1', expected keyword - e.g. `style' > > (gimp:13104): Gtk-CRITICAL **: gtk_container_remove: assertion > `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' > failed > > (gimp:13104): Gtk-WARNING **: Attempting to add a widget with type GtkHBox > to a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one > widget at a time; it already contains a widget of type GtkHBox > > (gimp:13104): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == > NULL' failed > I rebuilt gegl again and without ffmpeg and without video4Linux and I have a problem with widget still: gimp :1: error: unexpected character `\1', expected keyword - e.g. `style' (gimp:15380): Gtk-CRITICAL **: gtk_container_remove: assertion `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed (gimp:15380): Gtk-WARNING **: Attempting to add a widget with type GtkHBox to a GtkFrame, but as a GtkBin subclass a GtkFrame can only contain one widget at a time; it already contains a widget of type GtkHBox (gimp:15380): Gtk-CRITICAL **: gtk_box_pack: assertion `child->parent == NULL' failed Is this mean that is a problem with GTK? Thanks. Mitja -------- http://starikarp.redbubble.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005252002.25550.lumiwa>