[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [developers] Mihrab: a prayer times program with a unique graphical presentation



On Thu, May 19, 2011 at 1:59 PM, Abdelmonam Kouka <abdelmonam dot kouka at gmail dot com> wrote:

I compile it and then I tried to launch it and this is what I get:
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
aborting...
Aborted

This message means that you are linking to some GTK2 libraries and some other GTK3 libraries in the same application. This should not happen when using my Makefile (at least on Debian).

Are you using the default branch or the gtk-3 branch? (a fresh hg clone checks out the default branch)
Did you compile manually or using the bundled Makefile?
What distribution are you using? Which version/release?