Re: [gtkmm] Possible to use libglademm -without- a GNOME installa tion??
- From: Billy O'Connor <billyoc gnuyork org>
- To: Amit BHATNAGAR <abhatnag mda ca>
- Cc: gtkmm-list gnome org
- Subject: Re: [gtkmm] Possible to use libglademm -without- a GNOME installa tion??
- Date: Wed, 07 Jan 2004 19:44:35 -0500
Amit BHATNAGAR <abhatnag mda ca> writes:
> For what its worth, the following is what I am using to compile my
> application, (via
> makefile)
>
> g++ -o gtempCpp gtemp_app.cc gtempcpp.cc gtemp_app_glade.cc `pkg-config
> --cflags gtkmm-2.0` `pkg-config --libs gtkmm-2.0` `pkg-config libglademm-2.0
> --cflags --libs`
>
> any ideas would be appreicated.
>
Will this smal example compile for you?
#include <libglademm/xml.h>
int main (int argc, char **argv)
{
Glib::RefPtr<Gnome::Glade::Xml> refXml;
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]