RE: [gtkmm] Possible to use libglademm -without- a GNOME installa tion??
- From: Amit BHATNAGAR <abhatnag mda ca>
- To: "'Billy O'Connor'" <billyoc gnuyork org>
- Cc: gtkmm-list gnome org
- Subject: RE: [gtkmm] Possible to use libglademm -without- a GNOME installa tion??
- Date: Wed, 7 Jan 2004 16:55:40 -0800
Yes this does compile. Simply including <libglademm/xml.h> in my test
app solved the problem.
I thought this was a much tougher problem when I realized that I didn't
have gnome installed.
My appologies!
amit.
> -----Original Message-----
> From: Billy O'Connor [mailto:billyoc gnuyork org]
> Sent: January 7, 2004 4:45 PM
> To: Amit BHATNAGAR
> Cc: gtkmm-list gnome org
> Subject: Re: [gtkmm] Possible to use libglademm -without- a GNOME
> installa tion??
>
>
> 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]