Re: ogle-gui cant find libglade
Martin Norbäck <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
ons 2003-09-03 klockan 17.30 skrev Roger Andreassen: > The 'glade' dependency drives me up the wall, hope I don't look like an > ignorant but I can't recall any other program on my system which use glade. > Does anyone have a pointer please? libglade-config is needed if you want to compile with gtk version 1. You probably don't have it installed. You can compile using gtk version 2 by passing --enable-gtk2 to ./configure. Then it will also use libglade version 2.0, which you probably will have installed. I will make gtk2 the default in future versions. Regards, Martin