RE: [gtkmm] Possible to use libglademm -without- a GNOME installa tion??



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.


> -----Original Message-----
> From: Amit BHATNAGAR [mailto:abhatnag mda ca]
> Sent: January 7, 2004 3:15 PM
> To: gtkmm-list gnome org
> Subject: [gtkmm] Possible to use libglademm -without- a GNOME
> installation??
> 
> 
> Hello.
> 
> I'm trying to load up my .glade file in  my application, however 
> I get compilation errors saying that "Gnome" is undeclared when 
> trying to declare my Glib::RefPtr<Gnome::Glade::Xml> refXml;.
> 
> I don't have Gnome installed, but I do have gtk-2.2.4, gtkmm-2.2.8 and
> libglademm-2.0.1 installed. 
> 
> I am using a solaris 8 machine.
> 
> Is there anyway around this?
> 
> amit.
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
> 
> 



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