|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [Plug] GTK for Python
|
Make sure you have recent versions of glib, gdk, and imlib in addition to gtk.
The unresolved symbol could be caused by a prototype mismatch, or by the
function not being there in the first place.
(If I remember correctly) The undefined symbol message is caused by
libgdk_imlib.so.1 trying to use the gtk_display() function, but the
dynamic linker couldn't find it anywhere. Version skew (as suggested) is
most likely the issue.
k
------------------------------------------------------------------------------
Timesharing, n: An access method whereby one computer abuses many people.
-- Rendus (from http://slashdot.org)
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
On Sun, 15 Aug 1999, Morgan Wajda-Levie wrote:
> On Sun, Aug 15, 1999 at 06:11:34PM +0000, Martin DiViaio wrote:
> >
> > Are you using the right version of GTK? The 1.1.* versions are not
> > compatable with 1.0.*. I'm not sure about the 1.2.* versions but a
> > little research at gtk.org should turn up an answer.
> >
>
> I'm using the latest version of PyGTK, which claims it needs
> gtk+-1.2.1 or greater. I'm using the latest version of gtk 1.2,
> though I don't remember which one that is. :)
>
> --
> Morgan Wajda-Levie
> http://www.worldaxes.com/wajdalev
> PGP fingerprint:
> A353 C750 660E D8B6 5616 F4D8 7771 DD21 7BF6 221C
> http://www.worldaxes.com/wajdalev/public.asc for PGP key
>
> _______________________________________________
> Plug maillist - Plug@lists.nothinbut.net
> http://lists.nothinbut.net/mail/listinfo/plug
>
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|