Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Sep 2011 10:25:06 +0200
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        "Conrad J. Sabatier" <conrads@cox.net>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: Compiling for gtk3
Message-ID:  <4E61E462.6020909@rainbow-runner.nl>
In-Reply-To: <20110903012839.7f244a62@cox.net>
References:  <20110903012839.7f244a62@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3-9-2011 8:28, Conrad J. Sabatier wrote:
> I've been trying to compile pan2 from the master git repository, and am
> having problems getting a build that will actually run using the
> --with-gtk3 configure switch.
>
> The compilation goes OK, but execution fails with...
>
> [conrads@serene ~/build/pan2]$ pan/gui/pan
>
> Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in
> the same process is not supported aborting...
> Abort trap: 6 (core dumped)
You will need to disable gtkspell. You can't mix GTK+ 2 and GTK+ 3 
widgets in the same application.
Since gtkspell is a GTK+ 2 library and pan is a GTK+ 3 apps.

-Koop

> What's the key to getting an app to work with gtk3?  Obviously, I'm
> missing something here.
>
> Thanks.
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E61E462.6020909>