From envoy at casual-tempest.net Sat Dec 27 15:22:40 2008 From: envoy at casual-tempest.net (Discussion of the Envoy file-associations library.) Date: Sat, 27 Dec 2008 18:22:40 -0500 Subject: [Envoy] Won't configure Message-ID: <4956B8C0.9060906@frontrowcomputer.com> Greetings to all, and happy holidays! I have an interesting problem. As a newbie to Envoy, I'm not sure what to do. Here is my terminal program response to ./configure. It went on for a couple screens and then displayed: checking for unistd.h... (cached) yes checking for sqlite3_open in -lsqlite3... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XmCreatePushButton in -lXm... no checking for X11... yes checking for XT... yes checking for gtk_init in -lgtk... no checking for GTK... yes configure: error: No GUI library found! See `config.log' for more details. I don't see anything in config.log that explains anything. I have no idea what GUI library is needed or where to find it. (Dumb error message.) I am using Mandriva 2007.1 and everything seems to be installed for GTK, as well as for every other environment. I'm at a loss. Any help anyone can give would be appreciated. Thanks. KitchM From envoy at casual-tempest.net Mon Dec 29 02:22:03 2008 From: envoy at casual-tempest.net (Discussion of the Envoy file-associations library.) Date: Mon, 29 Dec 2008 10:22:03 +0000 (GMT) Subject: [Envoy] Won't configure In-Reply-To: <4956B8C0.9060906@frontrowcomputer.com> References: <4956B8C0.9060906@frontrowcomputer.com> Message-ID: On Sat, 27 Dec 2008, Discussion of the Envoy file-associations library. wrote: > Greetings to all, and happy holidays! Thank you, apologies for the delayed response :P > I have an interesting problem. As a newbie to Envoy, I'm not sure what to > do. Here is my terminal program response to ./configure. It went on for a > couple screens and then displayed: > > checking for unistd.h... (cached) yes > checking for sqlite3_open in -lsqlite3... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for XmCreatePushButton in -lXm... no > checking for X11... yes > checking for XT... yes > checking for gtk_init in -lgtk... no > checking for GTK... yes > configure: error: No GUI library found! > See `config.log' for more details. What version of GTK are you using? > I don't see anything in config.log that explains anything. I have no idea > what GUI library is needed or where to find it. (Dumb error message.) Heh, sorry, and thank you for the feedback. Basically it's checking for either Motif or GTK2, and if it doesn't find either it'll complain as above. I have a newer version of Envoy to release that splits the UI abstraction into a seperate library. The library itself is already on Freshmeat.net as "Convey", and has a somewhat improved configuration system (I hope). > I am using Mandriva 2007.1 and everything seems to be installed for GTK, as > well as for every other environment. I'm at a loss. > > Any help anyone can give would be appreciated. I hope this does help, and thank you for using Envoy! This is my first public project, so apologies in advance for any rough edges :P > Thanks. > > KitchM > >