[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: GTK PCB crashes with losing the data



> > I can't help you with your bug.  However, I think you might help the
> > developers a little bit by offering these pieces of info:
> > 
> > GTK version
> > glib version
> 
> clock@kestrel:~$ pkg-config --version gtk
> 0.20
> clock@kestrel:~$ pkg-config --version glib
> 0.20

Ummm, that reports the version of pkg-config.  Do this instead:

pkg-config --modversion gtk
pkg-config --modversion glib

Stuart