Compiling for gtk3

2011-09-03 Thread Conrad J. Sabatier
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)

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

Thanks.

-- 
Conrad J. Sabatier
conr...@cox.net
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Compiling for gtk3

2011-09-03 Thread Koop Mast

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.



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org