Compiling for gtk3

Koop Mast kwm at rainbow-runner.nl
Sat Sep 3 08:25:16 UTC 2011


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 at 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.
>



More information about the freebsd-ports mailing list