Mailinglist Archive: opensuse (1085 mails)
| < Previous | Next > |
Re: [opensuse] In search of rpm supplying "gdk_display"
- From: C <smaug42@xxxxxxxxxxxx>
- Date: Mon, 2 Jan 2012 15:00:50 +0100
- Message-id: <CAOVv=gM5yh34uGHm31nCMzE3-T1Uy85_NeS-5Tb4=uAcZQ5-gw@mail.gmail.com>
On Mon, Jan 2, 2012 at 14:25, Julien Michielsen
<julien@xxxxxxxxxxxxxxxxxx> wrote:
http://mail.gnome.org/archives/gnome-announce-list/2010-September/msg00014.html
* GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
gdk_threads_mutex and gdk_display are no longer available
So.... do you only have the binary? or do you also have the source?
You "might' be able to compile it locally by enabling deprecated
symbols... (just thinking of possible solutions... no idea if this
will work or not)
Or.. roll back GTK to 2.90.6 (you shouldn't need to go all the way
back to gtk 1.2... especially considering that the app worked in
openSUSE 11.4)
C.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
<julien@xxxxxxxxxxxxxxxxxx> wrote:
On 12/31/11 07:51, David Haller wrote:
On Fri, 30 Dec 2011, Julien Michielsen wrote:Thanks for your help. Much of the stuff related to gtk is installed
I do have a bridge program (gib) which I used for quite a few years,
and which worked well under 11.4. However, I tried to install it
under 12.1, but I can't get it to work. Giving the command gib results
in
./gib: undefined symbol: gdk_display
Anyone a suggestion how to solve this problem, where to find
the reference to gdk_display ?
You probably need gtk2 or even gtk1 for that, i.e. install
libgtk-2_0-0 or even gtk-1.2 (though I can't find that ATM).
HTH,
-dnh
allready (libgtk-2 and libgtk-3, everything suse found with gtk in
the search box), but I still get the symbol lookup error:
("./gib: undefined symbol: gdk_display") I try to find an installable
gtk-1.2.0, but this needs lots of old libraries:
glib is needed by gtk-1.2.10-1084.3.x86_64
gtk-lang = 1.2.10 is needed by gtk-1.2.10-1084.3.x86_64
libglib-1.2.so.0()(64bit) is needed by gtk-1.2.10-1084.3.x86_64
libgmodule-1.2.so.0()(64bit) is needed by gtk-1.2.10-1084.3.x86_64
Quite hard to install old libs, but then again: I really want to get this
program (gib) installed. Anyone a hint?
http://mail.gnome.org/archives/gnome-announce-list/2010-September/msg00014.html
* GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
gdk_threads_mutex and gdk_display are no longer available
So.... do you only have the binary? or do you also have the source?
You "might' be able to compile it locally by enabling deprecated
symbols... (just thinking of possible solutions... no idea if this
will work or not)
Or.. roll back GTK to 2.90.6 (you shouldn't need to go all the way
back to gtk 1.2... especially considering that the app worked in
openSUSE 11.4)
C.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
| < Previous | Next > |